diff OrthancServer/DicomProtocol/IStoreRequestHandler.h @ 1573:3309878b3e16

more information about the origin of requests submitted to the DICOM handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 13:05:22 +0200
parents 6e7e5ed91c2d
children 164d78911382
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Tue Aug 25 12:10:12 2015 +0200
+++ b/OrthancServer/DicomProtocol/IStoreRequestHandler.h	Tue Aug 25 13:05:22 2015 +0200
@@ -50,6 +50,7 @@
     virtual void Handle(const std::string& dicomFile,
                         const DicomMap& dicomSummary,
                         const Json::Value& dicomJson,
+                        const std::string& remoteIp,
                         const std::string& remoteAet,
                         const std::string& calledAet) = 0;
   };