comparison OrthancServer/DicomProtocol/DicomFindAnswers.h @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 6e7e5ed91c2d
children 164d78911382
comparison
equal deleted inserted replaced
1367:fe6e5a9f1ea2 1368:b22ba8c5edbe
67 const DicomMap& GetAnswer(size_t index) const 67 const DicomMap& GetAnswer(size_t index) const
68 { 68 {
69 return *items_.at(index); 69 return *items_.at(index);
70 } 70 }
71 71
72 void ToJson(Json::Value& target) const; 72 void ToJson(Json::Value& target,
73 bool simplify) const;
73 }; 74 };
74 } 75 }