comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1713:aec45e0b2528

configuration option "DicomWebRoot"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 17:09:46 +0100
parents fb57536fcc5f
children a878e807cd96
comparison
equal deleted inserted replaced
1712:fb57536fcc5f 1713:aec45e0b2528
63 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage 63 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
64 **/ 64 **/
65 "ExpectedMessageOrigin" : "http://localhost:8042", 65 "ExpectedMessageOrigin" : "http://localhost:8042",
66 66
67 /** 67 /**
68 * Root path of the DICOMweb server. This option is automatically
69 * set by the Orthanc plugin if missing.
70 **/
71 "DicomWebRoot" : "../dicom-web",
72
73 /**
68 * The following parameter can be set if running the Stone Web 74 * The following parameter can be set if running the Stone Web
69 * viewer from Orthanc, but without using the associated plugin. 75 * viewer from Orthanc, but without using the associated plugin
70 * Using the plugin would overwrite this setting. This will enable 76 * (e.g. using the "Serve Folders" sample plugin). Using the
71 * features that are only available if the Orthanc REST API is 77 * plugin would overwrite this setting. This will enable features
72 * accessible (download of studies, and playing videos). This 78 * that are only available if the Orthanc REST API is accessible
73 * option is typically used by the developers of Stone. 79 * (download of studies, and playing videos). This option is
80 * typically used by the developers of Stone.
74 **/ 81 **/
75 "OrthancApiRoot" : ".." 82 "OrthancApiRoot" : ".."
76 } 83 }
77 } 84 }