@@ -2034,7 +2034,7 @@ def retrieve_study(
2034
2034
2035
2035
Note
2036
2036
----
2037
- Instances are by default retrieved using Implicit VR Little Endian
2037
+ Instances are by default retrieved using Explicit VR Little Endian
2038
2038
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
2039
2039
means that Pixel Data of Image instances will be retrieved
2040
2040
uncompressed. To retrieve instances in any available transfer syntax
@@ -2077,7 +2077,7 @@ def iter_study(
2077
2077
2078
2078
Note
2079
2079
----
2080
- Instances are by default retrieved using Implicit VR Little Endian
2080
+ Instances are by default retrieved using Explicit VR Little Endian
2081
2081
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
2082
2082
means that Pixel Data of Image instances will be retrieved
2083
2083
uncompressed. To retrieve instances in any available transfer syntax
@@ -2361,7 +2361,7 @@ def retrieve_series(
2361
2361
2362
2362
Note
2363
2363
----
2364
- Instances are by default retrieved using Implicit VR Little Endian
2364
+ Instances are by default retrieved using Explicit VR Little Endian
2365
2365
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
2366
2366
means that Pixel Data of Image instances will be retrieved
2367
2367
uncompressed. To retrieve instances in any available transfer syntax
@@ -2408,7 +2408,7 @@ def iter_series(
2408
2408
2409
2409
Note
2410
2410
----
2411
- Instances are by default retrieved using Implicit VR Little Endian
2411
+ Instances are by default retrieved using Explicit VR Little Endian
2412
2412
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
2413
2413
means that Pixel Data of Image instances will be retrieved
2414
2414
uncompressed. To retrieve instances in any available transfer syntax
@@ -2714,7 +2714,7 @@ def retrieve_instance(
2714
2714
2715
2715
Note
2716
2716
----
2717
- Instances are by default retrieved using Implicit VR Little Endian
2717
+ Instances are by default retrieved using Explicit VR Little Endian
2718
2718
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
2719
2719
means that Pixel Data of Image instances will be retrieved
2720
2720
uncompressed. To retrieve instances in any available transfer syntax
0 commit comments