-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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] Dicom overlay [6000,3000] not displayed in viewer V3 #3599
Comments
This is fixed and merged in master |
@sedghi Are you sure this is part of master? We are using the |
Some more info (using the sample data provided by @myoussef90): in |
Could you kindly provide the data if it has been anonymized and you can confirm that there is no patient health information present in any of the headers or embedded within the pixel data? |
I reproduced it with the data posted by @myoussef90 in the original post above: https://github.com/OHIF/Viewers/files/12331299/DicomOverlay.zip |
Hm, I'm not sure what "steps" I can provide. I have an Orthanc instance serving the data with quite a few customizations.
With no other ideas, I kept looking at the debugger while the image is being rendered and I noticed the following, maybe this could help find the cause: What I'm trying to highlight is that as overlay data is being processed, at one point the code puts it into this
But there were no requests sent to that URL. Why could it be that there is no request for the data? Maybe I'm heading in the wrong direction with this. I saw that it was @wayfarer3130 who committed the mentioned lines, maybe he could provide some info. Any help is greatly appreciated! |
Add in the ds configuraiton block: |
I met the same issue while using dicomjson. But it works well with dicomlocal provider. They use different dicom parsers: cornerstonejs/dicomParser v.s. dcmjs. In csjs dicomParser, it seems not process the overlay data properly. |
I may have a try with this proposal. Where should I put this setting? Seems not working with app-config.cfg? |
I confirm the bulkDataURI setting doesn't work for the dicomjson source data provider. Probably should some fix in cornerstonejs/dicomParser. |
Wow, thanks a lot, this solved it!
Important note for the Orthanc people: OHIF treats the mentioned |
Andras, congrats! |
please take a look at the latest master and re-open this if still an issue |
Describe the Bug
i was using OHIF V2 and was displaying dicom overlay fine, it get from meta file as inline binary string from tag [6000,3000] and parse it to get buffer array. now when switching to V3 with same meta file it dosn't display any overlay
How can i display it in V3 ?
this is the dicom file
DicomOverlay.zip
Steps to Reproduce
1- upload the dicom file
2- compare between V2 and V3 displaed image
The current behavior
Dicom Overlay dosn't display
The expected behavior
Dicom Overlay should display like V2
OS
Windows 11
Node version
18
Browser
Chrome
The text was updated successfully, but these errors were encountered: