comparison OrthancServer/ServerIndex.h @ 615:ec0b7a51d7bd find-move-scp

speed up find
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Oct 2013 11:42:46 +0200
parents b2357f1f026f
children fb49bf72ac2d
comparison
equal deleted inserted replaced
614:f27923072afd 615:ec0b7a51d7bd
187 void GetStatistics(Json::Value& target, 187 void GetStatistics(Json::Value& target,
188 const std::string& publicId); 188 const std::string& publicId);
189 189
190 void LookupTagValue(std::list<std::string>& result, 190 void LookupTagValue(std::list<std::string>& result,
191 DicomTag tag, 191 DicomTag tag,
192 const std::string& value,
193 ResourceType type);
194
195 void LookupTagValue(std::list<std::string>& result,
196 DicomTag tag,
192 const std::string& value); 197 const std::string& value);
193 198
194 void LookupTagValue(std::list<std::string>& result, 199 void LookupTagValue(std::list<std::string>& result,
195 const std::string& value); 200 const std::string& value);
196 }; 201 };