comparison OrthancServer/IDatabaseWrapper.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
148 148
149 virtual void LookupIdentifier(std::list<int64_t>& target, 149 virtual void LookupIdentifier(std::list<int64_t>& target,
150 const DicomTag& tag, 150 const DicomTag& tag,
151 const std::string& value) = 0; 151 const std::string& value) = 0;
152 152
153 virtual void LookupIdentifier(std::list<int64_t>& target,
154 const std::string& value) = 0;
155
156 virtual bool LookupMetadata(std::string& target, 153 virtual bool LookupMetadata(std::string& target,
157 int64_t id, 154 int64_t id,
158 MetadataType type) = 0; 155 MetadataType type) = 0;
159 156
160 virtual bool LookupParent(int64_t& parentId, 157 virtual bool LookupParent(int64_t& parentId,