diff OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 4480:d0581d0b22b8

Clarifying documentation of "AllowTranscoding" in "DicomModalities"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jan 2021 18:54:21 +0100
parents 522e13a60cfc
children c494ee5d0101
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp	Wed Jan 27 18:37:34 2021 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp	Wed Jan 27 18:54:21 2021 +0100
@@ -141,7 +141,9 @@
         .SetRequestField("AllowStorageCommitment", RestApiCallDocumentation::Type_Boolean,
                          "Whether to accept storage commitment requests issued by the remote modality", false)
         .SetRequestField("AllowTranscoding", RestApiCallDocumentation::Type_Boolean,
-                         "Whether to allow transcoding for operations initiated by this modality (typically, C-GET)", false);
+                         "Whether to allow transcoding for operations initiated by this modality. "
+                         "This option applies to Orthanc C-GET SCP and to Orthanc C-STORE SCU. "
+                         "It only has an effect if the global option `EnableTranscoding` is set to `true`.", false);
     }
   }