comparison Plugins/Engine/OrthancPluginDatabase.h @ 1727:1ae29c5e52fb db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 14:50:10 +0200
parents 2b812969e136
children 4941494b5dd8
comparison
equal deleted inserted replaced
1725:a7c05bbfaf6a 1727:1ae29c5e52fb
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 LookupIdentifier(std::list<int64_t>& target,
207 ResourceType level,
207 const DicomTag& tag, 208 const DicomTag& tag,
208 const std::string& value); 209 const std::string& value);
209 210
210 virtual bool LookupMetadata(std::string& target, 211 virtual bool LookupMetadata(std::string& target,
211 int64_t id, 212 int64_t id,