comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1865:4d83d27a955e

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Nov 2021 12:25:32 +0100
parents 63587fdeec69
children 142c7ee8fe1f
comparison
equal deleted inserted replaced
1864:35ac2be493e2 1865:4d83d27a955e
5 * Defines how dates are displayed in the UI. If this option is not 5 * Defines how dates are displayed in the UI. If this option is not
6 * set, the DICOM tags will be displayed as such. "DD" will be 6 * set, the DICOM tags will be displayed as such. "DD" will be
7 * replaced by the day, "MM" by the month, and "YYYY" by the year. 7 * replaced by the day, "MM" by the month, and "YYYY" by the year.
8 **/ 8 **/
9 // "DateFormat" : "DD/MM/YYYY", 9 // "DateFormat" : "DD/MM/YYYY",
10
11 /**
12 * Defines how times are displayed in the UI. If this option is not
13 * set, the DICOM tags will be displayed as such. "hh" will be
14 * replaced by the hour, "mm" by the minutes, "ss" by the seconds
15 * and ".f" by the fractions of seconds.
16 **/
17 // "TimeFormat" : "hh:mm:ss.f",
18
10 19
11 /** 20 /**
12 * This option allows you to define windowing presets. 21 * This option allows you to define windowing presets.
13 * For each preset, you must provide a name, the window width 22 * For each preset, you must provide a name, the window width
14 * and window center. 23 * and window center.
103 /** 112 /**
104 * By setting option "InstitutionLogo" to an URL containing an 113 * By setting option "InstitutionLogo" to an URL containing an
105 * 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
106 * Stone Web viewer. 115 * Stone Web viewer.
107 **/ 116 **/
108 "InstitutionLogo" : "" 117 "InstitutionLogo" : "",
118
119 /**
120 * Define a list of modality type that the viewer will ignore.
121 **/
122 "SkipSeriesFromModalities": ["SR", "SEG", "PR"]
109 } 123 }
110 } 124 }