comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1844:58049bdebdc3

new option "InstitutionLogo" to display the logo of your institution in the viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jun 2021 14:48:22 +0200
parents 251d7f7a6c4e
children 58681a5c727b
comparison
equal deleted inserted replaced
1843:251d7f7a6c4e 1844:58049bdebdc3
90 * typically used by the developers of Stone. 90 * typically used by the developers of Stone.
91 **/ 91 **/
92 "OrthancApiRoot" : "..", 92 "OrthancApiRoot" : "..",
93 93
94 /** 94 /**
95 * If this option is set to "true", the Stone Web viewer will 95 * If option "DownloadDicomDir" is set to "true", the Stone Web
96 * create DICOMDIR media archives (as generated by the route 96 * viewer will create DICOMDIR media archives (as generated by the
97 * "/studies/{id}/media" of Orthanc), instead of archives 97 * route "/studies/{id}/media" of Orthanc), instead of archives
98 * containing a human-readable hierarchy of folders (as generated 98 * containing a human-readable hierarchy of folders (as generated
99 * by the route "/studies/{id}/archive"). 99 * by the route "/studies/{id}/archive").
100 **/ 100 **/
101 "DownloadDicomDir" : false 101 "DownloadDicomDir" : false,
102
103 /**
104 * By setting option "InstitutionLogo" to an URL containing an
105 * image, this logo will be displayed at the bottom-left of the
106 * Stone Web viewer.
107 **/
108 "InstitutionLogo" : ""
102 } 109 }
103 } 110 }