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