I am a radiologist trying to use Orthanc plus the Osimis plugin to make teaching files for my students.
I apologise if these questions are basic. I’ve read through documentation but am unable to find my answers.
Installed Orthanc on my Mac with the webviewer plugin form the Osimis website. I can push exams to Orthanc server and view on localhost using the web interface and viewer via.
. . . So not a complete idiot!
(1) how does a user log out of the web interface? The first time I went to localhost:8042 I was prompted for a login but never subsequently. I’ve even restarted Orthanc. Do I need to clear browser cache?
(2) How can I determine the study ID for the case, for example “68694bfa-99b9e069-3a48b335-8b714b6b-66141d69” Are there other tags I can use like studyUID?
(3) In the config file for the WebViewer one can change image presets. I don’t know where to find this file to change it. Do I need to download the source code, change the config file and then rebuild the plugin?
(4) Ultimately I want to embed the viewer as an iFrame on a simple web page like the demo on the Osimis web page: https://www.osimis.io/en/products/orthanc-plugins/orthanc-viewer-basic.html. They use a link within an iframe:
How do you set things up so that a user can go to
and see a study in the viewer; but when they go to
http://localhost:8042 they DO NOT access the web interface. Turning remoteaccessallowed to false also disabled the viewer too.
(5) If I try IP:8042/osimis-viewer/app/index.html?study=68694bfa-99b9e069-3a48b335-8b714b6b-66141d69 from another computer in my network and not local host am I going to get CORS issues?
Apologies for the long post. Hopefully each question is a simple answer.
Kind regards,
Dan