diff OrthancServer/Sources/ServerContext.h @ 4384:7e0d015ad109

new configuration options IngestTranscodingOfUncompressed and IngestTranscodingOfCompressed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Dec 2020 11:13:00 +0100
parents b002f9abe802
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Thu Dec 17 15:10:57 2020 +0100
+++ b/OrthancServer/Sources/ServerContext.h	Fri Dec 18 11:13:00 2020 +0100
@@ -236,6 +236,8 @@
     BuiltinDecoderTranscoderOrder builtinDecoderTranscoderOrder_;
     bool isIngestTranscoding_;
     DicomTransferSyntax ingestTransferSyntax_;
+    bool ingestTranscodingOfUncompressed_;
+    bool ingestTranscodingOfCompressed_;
 
     StoreStatus StoreAfterTranscoding(std::string& resultPublicId,
                                       DicomInstanceToStore& dicom,