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.
-
yarn run build
- dist>gone to dist folder
- dist>yarn global add http-server
- 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.