comparison OrthancServer/OrthancMoveRequestHandler.cpp @ 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 b3de74dec2d5
children b1291df2f780
comparison
equal deleted inserted replaced
1798:e92cd8841a5f 1799:4f01c9d73f02
163 163
164 164
165 IMoveRequestIterator* OrthancMoveRequestHandler::Handle(const std::string& targetAet, 165 IMoveRequestIterator* OrthancMoveRequestHandler::Handle(const std::string& targetAet,
166 const DicomMap& input, 166 const DicomMap& input,
167 const std::string& remoteIp, 167 const std::string& remoteIp,
168 const std::string& remoteAet) 168 const std::string& remoteAet,
169 const std::string& calledAet)
169 { 170 {
170 LOG(WARNING) << "Move-SCU request received for AET \"" << targetAet << "\""; 171 LOG(WARNING) << "Move-SCU request received for AET \"" << targetAet << "\"";
171 172
172 { 173 {
173 DicomArray query(input); 174 DicomArray query(input);