How to customize orthanc explore 2 page and web-viewer

Hi everyone,

I’m running Orthanc on Windows 10, and I’d like to know if it’s possible to customize the interface of Orthanc Explorer 2 or the Web Viewer

I downloaded the entire web-viewer folder, made some custom changes, and tried to configure Orthanc to use this modified version. However, when viewing studies, it always falls back to the default viewer, ignoring my custom version.

I also tried to create a custom page using XAMPP, but I’m having trouble properly retrieving data from the database

If anyone could help clarify these issues, I would really appreciate it!

Hi,

For OE2, this is explained in the README. You’ll need to adapt it a bit for Windows development.

For the Webviewer, you need to rebuild a .dll file and make sure that Orthanc loads your DLL and not the default one.

Best regards,

Alain