diff Plugin/Plugin.cpp @ 102:18d3f7bd18db

new standard configuration 'ohif'
author Alain Mazy <am@osimis.io>
date Tue, 20 Jun 2023 09:22:41 +0200
parents dff72e397f90
children fcc4542a0c38
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Tue Jun 20 09:16:36 2023 +0200
+++ b/Plugin/Plugin.cpp	Tue Jun 20 09:22:41 2023 +0200
@@ -785,6 +785,11 @@
             tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_GetArgument, "token"));         // for download links in OE2
           }
 
+          if (standardConfigurations.find("ohif") != standardConfigurations.end())
+          {
+            uncheckedFolders_.push_back("/ohif/");
+          }
+
         }
 
         std::string checkedLevelString;