comparison Sphinx/source/faq/transcoding.rst @ 468:7d8b95b1b22c

Fixed name of 1.2.840.10008.1.2.4.70 transfer syntax (JPEG Lossless). See https://www.dicomlibrary.com/dicom/transfer-syntax/
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jul 2020 16:57:13 +0200
parents 2922fb1bd65e
children 9bee264de083
comparison
equal deleted inserted replaced
467:b8c7519448d2 468:7d8b95b1b22c
86 Automated transcoding is enabled by setting the :ref:`configuration 86 Automated transcoding is enabled by setting the :ref:`configuration
87 option <configuration>` ``IngestTranscoding`` to the transfer syntax 87 option <configuration>` ``IngestTranscoding`` to the transfer syntax
88 UID of interest. For instance, setting ``IngestTranscoding`` to 88 UID of interest. For instance, setting ``IngestTranscoding`` to
89 ``1.2.840.10008.1.2.1`` will decompress all the received DICOM 89 ``1.2.840.10008.1.2.1`` will decompress all the received DICOM
90 instances. Conversely, setting it to ``1.2.840.10008.1.2.4.70`` will 90 instances. Conversely, setting it to ``1.2.840.10008.1.2.4.70`` will
91 compress and store images using JPEG-LS (lossless). 91 compress and store images using JPEG Lossless.
92 92
93 * **Decompression while sending instances using the DICOM protocol**. 93 * **Decompression while sending instances using the DICOM protocol**.
94 Orthanc can be configured to automatically decompress DICOM images 94 Orthanc can be configured to automatically decompress DICOM images
95 on its outgoing connections, if the remote modality does not support 95 on its outgoing connections, if the remote modality does not support
96 the compressed transfer syntax of the source DICOM instances. This 96 the compressed transfer syntax of the source DICOM instances. This