Skip to content

Commit

Permalink
Update DICOM conformance statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermd committed Dec 20, 2018
1 parent 12ea4e6 commit bfbaff8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/conformance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Conformance statement
=====================

*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.

*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.

QIDO-RS
-------

Expand All @@ -33,16 +29,16 @@ WADO-RS
+--------+-----------------------------------------------+---------------+
| GET | RetrieveInstance | Y |
+--------+-----------------------------------------------+---------------+
| GET | RetrieveMetadata | Y |
| GET | RetrieveMetadata | Y* |
+--------+-----------------------------------------------+---------------+
| GET | RetrieveBulkdata | Y\* |
| GET | RetrieveBulkdata | Y |
+--------+-----------------------------------------------+---------------+
| GET | RetrieveFrames | Y |
+--------+-----------------------------------------------+---------------+
| GET | RetrieveRenderedTransaction | N |
| GET | RetrieveRenderedTransaction | Y |
+--------+-----------------------------------------------+---------------+

\* not all options for retrieving rendered resource representations are implemented
* *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.

STOW-RS
-------
Expand Down

0 comments on commit bfbaff8

Please sign in to comment.