diff OrthancServer/ServerContext.h @ 3959:76a24be12912 c-get

c-get: support of transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 18:29:04 +0200
parents 5fe8c6d3212e
children e42f5445d20d
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Wed May 20 17:03:24 2020 +0200
+++ b/OrthancServer/ServerContext.h	Wed May 20 18:29:04 2020 +0200
@@ -483,5 +483,10 @@
                            DicomImage& source /* in, "GetParsed()" possibly modified */,
                            const std::set<DicomTransferSyntax>& allowedSyntaxes,
                            bool allowNewSopInstanceUid) ORTHANC_OVERRIDE;
+
+    bool IsTranscodeDicomProtocol() const
+    {
+      return transcodeDicomProtocol_;
+    }
   };
 }