diff 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
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Mon Oct 19 17:45:34 2015 +0200
+++ b/OrthancServer/IDatabaseWrapper.h	Tue Oct 20 10:11:22 2015 +0200
@@ -150,9 +150,6 @@
                                   const DicomTag& tag,
                                   const std::string& value) = 0;
 
-    virtual void LookupIdentifier(std::list<int64_t>& target,
-                                  const std::string& value) = 0;
-
     virtual bool LookupMetadata(std::string& target,
                                 int64_t id,
                                 MetadataType type) = 0;