Skip to content

Commit bfbaff8

Browse files
author
hackermd
committed
Update DICOM conformance statement
1 parent 12ea4e6 commit bfbaff8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/conformance.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
Conformance statement
44
=====================
55

6-
*Metadata* resource representations are requested in JSON format according to the `DICOM JSON model <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/chapter_F.html>`_ using ``application/dicom+json`` media type.
7-
8-
*Bulkdata* and *frame* resource representations are by default requested as uncompressed pixel values using ``application/octet-stream``, but can alternatively be requested in JPEG, JPEG-LS or JPEG2000 compressed image format using ``image/jpeg``, ``image/x-jls`` or ``image/jpeg2000`` media type, respectively.
9-
106
QIDO-RS
117
-------
128

@@ -33,16 +29,16 @@ WADO-RS
3329
+--------+-----------------------------------------------+---------------+
3430
| GET | RetrieveInstance | Y |
3531
+--------+-----------------------------------------------+---------------+
36-
| GET | RetrieveMetadata | Y |
32+
| GET | RetrieveMetadata | Y* |
3733
+--------+-----------------------------------------------+---------------+
38-
| GET | RetrieveBulkdata | Y\* |
34+
| GET | RetrieveBulkdata | Y |
3935
+--------+-----------------------------------------------+---------------+
4036
| GET | RetrieveFrames | Y |
4137
+--------+-----------------------------------------------+---------------+
42-
| GET | RetrieveRenderedTransaction | N |
38+
| GET | RetrieveRenderedTransaction | Y |
4339
+--------+-----------------------------------------------+---------------+
4440

45-
\* not all options for retrieving rendered resource representations are implemented
41+
* *Metadata* resource representations are requested in JSON format according to the `DICOM JSON model <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/chapter_F.html>`_ using ``application/dicom+json`` media type. Retrieval of metadata in XML form using ``application/dicom+xml`` is not supported.
4642

4743
STOW-RS
4844
-------

0 commit comments

Comments
 (0)