diff Plugins/Engine/OrthancPluginDatabase.cpp @ 1746:d143db00a794 db-changes

SetOfResources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2015 16:04:58 +0100
parents 38dda23c7d7d
children 55d52567bebb
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Oct 26 13:47:50 2015 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.cpp	Mon Oct 26 16:04:58 2015 +0100
@@ -594,6 +594,10 @@
   }
 
 
+  /*
+
+    TODO REMOVE THIS
+
   void OrthancPluginDatabase::LookupIdentifierExact(std::list<int64_t>& target,
                                                     ResourceType level,
                                                     const DicomTag& tag,
@@ -643,10 +647,14 @@
         }
       }
     }
-  }
+    }*/
 
 
-  void OrthancPluginDatabase::LookupIdentifier(const LookupIdentifierQuery& query)
+  void OrthancPluginDatabase::LookupIdentifier(std::list<int64_t>& result,
+                                               ResourceType level,
+                                               const DicomTag& tag,
+                                               IdentifierConstraintType type,
+                                               const std::string& value)
   {
     // TODO
     throw OrthancException(ErrorCode_NotImplemented);