@@ -237,7 +237,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
237
237
* ` multipart/related; type="application/dicom"; ` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
238
238
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
239
239
* ` 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 ` )
241
241
242
242
#### Retrieve an Instance
243
243
@@ -251,7 +251,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
251
251
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
252
252
* ` application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 `
253
253
* ` 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 ` )
255
255
256
256
#### Retrieve Frames
257
257
@@ -262,7 +262,7 @@ The following `Accept` headers are supported for retrieving frames:
262
262
* ` multipart/related; type="application/octet-stream"; transfer-syntax=1.2.840.10008.1.2.1 `
263
263
* ` multipart/related; type="image/jp2"; ` (when transfer-syntax isn't specified, ` 1.2.840.10008.1.2.4.90 ` is used as default)
264
264
* ` 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 ` )
266
266
267
267
#### Retrieve transfer syntax
268
268
0 commit comments