comparison OrthancServer/ServerIndex.h @ 3006:0e1755e5efd0

DicomMap::ExtractMainDicomTags()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Dec 2018 12:37:10 +0100
parents 96089d1aba4d
children d207f6ac1f86 4e43e67f8ecf
comparison
equal deleted inserted replaced
3005:8265a6b56100 3006:0e1755e5efd0
273 bool GetMainDicomTags(DicomMap& result, 273 bool GetMainDicomTags(DicomMap& result,
274 const std::string& publicId, 274 const std::string& publicId,
275 ResourceType expectedType, 275 ResourceType expectedType,
276 ResourceType levelOfInterest); 276 ResourceType levelOfInterest);
277 277
278 // Only applicable at the instance level
279 bool GetAllMainDicomTags(DicomMap& result,
280 const std::string& instancePublicId);
281
278 bool LookupResourceType(ResourceType& type, 282 bool LookupResourceType(ResourceType& type,
279 const std::string& publicId); 283 const std::string& publicId);
280 284
281 unsigned int GetDatabaseVersion(); 285 unsigned int GetDatabaseVersion();
282 286