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
When using the OHIF Viewer platform, there appears to be two connected issues:
Main Bug:
Occurs when trying to create a Structured Report (SR) after drawing measurements
The system throws a TypeError indicating it can't read properties of undefined
Specifically, it's trying to read an 'indexOf' property from something that is undefined
The error originates in the measurement annotation display filtering logic
Related Navigation Issue:
The "jumpToThumbnail" function fails because it cannot find the expected thumbnail
This prevents users from properly navigating between different measurements
The error message indicates "displaySet thumbnail not found"
Steps to Reproduce
Here are the detailed steps to reproduce the bug in OHIF Viewer:
Initial Setup:
Open OHIF Viewer
Load a US modality exam into the viewer
Create Measurements:
Select a measurement tool (e.g., Length, Arrow, Bidirectional)
Draw several measurements on the image
Save/confirm each measurement
SR Creation Attempt:
Navigate to the SR creation feature/button
Attempt to create a Structured Report (SR) from the measurements
This triggers the "Cannot read properties of undefined" error
Try Navigation:
Attempt to navigate between the measurements
The system fails with "jumpToThumbnail: displaySet thumbnail not found" error
The current behavior
During SR Creation:
When attempting to create a Structured Report after drawing measurements:
System throws a TypeError error
Error message: "Cannot read properties of undefined (reading 'indexOf')"
Measurement Navigation Issues:
Attempting to navigate between measurements fails
System reports "jumpToThumbnail: displaySet thumbnail not found"
The expected behavior
The Expected Behavior in OHIF Viewer:
SR Creation Process:
After drawing measurements on an image:
SR creation should execute smoothly without errors
All measurements should be properly included in the SR
System should generate a valid Structured Report
User should receive confirmation of successful SR creation
Measurement Navigation:
Should be able to easily navigate between measurements using the interface
Clicking on measurement items should:
Jump to the correct image/slice
Highlight the selected measurement
OS
macos 10.15.7
Node version
20.6.1
Browser
Version 124.0.6367.93
The text was updated successfully, but these errors were encountered:
Describe the Bug
When using the OHIF Viewer platform, there appears to be two connected issues:
Main Bug:
Occurs when trying to create a Structured Report (SR) after drawing measurements
The system throws a TypeError indicating it can't read properties of undefined
Specifically, it's trying to read an 'indexOf' property from something that is undefined
The error originates in the measurement annotation display filtering logic
Related Navigation Issue:
The "jumpToThumbnail" function fails because it cannot find the expected thumbnail
This prevents users from properly navigating between different measurements
The error message indicates "displaySet thumbnail not found"
Steps to Reproduce
Here are the detailed steps to reproduce the bug in OHIF Viewer:
Initial Setup:
Open OHIF Viewer
Load a US modality exam into the viewer
Create Measurements:
Select a measurement tool (e.g., Length, Arrow, Bidirectional)
Draw several measurements on the image
Save/confirm each measurement
SR Creation Attempt:
Navigate to the SR creation feature/button
Attempt to create a Structured Report (SR) from the measurements
This triggers the "Cannot read properties of undefined" error
Try Navigation:
Attempt to navigate between the measurements
The system fails with "jumpToThumbnail: displaySet thumbnail not found" error
The current behavior
During SR Creation:
When attempting to create a Structured Report after drawing measurements:
Measurement Navigation Issues:
The expected behavior
The Expected Behavior in OHIF Viewer:
SR Creation Process:
After drawing measurements on an image:
SR creation should execute smoothly without errors
All measurements should be properly included in the SR
System should generate a valid Structured Report
User should receive confirmation of successful SR creation
Measurement Navigation:
Should be able to easily navigate between measurements using the interface
Clicking on measurement items should:
Jump to the correct image/slice
Highlight the selected measurement
OS
macos 10.15.7
Node version
20.6.1
Browser
Version 124.0.6367.93
The text was updated successfully, but these errors were encountered: