comparison OrthancServer/IDatabaseWrapper.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
145 145
146 virtual bool LookupGlobalProperty(std::string& target, 146 virtual bool LookupGlobalProperty(std::string& target,
147 GlobalProperty property) = 0; 147 GlobalProperty property) = 0;
148 148
149 virtual void LookupIdentifier(std::list<int64_t>& target, 149 virtual void LookupIdentifier(std::list<int64_t>& target,
150 ResourceType level,
150 const DicomTag& tag, 151 const DicomTag& tag,
151 const std::string& value) = 0; 152 const std::string& value) = 0;
152 153
153 virtual bool LookupMetadata(std::string& target, 154 virtual bool LookupMetadata(std::string& target,
154 int64_t id, 155 int64_t id,