diff OrthancServer/ServerContext.h @ 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 1f71c2f20e16
children 7610af1532c3
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Fri May 08 12:03:26 2020 +0200
+++ b/OrthancServer/ServerContext.h	Fri May 08 12:10:04 2020 +0200
@@ -226,7 +226,7 @@
 
     std::unique_ptr<StorageCommitmentReports>  storageCommitmentReports_;
 
-    bool transcodingEnabled_;
+    bool transcodeDicomProtocol_;
     std::unique_ptr<IDicomTranscoder>  dcmtkTranscoder_;
 
   public:
@@ -464,7 +464,7 @@
                               uint16_t moveOriginatorId);
 
     // This method can be used even if the global option
-    // "TranscodingEnabled" is set to "false"
+    // "TranscodeDicomProtocol" is set to "false"
     bool Transcode(std::string& target /* out */,
                    DicomTransferSyntax& sourceSyntax /* out */,
                    bool& hasSopInstanceUidChanged /* out */,