comparison Plugins/Engine/OrthancPluginDatabase.h @ 1728:4941494b5dd8 db-changes

rename LookupIdentifier as LookupIdentifierExact
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 15:03:52 +0200
parents 1ae29c5e52fb
children 54d78925cbb6
comparison
equal deleted inserted replaced
1727:1ae29c5e52fb 1728:4941494b5dd8
201 FileContentType contentType); 201 FileContentType contentType);
202 202
203 virtual bool LookupGlobalProperty(std::string& target, 203 virtual bool LookupGlobalProperty(std::string& target,
204 GlobalProperty property); 204 GlobalProperty property);
205 205
206 virtual void LookupIdentifier(std::list<int64_t>& target, 206 virtual void LookupIdentifierExact(std::list<int64_t>& target,
207 ResourceType level, 207 ResourceType level,
208 const DicomTag& tag, 208 const DicomTag& tag,
209 const std::string& value); 209 const std::string& value);
210 210
211 virtual bool LookupMetadata(std::string& target, 211 virtual bool LookupMetadata(std::string& target,
212 int64_t id, 212 int64_t id,
213 MetadataType type); 213 MetadataType type);
214 214