diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1862:63587fdeec69

added 'SkipSeriesFromModalities' to ignore series from modality types
author Alain Mazy <am@osimis.io>
date Thu, 23 Sep 2021 14:38:42 +0200
parents 58681a5c727b
children 142c7ee8fe1f
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json	Tue Sep 21 12:44:40 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/configuration.json	Thu Sep 23 14:38:42 2021 +0200
@@ -114,6 +114,11 @@
      * image, this logo will be displayed at the bottom-left of the
      * Stone Web viewer.
      **/
-    "InstitutionLogo" : ""
+    "InstitutionLogo" : "",
+
+    /**
+     * Define a list of modality type that the viewer will ignore.
+     **/
+    "SkipSeriesFromModalities": ["SR", "SEG", "PR"]
   }
 }