diff OrthancServer/Sources/ServerToolbox.h @ 5558:c1ed59a5bdc2

new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
author Alain Mazy <am@orthanc.team>
date Fri, 19 Apr 2024 11:27:39 +0200
parents 48b8dae6dc77
children f7adfb22e20e
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerToolbox.h	Fri Apr 19 10:52:44 2024 +0200
+++ b/OrthancServer/Sources/ServerToolbox.h	Fri Apr 19 11:27:39 2024 +0200
@@ -55,7 +55,9 @@
 
     void ReconstructResource(ServerContext& context,
                              const std::string& resource,
-                             bool reconstructFiles);
+                             bool reconstructFiles,
+                             bool limitToThisLevelDicomTags,
+                             ResourceType limitToLevel);
 
     bool IsValidLabel(const std::string& label);