How to connect OHIF Viewer with Orthanc

I have recently started using OHIF Viewer (version 3.8.3) and have done upto the the following steps:

  1. Cloned the repository: `git clone GitHub - OHIF/Viewers: OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
  2. Changed the directory: cd Viewers
  3. Installed all the dependencies: yarn install
  4. Built the application: yarn run build

Additionally, I have created new modes and extensions and also linked them
And installed Orthanc.
But I need help and support in connecting Orthanc with OHIF. Could you please guide me on how to do this?
And also, if I’m not using the current stable version, please let me know the correct version.

Hi,

Have you tried modifying the OHIF configuration file ?
If so, can you share it ?
If not, take a look at Viewers/platform/app/public/config/local_orthanc.js. It is a config file to connect OHIF with an Orthanc instance hosted on your machine.

Hope it helps.
LB