diff OrthancServer/Search/LookupIdentifierQuery.h @ 1750:55d52567bebb db-changes

LookupResource implemented
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 12:45:50 +0100
parents 99f4a05f39fa
children 318c2e83c2bd
line wrap: on
line diff
--- a/OrthancServer/Search/LookupIdentifierQuery.h	Tue Oct 27 10:54:51 2015 +0100
+++ b/OrthancServer/Search/LookupIdentifierQuery.h	Tue Oct 27 12:45:50 2015 +0100
@@ -35,6 +35,8 @@
 #include "../ServerEnumerations.h"
 #include "../IDatabaseWrapper.h"
 
+#include "SetOfResources.h"
+
 #include <vector>
 #include <boost/noncopyable.hpp>
 
@@ -161,6 +163,9 @@
     void Apply(std::list<std::string>& result,
                IDatabaseWrapper& database);
 
+    void Apply(SetOfResources& result,
+               IDatabaseWrapper& database);
+
     static void LoadIdentifiers(const DicomTag*& tags,
                                 size_t& size,
                                 ResourceType level);