comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1958:142c7ee8fe1f

added configuration options: ShowInfoPanelAtStartup, ShowUserPreferencesButton, and ShowNotForDiagnosticUsageDisclaimer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Oct 2022 14:53:09 +0200
parents 63587fdeec69
children 889892e51545
comparison
equal deleted inserted replaced
1957:3f88c239043a 1958:142c7ee8fe1f
117 "InstitutionLogo" : "", 117 "InstitutionLogo" : "",
118 118
119 /** 119 /**
120 * Define a list of modality type that the viewer will ignore. 120 * Define a list of modality type that the viewer will ignore.
121 **/ 121 **/
122 "SkipSeriesFromModalities": ["SR", "SEG", "PR"] 122 "SkipSeriesFromModalities": ["SR", "SEG", "PR"],
123
124 /**
125 * Whether to display the info panel at startup. Allowed values:
126 * "Always", "Never", "User". With "User", the user can decide to
127 * show or not the info panel in the user preferences panel (this
128 * is implemented using a cookie). (New in Stone Web viewer 2.4)
129 **/
130 "ShowInfoPanelAtStartup": "User",
131
132 /**
133 * Whether to give access to the user preferences window. (New in
134 * Stone Web viewer 2.4)
135 **/
136 "ShowUserPreferencesButton" : true,
137
138 /**
139 * Display a "not for diagnostic usage" disclaimer above the list
140 * of studies/series. (New in Stone Web viewer 2.4)
141 **/
142 "ShowNotForDiagnosticUsageDisclaimer": true
123 } 143 }
124 } 144 }