Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to get frame details to render in OHIF viewer #58

Open
Karthik-Devaraj opened this issue Nov 12, 2020 · 1 comment
Open

Failed to get frame details to render in OHIF viewer #58

Karthik-Devaraj opened this issue Nov 12, 2020 · 1 comment

Comments

@Karthik-Devaraj
Copy link

I am trying to use this dicomweb-server 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:8084',
qidoRoot: 'http://localhost:8084',
wadoRoot: 'http://localhost:8084',
qidoSupportsIncludeField: true,
imageRendering: 'wadors',
thumbnailRendering: 'wadors',
enableStudyLazyLoad: true,
supportsFuzzyMatching: true,
requestOptions: {
"requestFromBrowser": true
}
}, ],

I am facing issue to fetch wadors frame API
/studies/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.3.0/series/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.4.0/instances/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.2.0/frames/1
Error message:
{"statusCode":404,"error":"Not Found","message":"Frame 1 was not found. Error: Empty buffer"}

Other API's like fetch studies, series, instance are working fine.

I can able to download the instance stream as dcm file from the below URL
/studies/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.3.0/series/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.4.0/instances/1.3.6.1.4.1.5962.99.1.3975984249.1189277055.1386955486329.2.0

Please let me know, if I am missing anything in the configuration.

Thanks in advance.

@pieper
Copy link
Contributor

pieper commented Nov 12, 2020

Does this happen with all data? E.g. can you try some data from TCIA or similar.

BTW, if those UIDs are from real patient data they could be considered personally identifiable and shouldn't be shared (and any posts that include them should be deleted).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants