@@ -312,7 +312,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
312
312
* ` multipart/related; type="application/dicom"; ` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
313
313
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
314
314
* ` 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 ` )
316
316
317
317
#### Retrieve an Instance
318
318
@@ -326,7 +326,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
326
326
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
327
327
* ` application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 `
328
328
* ` 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 ` )
330
330
331
331
#### Retrieve Frames
332
332
@@ -337,7 +337,7 @@ The following `Accept` headers are supported for retrieving frames:
337
337
* ` multipart/related; type="image/jp2"; ` (when transfer-syntax isn't specified, ` 1.2.840.10008.1.2.4.90 ` is used as default)
338
338
* ` multipart/related; type="image/jp2";transfer-syntax=1.2.840.10008.1.2.4.90 `
339
339
* ` 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 ` )
341
341
342
342
#### Retrieve transfer syntax
343
343
0 commit comments