Viewers icon indicating copy to clipboard operation
Viewers copied to clipboard

[Bug] Series not displaying - Unsupported display set

Open sylvainb31 opened this issue 1 year ago • 4 comments

Describe the Bug

I am trying to display a study in the OHIF viewer but there is a series that doesn't display, with the message "Unsupported display set". I have tried to display the same study in an other viewer (meddream) and it works, but with a very specific display with images sorted as "Phase 1", "Phase 2" and "Phase 3".

I have checked the metadata of the series not displaying, and there is a sequence present in the first image of the series that is not present elsewhere (00082112 - Source Image Sequence). Each element of the sequence points toward one of the 3 other images in the series :

image

Here is the display that doesn't work in OHIF :

image

Here is the same study displayed in meddream that works properly :

image

Is it this sequence (00082112 - Source Image Sequence) that prevent OHIF from displaying the series ?

Thanks for your help,

Steps to Reproduce

Displaying a a study with the latest version of OHIF (3.8.0)

The current behavior

A specific series does not display with the message "Unsupported display set"

The expected behavior

For the series to display.

OS

Windows 11

Node version

20.14.0

Browser

Chrome 126.0.6478.128

sylvainb31 avatar Jul 24 '24 13:07 sylvainb31

I have tried loading only the list of metadata from this url : https://github.com/OHIF/Viewers/issues/3093

Images are loaded from DCM4CHEE.

PatientID => value present PatientName => value present PatientSex => value present PatientAge => value present PatientBirthDate => value present PatientSize => value not present PatientWeight => value not present StudyInstanceUID => value present SeriesInstanceUID => value present SOPInstanceUID => value present SOPClassUID => value present Modality => value present NumberOfFrames => value not present Rows => value present Columns => value present SamplesPerPixel => value present PhotometricInterpretation => value present PlanarConfiguration => value not present BitsAllocated => value present BitsStored => value present HighBit => value present PixelRepresentation => value present PixelAspectRatio => value not present InstanceNumber => value present SeriesDate => value present SeriesTime => value present FrameTime => value not present ImagePositionPatient => value not present ImageOrientationPatient => value not present ImageType => value not present PixelSpacing => value not present StudyDescription => value not present SeriesNumber => value present SeriesDescription => value not present

With this list of dicom tags for each instance for the metadata, the DX series still displays correctly, and I have still the same result for the CR series, so it doesn't come from the dicom tag (00082112 - Source Image Sequence).

Is it because of the missing values in one of the dicom tags that the CR series doesn't display and show the message "Unsupported display set" ?

Thanks for your help.

sylvainb31 avatar Jul 25 '24 12:07 sylvainb31

Try this sample, works fine in other viewers but fails to open in ohif 1.3.46.670589.11.44665.5.0.7624.2024090512181649196.zip

arunvc avatar Sep 07 '24 03:09 arunvc

image

first entry empty and 0 series is breaking

arunvc avatar Sep 07 '24 05:09 arunvc

Hello, I am writing you again for the same problem. Is there anything I can do to fix it and make the study display ?

image

Once again, this study display correctly with meddream (and also using a simple cornerstone viewer), but the images don't display in the ohif viewer once the metadata query is done and read. Is there something I can do in the ohif configuration so that it displays it ?

Thanks for your help.

sylvainb31 avatar Oct 17 '24 13:10 sylvainb31

Can you check latest OHIF 3.9?

sedghi avatar Nov 14 '24 21:11 sedghi

viewer.ohif.orgg

sedghi avatar Nov 14 '24 21:11 sedghi

Try this sample, works fine in other viewers but fails to open in ohif 1.3.46.670589.11.44665.5.0.7624.2024090512181649196.zip

this one shows the thumbs now, 3.9

image

martinopiniator avatar Nov 15 '24 05:11 martinopiniator

@sedghi I don't think this is resolved though. @martinopiniator shows that the "displaySet not found" error keeps occurring. I've tested with multiple releases (3.8, 3.9, 3.10 and latest v3.10.0-beta.5). I get the following (tried different studies and they all work in other viewers). Is this a configuration thing? Should I somehow register Hanging Protocols since they're not being loaded by default?. Sorry I might be asking silly questions, I looked everywhere and couldn't find something related to this.

Thanks in advance!

image

cristianmiranda avatar Nov 19 '24 21:11 cristianmiranda

UPDATE: By removing this from my config I was able to view studies correctly

image

cristianmiranda avatar Nov 19 '24 23:11 cristianmiranda