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

[Bug] #4719

Open
VladimirKondratenko opened this issue Jan 22, 2025 · 5 comments
Open

[Bug] #4719

VladimirKondratenko opened this issue Jan 22, 2025 · 5 comments

Comments

@VladimirKondratenko
Copy link

VladimirKondratenko commented Jan 22, 2025

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

  1. press link "our server"
  2. check console.log
  3. check links from viewer ohif
  4. check postman collection

The current behavior

dicom not loading wado-rs

The expected behavior

dicom loading wado-rs

OS

windows 11

Node version

22.11

Browser

Chrome

@VladimirKondratenko VladimirKondratenko added the Awaiting Reproduction Can we reproduce the reported bug? label Jan 22, 2025
@sedghi sedghi removed the Awaiting Reproduction Can we reproduce the reported bug? label Jan 22, 2025
@sedghi
Copy link
Member

sedghi commented Jan 22, 2025

So apparently this is failing to return metadata

https://public.ehealth.by/image_api/studies/1.3.12.2.1107.5.1.4.51877.30000005040804443535900000001/series/1.3.12.2.1107.5.1.4.51877.30000005040804374951500000029/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

https://www.dicomstandard.org/using/dicomweb

@VladimirKondratenko
Copy link
Author

thank you very much, we will compare our with OHIF response

@VladimirKondratenko
Copy link
Author

VladimirKondratenko commented Jan 24, 2025

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!
p.s. you can use this service for share may be will usefull https://dropmefiles.com/

@VladimirKondratenko
Copy link
Author

UPD: have second question about render image or how it's show, because i try show XA type, when we have one url (example on screen)

Image

and i use too same function and have error on screen high. It's problem format or function? how i can fix it?

Image

@sedghi
Copy link
Member

sedghi commented Jan 24, 2025

The data information is found here https://github.com/OHIF/Viewers/blob/master/DATACITATION.md

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