Use pop-up window in orthanc plugins with OE2

Hi !

I would like to know if the current support of plugins in OE2 support the use of pop-up window to able the user to give some information to the plugin. I did that in OE1 but I am not sure if it is currently possible in OE2.

Hi,

No, there is currently no way to add “plugins” into OE2.

However, note that you can add custom buttons and you may then redirect to a page implemented by your plugin …

Best,

Alain

Hi Alain,
Is this possible to add ResourceID (Orthanc ID) to the Study Columns in UI ?

Thanks,
Chris

No. That does not seem of interest for most end-users.
Note that you can set “UiOptions.EnableApiViewMenu” to true and you’ll have access to this extra button:

Hope this helps,

Alain

1 Like

Thanks a lot,
That’s exactly what I need.