diff OrthancServer/DatabaseWrapper.h @ 1729:54d78925cbb6 db-changes

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 17:39:58 +0200
parents 4941494b5dd8
children 38dda23c7d7d
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Tue Oct 20 15:03:52 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Tue Oct 20 17:39:58 2015 +0200
@@ -323,6 +323,13 @@
       base_.LookupIdentifierExact(target, level, tag, value);
     }
 
+    virtual void LookupIdentifierWildcard(std::list<int64_t>& target,
+                                          const DicomTag& tag,
+                                          const std::string& value)
+    {
+      base_.LookupIdentifierWildcard(target, tag, value);
+    }
+
     virtual void GetAllMetadata(std::map<MetadataType, std::string>& target,
                                 int64_t id);