Launching external url (viewer, erp, emr etc) from Orthanc explorer with study parameters.

Dear all,

Is there anybody experienced with Launching external url from inside Orthanc explorer. any help appreciated.

Best Regards,

Haluk Celikel

Have a look at the following file that is part of the official Web viewer plugin:
https://bitbucket.org/sjodogne/orthanc-webviewer/src/465bed3c5c81f8af65f5226ba901083fb9c15619/Resources/OrthancExplorer.js?at=default

This file extends the JavaScript code of Orthanc Explorer to open an external URL, and is registered by the plugin at the following line of code:
https://bitbucket.org/sjodogne/orthanc-webviewer/src/465bed3c5c81f8af65f5226ba901083fb9c15619/Plugin/Plugin.cpp?at=default#Plugin.cpp-398

HTH,
Sébastien-