diff 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
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Sep 06 22:17:32 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Sep 20 17:08:23 2021 +0200
@@ -9,6 +9,15 @@
     // "DateFormat" : "DD/MM/YYYY",
 
     /**
+     * Defines how times are displayed in the UI. If this option is not
+     * set, the DICOM tags will be displayed as such. "hh" will be
+     * replaced by the hour, "mm" by the minutes, "ss" by the seconds
+     * and ".f" by the fractions of seconds.
+     **/
+    // "TimeFormat" : "hh:mm:ss.f",
+
+
+    /**
      * This option allows you to define windowing presets.
      * For each preset, you must provide a name, the window width
      * and window center.