diff OrthancServer/DatabaseWrapperBase.h @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 38dda23c7d7d
children ca69082ab200
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapperBase.h	Mon Oct 26 13:47:50 2015 +0100
+++ b/OrthancServer/DatabaseWrapperBase.h	Mon Oct 26 16:04:58 2015 +0100
@@ -191,12 +191,11 @@
 
     bool IsExistingResource(int64_t internalId);
 
-    void LookupIdentifierExact(std::list<int64_t>& target,
-                               ResourceType level,
-                               const DicomTag& tag,
-                               const std::string& value);
-
-    void LookupIdentifier(const LookupIdentifierQuery& query);
+    void LookupIdentifier(std::list<int64_t>& result,
+                          ResourceType level,
+                          const DicomTag& tag,
+                          IdentifierConstraintType type,
+                          const std::string& value);
   };
 }