diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1843:251d7f7a6c4e

New configuration option "DownloadDicomDir" in Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 14:30:00 +0200
parents a878e807cd96
children 58049bdebdc3
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json	Thu Jun 24 14:19:36 2021 +0200
+++ b/Applications/StoneWebViewer/WebApplication/configuration.json	Thu Jun 24 14:30:00 2021 +0200
@@ -89,6 +89,15 @@
      * (download of studies, and playing videos). This option is
      * typically used by the developers of Stone.
      **/
-    "OrthancApiRoot" : ".."
+    "OrthancApiRoot" : "..",
+
+    /**
+     * If this option is set to "true", the Stone Web viewer will
+     * create DICOMDIR media archives (as generated by the route
+     * "/studies/{id}/media" of Orthanc), instead of archives
+     * containing a human-readable hierarchy of folders (as generated
+     * by the route "/studies/{id}/archive").
+     **/
+    "DownloadDicomDir" : false
   }
 }