comparison OrthancServer/ServerIndex.h @ 1677:a903d57d9f0c db-changes

adaptation of search with patient tags at study level
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Oct 2015 16:40:14 +0200
parents de1413733c97
children 2b812969e136
comparison
equal deleted inserted replaced
1676:f079f3efe33b 1677:a903d57d9f0c
259 std::string GetGlobalProperty(GlobalProperty property, 259 std::string GetGlobalProperty(GlobalProperty property,
260 const std::string& defaultValue); 260 const std::string& defaultValue);
261 261
262 bool GetMainDicomTags(DicomMap& result, 262 bool GetMainDicomTags(DicomMap& result,
263 const std::string& publicId, 263 const std::string& publicId,
264 ResourceType expectedType); 264 ResourceType expectedType,
265 ResourceType levelOfInterest);
265 266
266 bool LookupResourceType(ResourceType& type, 267 bool LookupResourceType(ResourceType& type,
267 const std::string& publicId); 268 const std::string& publicId);
268 269
269 unsigned int GetDatabaseVersion(); 270 unsigned int GetDatabaseVersion();