comparison OrthancServer/DicomProtocol/IWorklistRequestHandler.h @ 1795:af6840eb23ee worklists

HierarchicalMatcher
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2015 17:41:22 +0100
parents 1b1d5470233f
children 4f01c9d73f02
comparison
equal deleted inserted replaced
1794:bdfae6e17d23 1795:af6840eb23ee
48 * to be returned. In such a case, a "Matching terminated due to 48 * to be returned. In such a case, a "Matching terminated due to
49 * Cancel request" DIMSE code would be returned. 49 * Cancel request" DIMSE code would be returned.
50 * https://www.dabsoft.ch/dicom/4/V.4.1/ 50 * https://www.dabsoft.ch/dicom/4/V.4.1/
51 **/ 51 **/
52 virtual bool Handle(DicomFindAnswers& answers, 52 virtual bool Handle(DicomFindAnswers& answers,
53 const ParsedDicomFile& query, 53 ParsedDicomFile& query,
54 const std::string& remoteIp, 54 const std::string& remoteIp,
55 const std::string& remoteAet) = 0; 55 const std::string& remoteAet) = 0;
56 }; 56 };
57 } 57 }