Bypass worklist page

Hi
I am using OHIF viewer version 3.10.0-beta.118
How to bypass worklist and directly display viewer after run yarn run dev using corresponding url with studyinstance uid.
for example ocalhost:3000/viewer?StudyInstanceUIDs=1.2.276.0.7230010.3.1.2.2155604110.4180.1021041295.21
Appreciated your help. Thanks

Hi

Any update on my query? Thanks

its better you can use Static Build app …!!

Hello @kanmaniguna. Are you asking if there is a way to launch the viewer with a particular study from the command line?

Hi @jbocce
Yes. You are correct.

Ok @kanmaniguna. One thing you could do is alter this line in the webpack.pwa.js file to look something like this…

open: '/viewer?StudyInstanceUIDs=1.3.12.2.1107.5.2.32.35162.30000015050317233592200000046',

I suspect of course that you wouldn’t want to hard code the study UID so you could do something like read it from the environment or something like what we do for the OHIF port.

I hope this helps.

Thanks @jbocce . Will try and update you.