You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading TMTV mode with local folder as datasource is not working in demo sites.
The same happens for segmentation mode with SEG files. Data opens in segmentation mode without any SEG file, but breaks as soon as we add a new segmentation.
An exception is thrown from extensions/default/src/getPTImageIdInstanceMetadata.ts as it cannot provide metadata for local datasource image ID.
if(!dicomMetaData){thrownewError('dicom metadata are required');}
This seems to be broken from 3.9.1 tag and also exists in the nightly build demo viewer.
Steps to Reproduce
Go to https://viewer.ohif.org/local and load a folder with PET and CT images
Open the study in TMTV mode from the study list page.
The current behavior
TMTV mode shows the below error and all vewports are blank.
The expected behavior
TMTV mode should open the study and display images
OS
Ubuntu 24.04
Node version
18.19.0
Browser
Chrome 131.0.6778.108
The text was updated successfully, but these errors were encountered:
sen-trenser
changed the title
[Bug] Cannot load images in TMTV mode with local datasource
[Bug] Cannot load images in TMTV or Segmentation mode with local datasource
Dec 13, 2024
@sedghi This issue seems to be due to the change in the case of SOPInstanceUID in normal metadata and local data source metadata. Here is the area from which the code is breaking due to the mentioned issue.
Describe the Bug
Loading TMTV mode with local folder as datasource is not working in demo sites.
The same happens for segmentation mode with SEG files. Data opens in segmentation mode without any SEG file, but breaks as soon as we add a new segmentation.
An exception is thrown from
extensions/default/src/getPTImageIdInstanceMetadata.ts
as it cannot provide metadata for local datasource image ID.This seems to be broken from 3.9.1 tag and also exists in the nightly build demo viewer.
Steps to Reproduce
Go to https://viewer.ohif.org/local and load a folder with PET and CT images
Open the study in TMTV mode from the study list page.
The current behavior
TMTV mode shows the below error and all vewports are blank.
The expected behavior
TMTV mode should open the study and display images
OS
Ubuntu 24.04
Node version
18.19.0
Browser
Chrome 131.0.6778.108
The text was updated successfully, but these errors were encountered: