comparison Sphinx/source/faq/supported-images.rst @ 153:008091376e7a

dicom-sr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Jun 2018 10:54:20 +0200
parents 4b332c3d7824
children 011b01ccf52d
comparison
equal deleted inserted replaced
152:0fe3156b43a3 153:008091376e7a
4 ====================== 4 ======================
5 5
6 Orthanc can **receive/store/send** any kind of standard DICOM files 6 Orthanc can **receive/store/send** any kind of standard DICOM files
7 (cf. the `DICOM conformance statement 7 (cf. the `DICOM conformance statement
8 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/DicomConformanceStatement.txt>`__). 8 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/DicomConformanceStatement.txt>`__).
9 Note that the ``UnknownSopClassAccepted`` :ref:`configuration option
10 <configuration>` can be set to `true` if interfacing with modalities
11 that are producing non-standard SOP classes.
9 12
10 However, its core engine is not able to **render** all of them as PNG 13 Orthanc Explorer can **display the raw DICOM tags** of any such DICOM
11 images. An image that Orthanc cannot decode is displayed as 14 file (including notably DICOM-SR structured reports).
12 "Unsupported" by Orthanc Explorer. Currently, the core engine of 15
13 Orthanc can decode: 16 However, the core engine of Orthanc is not able to **render all of the
17 DICOM files as PNG images**. An image that Orthanc cannot decode is
18 displayed as "Unsupported" by clicking on the "Preview" buttons of
19 Orthanc Explorer. Currently, the core engine of Orthanc can decode:
14 20
15 * uncompressed (raw) DICOM files, 21 * uncompressed (raw) DICOM files,
16 * JPEG DICOM files, and 22 * JPEG DICOM files, and
17 * JPEG-LS DICOM files. 23 * JPEG-LS DICOM files.
18 24