We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loading TMTV mode with local folder as datasource is not working in demo sites.
An exception is thrown from extensions/default/src/getPTImageIdInstanceMetadata.ts as it cannot provide metadata for local datasource image ID.
extensions/default/src/getPTImageIdInstanceMetadata.ts
if (!dicomMetaData) { throw new Error('dicom metadata are required'); }
This seems to be broken from 3.9.1 tag and also exists in the nightly build demo viewer.
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.
TMTV mode shows the below error and all vewports are blank.
TMTV mode should open the study and display images
Ubuntu 24.04
18.19.0
Chrome 131.0.6778.108
The text was updated successfully, but these errors were encountered:
Does the same data work in regular mode?
Sorry, something went wrong.
@sedghi We checked the same data in 3.8 and it loads in TMTV mode. None of the CT-PT data we have is loading in TMTV mode with OHIF local datasource.
Here is an example data from TCIA manifest file: manifest-1733899117169.zip
No branches or pull requests
Describe the Bug
Loading TMTV mode with local folder as datasource is not working in demo sites.
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: