diff OrthancServer/Sources/QueryRetrieveHandler.h @ 4462:da460bef88f8

"/modalities/{...}/query": New string argument "LocalAet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jan 2021 17:02:10 +0100
parents d9473bd5ed43
children c494ee5d0101
line wrap: on
line diff
--- a/OrthancServer/Sources/QueryRetrieveHandler.h	Wed Jan 20 14:51:48 2021 +0100
+++ b/OrthancServer/Sources/QueryRetrieveHandler.h	Wed Jan 20 17:02:10 2021 +0100
@@ -65,6 +65,8 @@
       return modality_;
     }
 
+    void SetLocalAet(const std::string& localAet);
+
     const std::string& GetLocalAet() const
     {
       return localAet_;