diff OrthancServer/ServerIndex.h @ 1677:a903d57d9f0c db-changes

adaptation of search with patient tags at study level
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Oct 2015 16:40:14 +0200
parents de1413733c97
children 2b812969e136
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Oct 02 17:09:18 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Mon Oct 05 16:40:14 2015 +0200
@@ -261,7 +261,8 @@
 
     bool GetMainDicomTags(DicomMap& result,
                           const std::string& publicId,
-                          ResourceType expectedType);
+                          ResourceType expectedType,
+                          ResourceType levelOfInterest);
 
     bool LookupResourceType(ResourceType& type,
                             const std::string& publicId);