hello everyone,
I am trying to use this dicomweb-server (GitHub - dcmjs-org/dicomweb-server: Lightweight DICOMweb Server with CouchDB) to render in OHIF viewer.
I tried this setup in Window 10.
I have used the below configuration
dicomWeb:[
{
"name": "dicomweb_server",
"wadoUriRoot": "http://localhost:5985",
"qidoRoot": "http://localhost:5985",
"wadoRoot": "http://localhost:5985",
"qidoSupportsIncludeField": true,
"imageRendering": "wadouri",
"thumbnailRendering": "wadors",
"requestOptions": {
"requestFromBrowser": true
}
},
]
I am facing issue to fetch wadors frame API
http://localhost:5985/studies/1.3.6.1.4.1.14519.5.2.1.1706.4996.267501199180251031414136865313/series/1.3.6.1.4.1.14519.5.2.1.1706.4996.170872952012850866993878606126/instances/1.3.6.1.4.1.14519.5.2.1.1706.4996.101091068805920483719105146694/frames/1
Error message:
{“statusCode”:404,“error”:“Not Found”,“message”:“Frame 1 was not found. Error: Empty buffer”}
Please let me know, if I am missing anything in the configuration.
Can you help me please
Thanks,
Omaima