Just wondering if there are config file settings for the Stone Web Viewer to enable / disable the intended use and user preferences notices that show when the viewer is first loaded, like there are for the Osimis Viewer ?
The config file from source is here:
https://hg.orthanc-server.com/orthanc-stone/file/default/Applications/StoneWebViewer/WebApplication/configuration.json
In the Osimis Viewer config.json there were settings like this:
// display the info panel at startup
// allowed values: “always”, “never”, “user”
// with “user”, the user can decide to show or not the popup
“ShowInfoPopupAtStartup”: “always”,
// add a ? button to show the info popup
“ShowInfoPopupButtonEnabled” : true,
// display a “not for diagnostic usage” disclaimer in the study island
“AlwaysShowNotForDiagnosticUsageDisclaimer”: true
Displaying intended use is mandatory, at least in the European Union, to warn people about the fact they are not using a CE-certified viewer. So we cannot provide any option to disable this notice.
The options you mentioned were only available for the CE-certified version of the Osimis Web viewer (aka. “Osimis Web Viewer Pro”), which was an option medical users paid Osimis for.
OK. Thank you. I’m sure it is also that way in the US. Not sure how that varies from country to country. Might be different in the Cayman Islands.
Have there been any updates so the Stone Viewer since the release, and other active development. I did figure out how to host much of the front-end on a server, but not sure if there is a ‘standard’ way to do that.
Thank you.
"Have there been any updates so the Stone Viewer since the release, and other active development. "
=> Check out the public repository with the source code of the Stone Web viewer:
https://hg.orthanc-server.com/orthanc-stone/
“Do the Docker Osimis Builds automatically use the latest version of the StoneViewer ?”
=> This information is also readily available in the “package content” section of the official DockerHub page related to the “osimis/orthanc” images:
https://hub.docker.com/r/osimis/orthanc
(referenced by https://book.orthanc-server.com/users/docker-osimis.html#introduction)