comparison OrthancServer/OrthancMoveRequestHandler.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 3bcb01028107
children b1291df2f780
comparison
equal deleted inserted replaced
1798:e92cd8841a5f 1799:4f01c9d73f02
52 } 52 }
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 }; 59 };
59 } 60 }