comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1859:58681a5c727b

overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
author Alain Mazy <am@osimis.io>
date Mon, 20 Sep 2021 17:08:23 +0200
parents 58049bdebdc3
children 63587fdeec69
comparison
equal deleted inserted replaced
1858:be88206f8d78 1859:58681a5c727b
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.