comparison OrthancServer/QueryRetrieveHandler.cpp @ 2209:e3fd5bc429a2

URI to reconstruct the main DICOM tags, the JSON summary and the metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 17:20:21 +0100
parents 8e67325eaa3f
children 3eefb84ac0bd
comparison
equal deleted inserted replaced
2208:90ea60bee5ff 2209:e3fd5bc429a2
98 98
99 void QueryRetrieveHandler::GetAnswer(DicomMap& target, 99 void QueryRetrieveHandler::GetAnswer(DicomMap& target,
100 size_t i) 100 size_t i)
101 { 101 {
102 Run(); 102 Run();
103 answers_.GetAnswer(i).Convert(target); 103 answers_.GetAnswer(i).ExtractDicomSummary(target);
104 } 104 }
105 105
106 106
107 void QueryRetrieveHandler::Retrieve(const std::string& target, 107 void QueryRetrieveHandler::Retrieve(const std::string& target,
108 size_t i) 108 size_t i)