comparison Plugins/Engine/OrthancPluginDatabase.h @ 2697:e583478e0c6c jobs

New primitive in database SDK: "lookupIdentifierRange" to speed up range searches
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Jul 2018 15:59:17 +0200
parents be5c0f4155f6
children 8336204d95dc 4e43e67f8ecf
comparison
equal deleted inserted replaced
2696:1b736d151ea1 2697:e583478e0c6c
211 ResourceType level, 211 ResourceType level,
212 const DicomTag& tag, 212 const DicomTag& tag,
213 IdentifierConstraintType type, 213 IdentifierConstraintType type,
214 const std::string& value); 214 const std::string& value);
215 215
216 virtual void LookupIdentifierRange(std::list<int64_t>& result,
217 ResourceType level,
218 const DicomTag& tag,
219 const std::string& start,
220 const std::string& end);
221
216 virtual bool LookupMetadata(std::string& target, 222 virtual bool LookupMetadata(std::string& target,
217 int64_t id, 223 int64_t id,
218 MetadataType type); 224 MetadataType type);
219 225
220 virtual bool LookupParent(int64_t& parentId, 226 virtual bool LookupParent(int64_t& parentId,