diff Plugin/DefaultConfiguration.json @ 146:f294a3c6dbe6

Added 2 new default permissions for dicom-web (get and post on dicom-web/studies)
author Alain Mazy <am@osimis.io>
date Tue, 13 Feb 2024 11:24:07 +0100
parents 8591a0c1fa2a
children 20c638fa8b07
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Wed Dec 20 14:55:16 2023 +0100
+++ b/Plugin/DefaultConfiguration.json	Tue Feb 13 11:24:07 2024 +0100
@@ -74,6 +74,7 @@
 
             // uploads
             ["post", "^/instances$", "all|upload"],
+            ["post" , "^/DICOM_WEB_ROOT/studies$", "all|upload"],
 
             // monitor jobs you have created
             ["get" , "^/jobs/([a-f0-9-]+)$", "all|send|modify|anonymize|q-r-remote-modalities"],
@@ -87,7 +88,8 @@
             ["post", "^/modalities/(.*)/move$", "all|q-r-remote-modalities"],
             ["get" , "^/DICOM_WEB_ROOT/servers$", "all|send|q-r-remote-modalities"],
             ["get" , "^/DICOM_WEB_ROOT/(servers)/(.*)/stow$", "all|send"],
-
+            ["get" , "^/DICOM_WEB_ROOT/studies$", "all|view"],
+            
             // modifications/anonymization
             ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/(modify|merge)(.*)$", "all|modify"],
             ["post", "^/(patients|studies|series|instances)/([a-f0-9-]+)/anonymize(.*)$", "all|anonymize"],