comparison Plugins/Engine/OrthancPluginDatabase.h @ 3038:53d583d2c775 db-changes

removing IDatabaseWrapper::LookupIdentifier()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 18:06:46 +0100
parents 8fd203510d8b
children d8a91acb7424
comparison
equal deleted inserted replaced
3037:d23c84b1c0f5 3038:53d583d2c775
205 FileContentType contentType); 205 FileContentType contentType);
206 206
207 virtual bool LookupGlobalProperty(std::string& target, 207 virtual bool LookupGlobalProperty(std::string& target,
208 GlobalProperty property); 208 GlobalProperty property);
209 209
210 virtual void LookupIdentifier(std::list<int64_t>& result,
211 ResourceType level,
212 const DicomTag& tag,
213 IdentifierConstraintType type,
214 const std::string& value);
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
222 virtual bool LookupMetadata(std::string& target, 210 virtual bool LookupMetadata(std::string& target,
223 int64_t id, 211 int64_t id,
224 MetadataType type); 212 MetadataType type);
225 213
226 virtual bool LookupParent(int64_t& parentId, 214 virtual bool LookupParent(int64_t& parentId,