comparison 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
comparison
equal deleted inserted replaced
1842:9568082ee013 1843:251d7f7a6c4e
87 * plugin would overwrite this setting. This will enable features 87 * plugin would overwrite this setting. This will enable features
88 * that are only available if the Orthanc REST API is accessible 88 * that are only available if the Orthanc REST API is accessible
89 * (download of studies, and playing videos). This option is 89 * (download of studies, and playing videos). This option is
90 * typically used by the developers of Stone. 90 * typically used by the developers of Stone.
91 **/ 91 **/
92 "OrthancApiRoot" : ".." 92 "OrthancApiRoot" : "..",
93
94 /**
95 * If this option is set to "true", the Stone Web viewer will
96 * create DICOMDIR media archives (as generated by the route
97 * "/studies/{id}/media" of Orthanc), instead of archives
98 * containing a human-readable hierarchy of folders (as generated
99 * by the route "/studies/{id}/archive").
100 **/
101 "DownloadDicomDir" : false
93 } 102 }
94 } 103 }