diff OrthancServer/DicomProtocol/IStoreRequestHandler.h @ 1285:5730f374e4e6

Access to called AET and remote AET from Lua scripts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 15:00:42 +0100
parents 2d0a347e8cfc
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Tue Feb 03 14:07:07 2015 +0100
+++ b/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Tue Feb 03 15:00:42 2015 +0100
@@ -50,6 +50,7 @@
     virtual void Handle(const std::string& dicomFile,
                         const DicomMap& dicomSummary,
                         const Json::Value& dicomJson,
-                        const std::string& distantAet) = 0;
+                        const std::string& remoteAet,
+                        const std::string& calledAet) = 0;
   };
 }