Skip to content

Commit 1fc7482

Browse files
authored
Update dicom-services-conformance-statement.md
1 parent 664d9fa commit 1fc7482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/healthcare-apis/dicom/dicom-services-conformance-statement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
237237
* `multipart/related; type="application/dicom";` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
238238
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1`
239239
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90`
240-
- `*/*` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.1` is used as default and mediaType defaults to `application/dicom`)
240+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/dicom`)
241241

242242
#### Retrieve an Instance
243243

@@ -251,7 +251,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
251251
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1`
252252
* `application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90`
253253
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90`
254-
- `*/*` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.1` is used as default and mediaType defaults to `application/dicom`)
254+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/dicom`)
255255

256256
#### Retrieve Frames
257257

@@ -262,7 +262,7 @@ The following `Accept` headers are supported for retrieving frames:
262262
* `multipart/related; type="application/octet-stream"; transfer-syntax=1.2.840.10008.1.2.1`
263263
* `multipart/related; type="image/jp2";` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.4.90` is used as default)
264264
* `multipart/related; type="image/jp2";transfer-syntax=1.2.840.10008.1.2.4.90`
265-
- `*/*` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.1` is used as default and mediaType defaults to `application/octet-stream`)
265+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/octet-stream`)
266266

267267
#### Retrieve transfer syntax
268268

0 commit comments

Comments
 (0)