omaima
1
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
saad
2
Facing same issue, did not get any frames in metadata
is the browser you are using for OHIF on the same host as the dicomweb server?
Yes they are both at the same host
what happens when you browse to http://localhost:5985 on the same host?
http://localhost:5985/
==> {“statusCode”:400,“error”:“Bad Request”,“message”:“querystring should have required property ‘objectUID’”}
http://localhost:5985/studies
==>[{“00080005”:{“vr”:“CS”,“Value”:[“ISO_IR 100”]},“00080020”:{“vr”:“DA”,“Value”:[“20061201”]},“00080030”:{“vr”:“TM”,“Value”:[“141645.000000”]},“00080050”:{“vr”:“SH”,“Value”:[“0\u0000”]},“00080054”:{“vr”:“AE”},“00080056”:{“vr”:“CS”},“00080061”:{“vr”:“CS”,“Value”:[“MR”]},“00080090”:{“vr”:“PN”,“Value”:[{“Alphabetic”:“dAEvNTxZJO0E”}]},“00081190”:{“vr”:“UR”},“00100010”:{“vr”:“PN”,“Value”:[{“Alphabetic”:“BRAINIX\u0000”}]},“00100020”:{“vr”:“LO”,“Value”:[“5Yp0E\u0000”]},“00100030”:{“vr”:“DA”,“Value”:[“19490301”]},“00100040”:{“vr”:“CS”,“Value”:[“0000”]},“0020000D”:{“vr”:“UI”,“Value”:[“2.16.840.1.113669.632.20.1211.10000357775”]},“00200010”:{“vr”:“SH”,“Value”:[“218211405\u0000”]},“00201206”:{“vr”:“IS”,“Value”:[1]},“00201208”:{“vr”:“IS”,“Value”:[22]},“00081030”:{“vr”:“LO”,“Value”:[“IRM cérébrale, neuro-crâne”]}}]
please post your OHIF config
omaima
8
{
name: 'DCM4CHEE',
wadoUriRoot: 'http://localhost:5985',
qidoRoot: 'http://localhost:5985',
wadoRoot: 'http://localhost:5985',
qidoSupportsIncludeField: true,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
},
please also post logs of dicomweb-server
also, as per GitHub - dcmjs-org/dicomweb-server: Lightweight DICOMweb Server with CouchDB
“Note that currently the imageRendering
option must be wadouri
”