comparison Plugins/Engine/OrthancPluginDatabase.h @ 1718:2b812969e136 db-changes

getting rid of an IDatabaseWrapper::LookupIdentifier flavor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:11:22 +0200
parents 4db9200c7f46
children 1ae29c5e52fb
comparison
equal deleted inserted replaced
1717:3926e6317a43 1718:2b812969e136
205 205
206 virtual void LookupIdentifier(std::list<int64_t>& target, 206 virtual void LookupIdentifier(std::list<int64_t>& target,
207 const DicomTag& tag, 207 const DicomTag& tag,
208 const std::string& value); 208 const std::string& value);
209 209
210 virtual void LookupIdentifier(std::list<int64_t>& target,
211 const std::string& value);
212
213 virtual bool LookupMetadata(std::string& target, 210 virtual bool LookupMetadata(std::string& target,
214 int64_t id, 211 int64_t id,
215 MetadataType type); 212 MetadataType type);
216 213
217 virtual bool LookupParent(int64_t& parentId, 214 virtual bool LookupParent(int64_t& parentId,