comparison 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
comparison
equal deleted inserted replaced
1908:5096681efce6 1909:21fcfc428dc2
69 69
70 virtual IMoveRequestIterator* Handle(const std::string& target, 70 virtual IMoveRequestIterator* Handle(const std::string& target,
71 const DicomMap& input, 71 const DicomMap& input,
72 const std::string& remoteIp, 72 const std::string& remoteIp,
73 const std::string& remoteAet, 73 const std::string& remoteAet,
74 const std::string& calledAet) = 0; 74 const std::string& calledAet,
75 uint16_t messageId) = 0;
75 }; 76 };
76 77
77 } 78 }