diff OrthancServer/ServerIndex.h @ 1898:e018037d4d0e

Support of optional tags for counting resources in C-Find
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Dec 2015 19:26:38 +0100
parents 9ed9458aa44f
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Wed Dec 16 09:23:52 2015 +0100
+++ b/OrthancServer/ServerIndex.h	Mon Dec 21 19:26:38 2015 +0100
@@ -264,5 +264,9 @@
     void FindCandidates(std::vector<std::string>& resources,
                         std::vector<std::string>& instances,
                         const ::Orthanc::LookupResource& lookup);
+
+    bool LookupParent(std::string& target,
+                      const std::string& publicId,
+                      ResourceType parentType);
   };
 }