comparison OrthancServer/OrthancMoveRequestHandler.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
53 53
54 virtual IMoveRequestIterator* Handle(const std::string& targetAet, 54 virtual IMoveRequestIterator* Handle(const std::string& targetAet,
55 const DicomMap& input, 55 const DicomMap& input,
56 const std::string& remoteIp, 56 const std::string& remoteIp,
57 const std::string& remoteAet, 57 const std::string& remoteAet,
58 const std::string& calledAet); 58 const std::string& calledAet,
59 uint16_t messageId);
59 }; 60 };
60 } 61 }