# HG changeset patch # User Sebastien Jodogne # Date 1606751344 -3600 # Node ID fb57536fcc5f3e5911afa4a1e4e48abe32da051a # Parent a4207b4f560b4200de8e5beea871d8787ec9376b documentation diff -r a4207b4f560b -r fb57536fcc5f Applications/StoneWebViewer/WebApplication/configuration.json --- a/Applications/StoneWebViewer/WebApplication/configuration.json Mon Nov 30 16:43:58 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/configuration.json Mon Nov 30 16:49:04 2020 +0100 @@ -50,6 +50,7 @@ /** * Enables/disables the button to download the display study. + * Only used if "OrthancApiRoot" is properly set. **/ "DownloadStudyEnabled" : true, @@ -61,13 +62,16 @@ * set, all the requests for dynamic actions will be rejected. * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage **/ - "ExpectedMessageOrigin" : "http://localhost:8042" + "ExpectedMessageOrigin" : "http://localhost:8042", /** * The following parameter can be set if running the Stone Web * viewer from Orthanc, but without using the associated plugin. - * Using the plugin would overwrite this setting. + * Using the plugin would overwrite this setting. This will enable + * features that are only available if the Orthanc REST API is + * accessible (download of studies, and playing videos). This + * option is typically used by the developers of Stone. **/ - // "OrthancApiRoot" : ".." + "OrthancApiRoot" : ".." } } diff -r a4207b4f560b -r fb57536fcc5f Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Mon Nov 30 16:43:58 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/index.html Mon Nov 30 16:49:04 2020 +0100 @@ -673,7 +673,7 @@
- [ cannot play videos using only DICOMweb yet ] + [ cannot play videos using DICOMweb yet ]