diff OrthancServer/QueryRetrieveHandler.h @ 1427:d710ea64f0fd

Custom setting of the local AET during C-Store SCU (both in Lua and in the REST API)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2015 12:42:54 +0200
parents b22ba8c5edbe
children 1b1d5470233f
line wrap: on
line diff
--- a/OrthancServer/QueryRetrieveHandler.h	Fri Jun 26 16:30:51 2015 +0200
+++ b/OrthancServer/QueryRetrieveHandler.h	Mon Jun 29 12:42:54 2015 +0200
@@ -40,6 +40,7 @@
   {
   private:
     ServerContext&             context_;
+    const std::string&         localAet_;
     bool                       done_;
     RemoteModalityParameters   modality_;
     ResourceType               level_;