Skip to content
New issue

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

[Bug] Downloading Multiframe Instances: Incorrect SOPInstanceUID Used from PerFrameFunctionalGroupsSequence" #4131

Open
rmasad opened this issue May 15, 2024 · 0 comments
Labels
Awaiting Reproduction Can we reproduce the reported bug?

Comments

@rmasad
Copy link

rmasad commented May 15, 2024

Describe the Bug

When attempting to download studies with multiframe instances in OHIF, an error occurs. The problem arises because OHIF retrieves the "SOPInstanceUID" from within the "PerFrameFunctionalGroupsSequence" instead of using the instance's "SOPInstanceUID". This causes OHIF to search for images in incorrect paths in the PACS (Orthanc), leading to download errors.

Steps to Reproduce

  1. Load a study containing multiframe instances in OHIF.
  2. Attempt to download individual frames from the study.
  3. Observe the error produced when trying to access the images (404).

The current behavior

OHIF is using the "SOPInstanceUID" from within the "PerFrameFunctionalGroupsSequence", resulting in the construction of incorrect image paths and consequently the failure to download the frames.

The expected behavior

OHIF should use the correct instance "SOPInstanceUID" to search and download individual frames, ensuring that the image paths are correct and exist in the PACS (Orthanc).

OS

Ubuntu

Node version

18

Browser

Chrome 124

@rmasad rmasad added the Awaiting Reproduction Can we reproduce the reported bug? label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Reproduction Can we reproduce the reported bug?
Projects
None yet
Development

No branches or pull requests

1 participant