Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

[Bug] Dicom file not rendered properly

Open mateusfmcota opened this issue 8 months ago • 5 comments

Describe the Bug

The attached dicom file when opened on OHIF Viewer is shown as a grey/white square instead of the correct image

Image

anonymized.zip

Steps to Reproduce

  1. Upload the file to an OHIF dicom viewer like https://viewer-dev.ohif.org/
  2. 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

Image

OS

Arch Linux 6.13.6

Node version

20.9.0

Browser

Chrome 134

mateusfmcota avatar Mar 13 '25 13:03 mateusfmcota

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?

minimal-scouser avatar Mar 13 '25 16:03 minimal-scouser

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?

illodev avatar Apr 03 '25 10:04 illodev

can you try the latest viewer.ohif.org

sedghi avatar Apr 11 '25 15:04 sedghi

can you try the latest viewer.ohif.org

Both on viewer and viewer-dev the files still didn't rendered properly to me

mateusfmcota avatar Apr 22 '25 14:04 mateusfmcota

The latest beta version fixed the issue for me

mateusfmcota avatar May 26 '25 17:05 mateusfmcota

This was fixed on the 3.11, thanks for your hard work

mateusfmcota avatar Nov 11 '25 12:11 mateusfmcota