diff OrthancServer/ServerContext.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 32fcc5dc7562
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Tue Feb 03 14:07:07 2015 +0100
+++ b/OrthancServer/ServerContext.h	Tue Feb 03 15:00:42 2015 +0100
@@ -77,7 +77,9 @@
 
     void ApplyLuaOnStoredInstance(const std::string& instanceId,
                                   const Json::Value& simplifiedDicom,
-                                  const Json::Value& metadata);
+                                  const Json::Value& metadata,
+                                  const std::string& remoteAet,
+                                  const std::string& calledAet);
 
     ServerIndex index_;
     CompressedFileStorageAccessor accessor_;