diff OrthancServer/DicomProtocol/IMoveRequestHandler.h @ 1909:21fcfc428dc2

another semantics for Originator Message ID
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jan 2016 15:15:51 +0100
parents b1291df2f780
children 21713ce8717b
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/IMoveRequestHandler.h	Thu Jan 07 11:36:47 2016 +0100
+++ b/OrthancServer/DicomProtocol/IMoveRequestHandler.h	Wed Jan 13 15:15:51 2016 +0100
@@ -71,7 +71,8 @@
                                          const DicomMap& input,
                                          const std::string& remoteIp,
                                          const std::string& remoteAet,
-                                         const std::string& calledAet) = 0;
+                                         const std::string& calledAet,
+                                         uint16_t messageId) = 0;
   };
 
 }