File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
articles/healthcare-apis/dicom Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
309
309
* ` multipart/related; type="application/dicom"; ` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
310
310
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
311
311
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90 `
312
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/dicom ` )
312
313
313
314
#### Retrieve an Instance
314
315
@@ -322,6 +323,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
322
323
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
323
324
* ` application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 `
324
325
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90 `
326
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/dicom ` )
325
327
326
328
#### Retrieve Frames
327
329
@@ -332,6 +334,7 @@ The following `Accept` headers are supported for retrieving frames:
332
334
* ` multipart/related; type="image/jp2"; ` (when transfer-syntax isn't specified, ` 1.2.840.10008.1.2.4.90 ` is used as default)
333
335
* ` multipart/related; type="image/jp2";transfer-syntax=1.2.840.10008.1.2.4.90 `
334
336
* ` application/octet-stream; transfer-syntax=* ` for single frame retrieval
337
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/octet-stream ` )
335
338
336
339
#### Retrieve transfer syntax
337
340
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
234
234
* ` multipart/related; type="application/dicom"; ` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
235
235
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
236
236
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90 `
237
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/dicom ` )
237
238
238
239
#### Retrieve an Instance
239
240
@@ -247,6 +248,7 @@ The following `Accept` header(s) are supported for retrieving a specific instanc
247
248
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1 `
248
249
* ` application/dicom; transfer-syntax=1.2.840.10008.1.2.4.90 `
249
250
* ` multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90 `
251
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/dicom ` )
250
252
251
253
#### Retrieve Frames
252
254
@@ -257,6 +259,7 @@ The following `Accept` headers are supported for retrieving frames:
257
259
* ` multipart/related; type="application/octet-stream"; transfer-syntax=1.2.840.10008.1.2.1 `
258
260
* ` multipart/related; type="image/jp2"; ` (when transfer-syntax isn't specified, ` 1.2.840.10008.1.2.4.90 ` is used as default)
259
261
* ` multipart/related; type="image/jp2";transfer-syntax=1.2.840.10008.1.2.4.90 `
262
+ - ` */* ` (when transfer-syntax is not specified, ` 1.2.840.10008.1.2.1 ` is used as default and mediaType defaults to ` application/octet-stream ` )
260
263
261
264
#### Retrieve transfer syntax
262
265
You can’t perform that action at this time.
0 commit comments