comparison 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
comparison
equal deleted inserted replaced
1861:9290d2916150 1862:63587fdeec69
112 /** 112 /**
113 * By setting option "InstitutionLogo" to an URL containing an 113 * By setting option "InstitutionLogo" to an URL containing an
114 * image, this logo will be displayed at the bottom-left of the 114 * image, this logo will be displayed at the bottom-left of the
115 * Stone Web viewer. 115 * Stone Web viewer.
116 **/ 116 **/
117 "InstitutionLogo" : "" 117 "InstitutionLogo" : "",
118
119 /**
120 * Define a list of modality type that the viewer will ignore.
121 **/
122 "SkipSeriesFromModalities": ["SR", "SEG", "PR"]
118 } 123 }
119 } 124 }