Orthanc Explorer 2

Hello, i have an issue with Orthanc explorer 2. I plan to add a report button that can lead to a new plage where doctors can write reports on each patient study. I modified the source code by modifying the ResourceButtonGroup.vue file and added a new vue file -“ReportPage.vue” with modification to the router.js and OrthancApI. I followed the instructions in the github page ’ GitHub - orthanc-server/orthanc-explorer-2: New UI for Orthanc’. And yet my modification is not showing on the orthanc webpage, its only showing at the localhost:999/ui/app/; for viewing and debugging my current front-end code…please i would love your help in figuring it out.

@madewole. @alainmazy @jodogne

Hi,

You need to recompile the plugin: GitHub - orthanc-server/orthanc-explorer-2: New UI for Orthanc

HTH,

Alain