# HG changeset patch # User Sebastien Jodogne # Date 1588855642 -7200 # Node ID b4cc2b6a9f1335939b42c1ea6f8c330c98b64ca5 # Parent 84d1bd38dd51f7164dcfc3d082eb700824cec088 wip diff -r 84d1bd38dd51 -r b4cc2b6a9f13 Sphinx/source/faq.rst --- a/Sphinx/source/faq.rst Tue May 05 07:02:11 2020 +0200 +++ b/Sphinx/source/faq.rst Thu May 07 14:47:22 2020 +0200 @@ -21,6 +21,7 @@ faq/proprietary.rst faq/security.rst faq/debugging.rst + faq/transcoding.rst Features supported by Orthanc ----------------------------- @@ -56,6 +57,5 @@ faq/orthanc-storage.rst faq/authentication.rst faq/crash.rst - faq/transcoding.rst faq/dcmtk-tricks.rst faq/why-orthanc.rst diff -r 84d1bd38dd51 -r b4cc2b6a9f13 Sphinx/source/faq/transcoding.rst --- a/Sphinx/source/faq/transcoding.rst Tue May 05 07:02:11 2020 +0200 +++ b/Sphinx/source/faq/transcoding.rst Thu May 07 14:47:22 2020 +0200 @@ -3,6 +3,27 @@ Transcoding of DICOM files ========================== +.. contents:: + + +Work-in-progress +---------------- + +Forthcoming Orthanc 1.7.0 will feature transcoding. The information in +the sections below will thus soon become invalid! + +To be documented for Orthanc 1.7.0: + +* Explanation of DICOM protocol (transparent transcoding from + compressed transfer syntaxes to uncompressed transfer syntaxes). + + * ``TranscodingEnabled`` global configuration option + + * ``AllowTranscoding`` in ``DicomModalities`` configuration option + +* ``/instances/.../modify`` route: ``Transcode`` option + + General information ------------------- diff -r 84d1bd38dd51 -r b4cc2b6a9f13 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Tue May 05 07:02:11 2020 +0200 +++ b/Sphinx/source/users/rest.rst Thu May 07 14:47:22 2020 +0200 @@ -384,7 +384,7 @@ dedicated section `. Downloading studies -^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^ .. highlight:: bash