diff Resources/Configuration.json @ 3911:0ef7f4528be2 transcoding

renamed option TranscodingEnabled to TranscodeDicomProtocol
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 12:10:04 +0200
parents 8f7ad4989fec
children 82e88ff003d7 e6606d3ec892
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri May 08 12:03:26 2020 +0200
+++ b/Resources/Configuration.json	Fri May 08 12:10:04 2020 +0200
@@ -544,7 +544,7 @@
   "StorageCommitmentReportsSize" : 100,
 
   // Whether Orthanc transcodes DICOM files to an uncompressed
-  // transfer syntax, if remote modalities do not support compressed
-  // transfer syntaxes (new in Orthanc 1.7.0).
-  "TranscodingEnabled" : true
+  // transfer syntax over the DICOM protocol, if the remote modality
+  // does not support compressed transfer syntaxes (new in Orthanc 1.7.0).
+  "TranscodeDicomProtocol" : true
 }