diff OrthancServer/DatabaseWrapperBase.h @ 1745:38dda23c7d7d db-changes

LookupIdentifierQuery
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 13:47:50 +0100
parents 54d78925cbb6
children d143db00a794
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapperBase.h	Mon Oct 26 12:30:34 2015 +0100
+++ b/OrthancServer/DatabaseWrapperBase.h	Mon Oct 26 13:47:50 2015 +0100
@@ -39,6 +39,7 @@
 #include "../Core/SQLite/Connection.h"
 #include "../OrthancServer/ExportedResource.h"
 #include "../OrthancServer/ServerIndexChange.h"
+#include "LookupIdentifierQuery.h"
 #include "ServerEnumerations.h"
 
 #include <list>
@@ -195,9 +196,7 @@
                                const DicomTag& tag,
                                const std::string& value);
 
-    void LookupIdentifierWildcard(std::list<int64_t>& target,
-                                  const DicomTag& tag,
-                                  const std::string& value);
+    void LookupIdentifier(const LookupIdentifierQuery& query);
   };
 }