comparison OrthancServer/DatabaseWrapper.h @ 1725:a7c05bbfaf6a db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 11:21:36 +0200
parents 2b812969e136
children 1ae29c5e52fb
comparison
equal deleted inserted replaced
1724:7e0b5e413c7c 1725:a7c05bbfaf6a
315 return base_.IsExistingResource(internalId); 315 return base_.IsExistingResource(internalId);
316 } 316 }
317 317
318 virtual void LookupIdentifier(std::list<int64_t>& target, 318 virtual void LookupIdentifier(std::list<int64_t>& target,
319 const DicomTag& tag, 319 const DicomTag& tag,
320 const std::string& value); 320 const std::string& value)
321 {
322 base_.LookupIdentifier(target, tag, value);
323 }
321 324
322 virtual void GetAllMetadata(std::map<MetadataType, std::string>& target, 325 virtual void GetAllMetadata(std::map<MetadataType, std::string>& target,
323 int64_t id); 326 int64_t id);
324 327
325 virtual unsigned int GetDatabaseVersion() 328 virtual unsigned int GetDatabaseVersion()