Hello,
I am currently integrating the Orthanc OHIF plugin into a research workflow, using Orthanc in Docker, and I would like to customize the viewer’s behavior when loading a study.
So far, I have managed to provide a custom configuration through UserConfiguration (e.g., showStudyList: false works), and enable MPR mode on startup by passing the URL parameter:
.../ohif/viewer?StudyInstanceUIDs=XYZ&hangingProtocolId=upfour.
However, I would like to go further, and this is where I am running into limitations with the plugin.
What I would like to achieve :
-
A customized MPR layout, similar to the mpr layout but with 2 columns and 2 rows
-
Automatically enable crosshairs, without requiring the user to click on the toolbar toggle
-
Change the default mouse interactions, for example use stack scroll as the default left-drag tool instead of window/level, and customize other mouse or keyboard bindings if possible.
Is it currently possible using the built-in OHIF plugin of Orthanc?
Thank you very much for your work on Orthanc and for your insights!
Best regards,
Loïc