comparison OrthancServer/QueryRetrieveHandler.h @ 1787:1b1d5470233f worklists

refactoring of DicomFindAnswers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2015 15:50:32 +0100
parents d710ea64f0fd
children b1291df2f780
comparison
equal deleted inserted replaced
1786:164d78911382 1787:1b1d5470233f
83 83
84 void Run(); 84 void Run();
85 85
86 size_t GetAnswerCount(); 86 size_t GetAnswerCount();
87 87
88 const DicomMap& GetAnswer(size_t i); 88 void GetAnswer(DicomMap& target,
89 size_t i);
89 90
90 void Retrieve(const std::string& target, 91 void Retrieve(const std::string& target,
91 size_t i); 92 size_t i);
92 93
93 void Retrieve(const std::string& target); 94 void Retrieve(const std::string& target);