Mercurial > hg > orthanc-stone
diff 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 |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json Thu Jun 24 14:30:00 2021 +0200 +++ b/Applications/StoneWebViewer/WebApplication/configuration.json Thu Jun 24 14:48:22 2021 +0200 @@ -92,12 +92,19 @@ "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 + * If option "DownloadDicomDir" 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 + "DownloadDicomDir" : false, + + /** + * By setting option "InstitutionLogo" to an URL containing an + * image, this logo will be displayed at the bottom-left of the + * Stone Web viewer. + **/ + "InstitutionLogo" : "" } }