Where does ohif.js get mapped to in the OHIF plug-in, and if I bind to my host in Docker can I modify it real-time (might require a page refresh or 2, or turning off caching), but it seems that is where it maps to ?
What are the window.config = {
extensions: [],
modes: []
}
extensions and modes, and how do I play with those, probably consult OHIF documentation ? Can those be added without the release of a new Plug-in, or by compiling your own version of OHIF somehow and mapping.
What are the minimum hardware requirement to run a basic setup and some that might be somewhat larger than that ? Even a small Droplet seems to work for the Basic setup.
regarding " previous location of the database then using --upgrade as written above, or by using the instructions for replication below."
I think I did that via the CLI in the postgres Docker container because I had an old version without the Labels support. How can I verify that it ‘worked’. It runs now, and I see this in a tools/find response:
Only answering question 4 to avoid misinformation: There is no need to run orthanc with --upgrade to benefit from the labels.
The --upgrade option is only required when the DB schema is incompatible between two Orthanc versions and last time it happened was in 2015 All other DB schema updates are automatic.
That issue occurred on a dev instance where I think I had postgres v.13 when I used the DB initially, and then switched to v.15. I had a couple of exams in the DB. I did have to do something because I saw some warning, and then I did that through the terminal in the Postgres instance via Portainer, which is nice really. It has GUI where can connect to the container terminal, but maybe there is way to just SSH into the container directly via remote ?
There is no such thing as ohif.js in OHIF 3.6.0 (which is bundled in the OHIF plugin 1.0). The configuration file is called app-config.js. The documentation of the OHIF plugin explains how to set configuration options.
You have to restart Orthanc after a change to the OHIF.UserConfiguration option of Orthanc.