diff OrthancServer/ServerContext.h @ 3904:c62f84c7eda9 transcoding

fixing incorrect behavior in MemoryBufferTranscoder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 May 2020 17:21:20 +0200
parents d1273d7cc200
children f0dd5ded8927
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Thu May 07 16:43:08 2020 +0200
+++ b/OrthancServer/ServerContext.h	Thu May 07 17:21:20 2020 +0200
@@ -463,10 +463,11 @@
                               const std::string& moveOriginatorAet,
                               uint16_t moveOriginatorId);
 
-    // This method can be used even if "TranscodingEnabled" is set to "false"
+    // This method can be used even if the global option
+    // "TranscodingEnabled" is set to "false"
     bool Transcode(std::string& target,
                    bool& hasSopInstanceUidChanged,
-                   ParsedDicomFile& dicom, // Possibly modified
+                   ParsedDicomFile& dicom, // Can possibly be modified
                    const std::set<DicomTransferSyntax>& allowedSyntaxes,
                    bool allowNewSopInstanceUid);
   };