comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1709:2931f5e15320

download study from Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 15:36:40 +0100
parents b5a8bf32d969
children 673c163e1b3e
comparison
equal deleted inserted replaced
1708:eb59fbee071e 1709:2931f5e15320
45 /** 45 /**
46 * Enables/disables the button to download a screenshot of the 46 * Enables/disables the button to download a screenshot of the
47 * active viewport as a JPEG file. 47 * active viewport as a JPEG file.
48 **/ 48 **/
49 "DownloadAsJpegEnabled" : true, 49 "DownloadAsJpegEnabled" : true,
50 50
51 /**
52 * Enables/disables the button to download the display study.
53 **/
54 "DownloadStudyEnabled" : true,
55
51 /** 56 /**
52 * The allowed origin for messages corresponding to dynamic actions 57 * The allowed origin for messages corresponding to dynamic actions
53 * triggered by another Web page using "window.postMessage()". The 58 * triggered by another Web page using "window.postMessage()". The
54 * special value "*" will allow any origin, which is an insecure 59 * special value "*" will allow any origin, which is an insecure
55 * value to be used only during development. If this option is not 60 * value to be used only during development. If this option is not
56 * set, all the requests for dynamic actions will be rejected. 61 * set, all the requests for dynamic actions will be rejected.
57 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage 62 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
58 **/ 63 **/
59 "ExpectedMessageOrigin" : "http://localhost:8042" 64 "ExpectedMessageOrigin" : "http://localhost:8042",
65
66 /**
67 * The following parameter can be set if running the Stone Web
68 * viewer from Orthanc, but without using the associated plugin.
69 * Using the plugin would overwrite this setting.
70 **/
71 "OrthancApiRoot" : "schnol"
60 } 72 }
61 } 73 }