Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h Tue Oct 20 11:02:06 2015 +0200 +++ b/OrthancServer/DatabaseWrapper.h Tue Oct 20 11:21:36 2015 +0200 @@ -317,7 +317,10 @@ virtual void LookupIdentifier(std::list<int64_t>& target, const DicomTag& tag, - const std::string& value); + const std::string& value) + { + base_.LookupIdentifier(target, tag, value); + } virtual void GetAllMetadata(std::map<MetadataType, std::string>& target, int64_t id);