Radiant DICOM Viewer URI integration plugin

Hello,

I’ve just created a simple Orthanc-Radiant integration plugin to make profit of Radiant DICOM Viewer URI scheme.
The plugin is available on my github: GitHub - boskar/orthanc-radiant: Orthanc plugin for invoking radiant:// URI scheme
The python file obviously must be declared in python.json.

Current limitations:

  • Only works on study level

Pointless python dependancy as no actual python function, beyond ExtendOrthancExplorer, is used?

I could also add other browsers which work similar way.
Do You think I should keep them separate, or I should rather make multi-browser plugin with configuration file enabling different integrations?

4 Likes

Hi @boskar

Thanks for sharing this !

Orthanc can only load a single python plugin so it’s probably best to have a single plugin with various options to enable each viewer individually.

Alain

1 Like

Hi there. Thanks for this plugin. I think I managed to load it correctly as I have now the button to “Open in Radiant Viewer” in the legacy UI. But when I try to open the study, I just get a new empty Radiant window, nothing loaded… Any specific additional config should be added to Radiant or Orthanc?

Hello,

is Radiant properly configured for DICOM download from the Orthanc node, i.e. does the usual query/retrieve work, by name of the patient?
All the plugin does is it replaces the manual input of patient data, it does not replace dicom node configuration.

Hello,

Thanks for this contribution! For reference, it has been indexed in the Orthanc Book.

Kind Regards,
Sébastien-

Thanks, I managed to make it work