diff Plugin/IAuthorizationParser.h @ 153:3683f3d083bd

fix tools/find to allow accessing /dicom-web/studies/../series/../instances/.. on studies that have at least one authorized_labels
author Alain Mazy <am@osimis.io>
date Mon, 18 Mar 2024 11:58:20 +0100
parents 9be1ee2b8fe1
children c4b908970ae4
line wrap: on
line diff
--- a/Plugin/IAuthorizationParser.h	Fri Mar 15 09:08:21 2024 +0100
+++ b/Plugin/IAuthorizationParser.h	Mon Mar 18 11:58:20 2024 +0100
@@ -49,5 +49,9 @@
     virtual bool IsListOfResources(const std::string& uri) const = 0;
 
     virtual void GetSingleResourcePatterns(std::vector<boost::regex>& patterns) const = 0;
+
+    virtual void AddDicomStudy(AccessedResources& target,
+                               const std::string& studyDicomUid) = 0;
+
   };
 }