Mercurial > hg > orthanc-book
changeset 411:b4cc2b6a9f13
wip
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 May 2020 14:47:22 +0200 |
parents | 84d1bd38dd51 |
children | 969d50e63b17 83f36bc9e725 |
files | Sphinx/source/faq.rst Sphinx/source/faq/transcoding.rst Sphinx/source/users/rest.rst |
diffstat | 3 files changed, 23 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 -------------------