diff OrthancServer/Sources/OrthancGetRequestHandler.h @ 4482:8efeaba1b7f9

new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:54:30 +0100
parents d9473bd5ed43
children f0038043fb97 7053502fbf97
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancGetRequestHandler.h	Thu Jan 28 14:07:49 2021 +0100
+++ b/OrthancServer/Sources/OrthancGetRequestHandler.h	Thu Jan 28 15:54:30 2021 +0100
@@ -53,7 +53,6 @@
     std::string localAet_;
     std::vector<std::string> instances_;
     size_t position_;
-    RemoteModalityParameters remote_;
     std::string originatorAet_;
     
     unsigned int completedCount_;
@@ -62,6 +61,7 @@
     std::string failedUIDs_;
     
     uint32_t timeout_;
+    bool allowTranscoding_;
 
     bool LookupIdentifiers(std::list<std::string>& publicIds,
                            ResourceType level,