comparison Plugins/Engine/OrthancPluginDatabase.h @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 38dda23c7d7d
children 55d52567bebb
comparison
equal deleted inserted replaced
1745:38dda23c7d7d 1746:d143db00a794
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 LookupIdentifierExact(std::list<int64_t>& target, 206 virtual void LookupIdentifier(std::list<int64_t>& result,
207 ResourceType level, 207 ResourceType level,
208 const DicomTag& tag, 208 const DicomTag& tag,
209 const std::string& value); 209 IdentifierConstraintType type,
210 210 const std::string& value);
211 virtual void LookupIdentifier(const LookupIdentifierQuery& query);
212 211
213 virtual bool LookupMetadata(std::string& target, 212 virtual bool LookupMetadata(std::string& target,
214 int64_t id, 213 int64_t id,
215 MetadataType type); 214 MetadataType type);
216 215