comparison OrthancServer/ServerIndex.h @ 521:2c739f76d0bb

lookup tag values
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Aug 2013 14:50:23 +0200
parents 3b735fdf320b
children b2357f1f026f
comparison
equal deleted inserted replaced
519:1b2cdc855bd3 521:2c739f76d0bb
184 184
185 void DeleteExportedResources(); 185 void DeleteExportedResources();
186 186
187 void GetStatistics(Json::Value& target, 187 void GetStatistics(Json::Value& target,
188 const std::string& publicId); 188 const std::string& publicId);
189
190 void LookupTagValue(std::list<std::string>& result,
191 DicomTag tag,
192 const std::string& value);
193
194 void LookupTagValue(std::list<std::string>& result,
195 const std::string& value);
189 }; 196 };
190 } 197 }