Skip to content

Commit 8d79218

Browse files
authored
Merge pull request #115 from ImagingDataCommons/doc/implicit_explicit_default
Fix docstring comments about default transfer syntax: implicit -> explicit
2 parents c5ba7e7 + 22cc25e commit 8d79218

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/dicomweb_client/protocol.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def retrieve_study(
149149
150150
Note
151151
----
152-
Instances are by default retrieved using Implicit VR Little Endian
152+
Instances are by default retrieved using Explicit VR Little Endian
153153
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
154154
means that Pixel Data of Image instances will be retrieved
155155
uncompressed. To retrieve instances in any available transfer syntax
@@ -182,7 +182,7 @@ def iter_study(
182182
183183
Note
184184
----
185-
Instances are by default retrieved using Implicit VR Little Endian
185+
Instances are by default retrieved using Explicit VR Little Endian
186186
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
187187
means that Pixel Data of Image instances will be retrieved
188188
uncompressed. To retrieve instances in any available transfer syntax
@@ -306,7 +306,7 @@ def retrieve_series(
306306
307307
Note
308308
----
309-
Instances are by default retrieved using Implicit VR Little Endian
309+
Instances are by default retrieved using Explicit VR Little Endian
310310
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
311311
means that Pixel Data of Image instances will be retrieved
312312
uncompressed. To retrieve instances in any available transfer syntax
@@ -342,7 +342,7 @@ def iter_series(
342342
343343
Note
344344
----
345-
Instances are by default retrieved using Implicit VR Little Endian
345+
Instances are by default retrieved using Explicit VR Little Endian
346346
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
347347
means that Pixel Data of Image instances will be retrieved
348348
uncompressed. To retrieve instances in any available transfer syntax
@@ -512,7 +512,7 @@ def retrieve_instance(
512512
513513
Note
514514
----
515-
Instances are by default retrieved using Implicit VR Little Endian
515+
Instances are by default retrieved using Explicit VR Little Endian
516516
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
517517
means that Pixel Data of Image instances will be retrieved
518518
uncompressed. To retrieve instances in any available transfer syntax

src/dicomweb_client/web.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ def retrieve_study(
20342034
20352035
Note
20362036
----
2037-
Instances are by default retrieved using Implicit VR Little Endian
2037+
Instances are by default retrieved using Explicit VR Little Endian
20382038
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
20392039
means that Pixel Data of Image instances will be retrieved
20402040
uncompressed. To retrieve instances in any available transfer syntax
@@ -2077,7 +2077,7 @@ def iter_study(
20772077
20782078
Note
20792079
----
2080-
Instances are by default retrieved using Implicit VR Little Endian
2080+
Instances are by default retrieved using Explicit VR Little Endian
20812081
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
20822082
means that Pixel Data of Image instances will be retrieved
20832083
uncompressed. To retrieve instances in any available transfer syntax
@@ -2361,7 +2361,7 @@ def retrieve_series(
23612361
23622362
Note
23632363
----
2364-
Instances are by default retrieved using Implicit VR Little Endian
2364+
Instances are by default retrieved using Explicit VR Little Endian
23652365
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
23662366
means that Pixel Data of Image instances will be retrieved
23672367
uncompressed. To retrieve instances in any available transfer syntax
@@ -2408,7 +2408,7 @@ def iter_series(
24082408
24092409
Note
24102410
----
2411-
Instances are by default retrieved using Implicit VR Little Endian
2411+
Instances are by default retrieved using Explicit VR Little Endian
24122412
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
24132413
means that Pixel Data of Image instances will be retrieved
24142414
uncompressed. To retrieve instances in any available transfer syntax
@@ -2714,7 +2714,7 @@ def retrieve_instance(
27142714
27152715
Note
27162716
----
2717-
Instances are by default retrieved using Implicit VR Little Endian
2717+
Instances are by default retrieved using Explicit VR Little Endian
27182718
transfer syntax (Transfer Syntax UID ``"1.2.840.10008.1.2"``). This
27192719
means that Pixel Data of Image instances will be retrieved
27202720
uncompressed. To retrieve instances in any available transfer syntax

0 commit comments

Comments
 (0)