Viewers
Viewers copied to clipboard
[Bug] Dicom file not rendered properly
Describe the Bug
The attached dicom file when opened on OHIF Viewer is shown as a grey/white square instead of the correct image
Steps to Reproduce
- Upload the file to an OHIF dicom viewer like https://viewer-dev.ohif.org/
- open the study
The current behavior
The loaded image is shown as a white/grey square instead of the proper dicom image
The expected behavior
To be shown like when I open the study on a viewer like in Mango Viewer
OS
Arch Linux 6.13.6
Node version
20.9.0
Browser
Chrome 134
uploaded the same on cornerstone example and it works there.
most of these cases seem to stem from a missing metadata field that is required in ohif but not in cornerstone.
@sedghi is this correct? and if so, is there a plan to normalise the metadata providers used in cornerstone and ohif?
I'm experiencing a similar issue, but in my case, no thumbnails are displayed at all. When I double-click on an item in the series list, I get the following error:
HangingProtocolService.ts:1392
The hanging protocol viewport is requesting to display defaultDisplaySetId displaySet that is not matched based on the provided criteria (e.g. matching rules).
After debugging dicomFileLoader.js, I noticed that the dataset of the images is significantly smaller compared to other studies. Could it be that some extra configuration is required in the DICOM image loader?
The study itself displays correctly in OHIF v2 and other viewers, so it seems like something specific to OHIF v3. Any ideas on what could be missing?
can you try the latest viewer.ohif.org
can you try the latest viewer.ohif.org
Both on viewer and viewer-dev the files still didn't rendered properly to me
The latest beta version fixed the issue for me
This was fixed on the 3.11, thanks for your hard work