-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix: Console error on loading SR report #5600
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
fix: Console error on loading SR report #5600
Conversation
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| const { ValueType } = ContentSequence; | ||
| if (!ValueType === 'SCOORD') { | ||
| if (ValueType !== 'SCOORD') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igoroctaviano what do you think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sedghi We do support both SCOORD3D and SCOORD. Maybe we need to update to only return if not both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igoroctaviano Code updated to support both SCOORD3D and SCOORD.
|
|
||
| const { ValueType } = ContentSequence; | ||
| if (!ValueType === 'SCOORD') { | ||
| if (ValueType !== 'SCOORD') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sedghi We do support both SCOORD3D and SCOORD. Maybe we need to update to only return if not both?
Context
Resolved the console error that occurred after generating the SR report using the updated structure introduced in the dcmjs PR. This error was present earlier but surfaced only with the recent SR report modifications.
Changes & Results
chrome_0LEUunrk6R.mp4
Testing
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment