diff Plugins/Engine/OrthancPluginDatabase.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/Plugins/Engine/OrthancPluginDatabase.h	Tue Oct 20 15:03:52 2015 +0200
+++ b/Plugins/Engine/OrthancPluginDatabase.h	Tue Oct 20 17:39:58 2015 +0200
@@ -208,6 +208,10 @@
                                        const DicomTag& tag,
                                        const std::string& value);
 
+    virtual void LookupIdentifierWildcard(std::list<int64_t>& target,
+                                          const DicomTag& tag,
+                                          const std::string& value);
+
     virtual bool LookupMetadata(std::string& target,
                                 int64_t id,
                                 MetadataType type);