comparison OrthancServer/DicomProtocol/IMoveRequestHandler.h @ 1799:4f01c9d73f02 worklists

calledAet made available to all the handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Nov 2015 12:57:14 +0100
parents 164d78911382
children b1291df2f780
comparison
equal deleted inserted replaced
1798:e92cd8841a5f 1799:4f01c9d73f02
68 } 68 }
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) = 0; 73 const std::string& remoteAet,
74 const std::string& calledAet) = 0;
74 }; 75 };
75 76
76 } 77 }