comparison OrthancServer/DicomProtocol/IFindRequestHandler.h @ 1573:3309878b3e16

more information about the origin of requests submitted to the DICOM handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 13:05:22 +0200
parents 6e7e5ed91c2d
children 164d78911382
comparison
equal deleted inserted replaced
1572:904096e7367e 1573:3309878b3e16
53 * Cancel request" DIMSE code would be returned. 53 * Cancel request" DIMSE code would be returned.
54 * https://www.dabsoft.ch/dicom/4/V.4.1/ 54 * https://www.dabsoft.ch/dicom/4/V.4.1/
55 **/ 55 **/
56 virtual bool Handle(DicomFindAnswers& answers, 56 virtual bool Handle(DicomFindAnswers& answers,
57 const DicomMap& input, 57 const DicomMap& input,
58 const std::string& callingAETitle) = 0; 58 const std::string& remoteIp,
59 const std::string& remoteAet) = 0;
59 }; 60 };
60 } 61 }