Invoke viewer without worklist

Hi
I am using OHIF viewer version 3.10.0-beta.118
How to invoke viewer using URL without worklist page? Is it possible?
I just followed below steps.

  1. yarn run build

  2. dist>gone to dist folder
  3. dist>yarn global add http-server
  4. dist>http-server
    Starting up http-server, serving ./

http-server version: 14.1.1

http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
192.168.0.105:8080
127.0.0.1:8080
Hit CTRL-C to stop the server

when i try above URL its works with worklist page.

When i tried with viewer url like
127.0.0.1:8080/viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21

nothing display.
getting below error

[2025-03-10T08:44:52.583Z] “GET /viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36”
(node:27224) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use node --trace-deprecation ... to show where the warning was created)
[2025-03-10T08:44:52.606Z] “GET /viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21” Error (404): “Not found”
leWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
[2025-03-10T08:44:56.887Z] “GET /viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21” Error (404): “Not found”
[2025-03-10T08:44:58.575Z] “GET /viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36”
[2025-03-10T08:44:58.599Z] “GET /viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21” Error (404): “Not found”

My aim is to launch the viewer without worklist page.
Appreciated your help.

Follow this guide Config files | OHIF.
Try to set showStudyList: false maybe get what you want.

Hi
Thanks for the reply. Its worked. I am getting localhost:3000 as blank page without worklist. now i would like to instead of empty page i need to display viewer page using studyinstanceuid. how can i pass and where should i pass studyinstanceuid to display viewer with corresponding images.

Target - after run yarn run dev

guide me or help me to do that.

Data Source | OHIF
Configure your dataSource in app-config.js to connect your PACS Server. Using URL to query from Server

Hi

I am new this and I am using OHIF viewer version 3.10.0-beta.118.
Can’t find app-config.js file. you are mentioning app-config.js file under /dist folder ? If yes can you explain more about change the data datasource?
I can see
defaultDataSourceName: ‘dicomweb’,
also lot of datasources
Which one i have to change. ?

sourceName: ‘dicomweb’, or
sourceName: ‘ohif2’,
attached screenshot.