How to remove study list from the OHIF viewer

I was able to install the latest version of OHIF and connect it to a data source DCM4CHEE archive.

I would like to launch OHIF viewer directly to a certain study like:
https://viewer.ohif.org/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5

But I don’t want to allow the user to discover all the studies in the archive by navigating back to the study list via the UI or by modifying the URL.

Is there a way to configure OHIF and just disable the study list view entirely?

Hello Marc,
If you fork the project you can load your own config.
You can go to platform/app/public/config/default.js and change showStudyList: true to false.

1 Like