Skip to content

Commit 664d9fa

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

317317
#### Retrieve an Instance
318318

@@ -326,7 +326,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
326326
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1`
327327
* `application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90`
328328
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90`
329-
- `*/*` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.1` is used as default and mediaType defaults to `application/dicom`)
329+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/dicom`)
330330

331331
#### Retrieve Frames
332332

@@ -337,7 +337,7 @@ The following `Accept` headers are supported for retrieving frames:
337337
* `multipart/related; type="image/jp2";` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.4.90` is used as default)
338338
* `multipart/related; type="image/jp2";transfer-syntax=1.2.840.10008.1.2.4.90`
339339
* `application/octet-stream; transfer-syntax=*` for single frame retrieval
340-
- `*/*` (when transfer-syntax isn't specified, `1.2.840.10008.1.2.1` is used as default and mediaType defaults to `application/octet-stream`)
340+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/octet-stream`)
341341

342342
#### Retrieve transfer syntax
343343

0 commit comments

Comments
 (0)