-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Bug] #4719
Comments
So apparently this is failing to return metadata You might want to take a look at dicomweb specs to see how you create a dicomweb comaptible server. As you see our api call return correct metadata |
thank you very much, we will compare our with OHIF response |
Could you share for us DICOM file and meta (examples which you use) from your VIEWER? Because we couldn't understand why we dont see dicom from our sever. back-end developer used official documentaion Doc. And for test will be great few examples .dcm from your viewer. We studied your repositories and found only .dcm already convert format and think dont understand correct how convert for viewer. Thanks! |
The data information is found here https://github.com/OHIF/Viewers/blob/master/DATACITATION.md |
Describe the Bug
I can't upload an image use wado-rs. I looked at your example link example and implemented something similar, but for my own needs. But my example have some error and I'm trying to figure out if this is a bug on my server or a bug on the front-end. Could you see my example on this our server and see console.log, because i have very strange error python code. or share this picture in format dicom for test my server, because before this i used links for your ohif viewer.
need this dicom files
1)
https://viewer.ohif.org/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5
https://d14fa38qiwhyfd.cloudfront.net/dicomweb/studies/1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5/series/1.3.6.1.4.1.25403.345050719074.3824.20170125095449.8/metadata
https://d14fa38qiwhyfd.cloudfront.net/dicomweb/studies/1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5/series/1.3.6.1.4.1.25403.345050719074.3824.20170125095449.8/instances/1.3.6.1.4.1.25403.345050719074.3824.20170125095449.9/frames/1
2)
https://viewer.ohif.org/viewer?StudyInstanceUIDs=1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5
https://d14fa38qiwhyfd.cloudfront.net/dicomweb/studies/1.3.6.1.4.1.25403.345050719074.3824.20170125095438.5/series/1.3.6.1.4.1.25403.345050719074.3824.20170125095506.10/metadata
and example for postman if link incorrect for you
image-api-new.postman_collection.json
Steps to Reproduce
The current behavior
dicom not loading wado-rs
The expected behavior
dicom loading wado-rs
OS
windows 11
Node version
22.11
Browser
Chrome
The text was updated successfully, but these errors were encountered: