diff --git a/docs/conformance.rst b/docs/conformance.rst index 0c32d97..a9a9683 100644 --- a/docs/conformance.rst +++ b/docs/conformance.rst @@ -3,10 +3,6 @@ Conformance statement ===================== -*Metadata* resource representations are requested in JSON format according to the `DICOM JSON model `_ 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 ------- @@ -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 `_ using ``application/dicom+json`` media type. Retrieval of metadata in XML form using ``application/dicom+xml`` is not supported. STOW-RS -------