Mercurial > hg > orthanc
comparison OrthancServer/main.cpp @ 1787:1b1d5470233f worklists
refactoring of DicomFindAnswers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Nov 2015 15:50:32 +0100 |
parents | 164d78911382 |
children | af6840eb23ee |
comparison
equal
deleted
inserted
replaced
1786:164d78911382 | 1787:1b1d5470233f |
---|---|
98 OrthancWorklistRequestHandler(ServerContext& context) : | 98 OrthancWorklistRequestHandler(ServerContext& context) : |
99 server_(context) | 99 server_(context) |
100 { | 100 { |
101 } | 101 } |
102 | 102 |
103 virtual bool Handle(DicomWorklistAnswers& answers, | 103 virtual bool Handle(DicomFindAnswers& answers, |
104 const ParsedDicomFile& query, | 104 const ParsedDicomFile& query, |
105 const std::string& remoteIp, | 105 const std::string& remoteIp, |
106 const std::string& remoteAet) | 106 const std::string& remoteAet) |
107 { | 107 { |
108 printf("Worklist\n"); | 108 printf("Worklist\n"); |