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

fix(utils): remove undefined/null values from the PerFrameFunctionalGroupsSequence in combineFrameInstance. #3515

Conversation

jbocce
Copy link
Contributor

@jbocce jbocce commented Jul 4, 2023

Context

Fixes #3432

Changes & Results

A null check was added in combineFrameInstance utility so as to remove null PerFrameFunctionalGroupsSequence items

Testing

Verify that the associated issue is resolved. We were not able to obtain an offending DICOM, so @Michael-Andersen, could you please have a look at this to ensure your issue is resolved? Thank you so much.

Checklist

PR

  • My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • OS: Windows 11
  • Node version: 16.14.0
  • Browser: Chrome 114.0.5735.199

@netlify
Copy link

netlify bot commented Jul 4, 2023

Deploy Preview for ohif-platform-docs ready!

Name Link
🔨 Latest commit f8442e0
🔍 Latest deploy log https://app.netlify.com/sites/ohif-platform-docs/deploys/64a43925e9df5a0008c6df69
😎 Deploy Preview https://deploy-preview-3515--ohif-platform-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jul 4, 2023

Deploy Preview for ohif-dev ready!

Name Link
🔨 Latest commit f8442e0
🔍 Latest deploy log https://app.netlify.com/sites/ohif-dev/deploys/64a4392561b73400087c8926
😎 Deploy Preview https://deploy-preview-3515--ohif-dev.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jbocce jbocce requested a review from sedghi July 4, 2023 15:22
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #3515 (f8442e0) into master (3efa793) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3515   +/-   ##
=======================================
  Coverage   42.81%   42.81%           
=======================================
  Files          82       82           
  Lines        1448     1448           
  Branches      338      338           
=======================================
  Hits          620      620           
  Misses        665      665           
  Partials      163      163           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce29bbe...f8442e0. Read the comment docs.

@Michael-Andersen
Copy link
Contributor

@jbocce I have tested this fix with our problematic series and it resolves the issue thanks!

@sedghi sedghi merged commit b5599dd into OHIF:master Jul 4, 2023
9 of 10 checks passed
@jbocce jbocce deleted the fix/OHIF-3432-add-PerFrameFunctionalGroup-null-check branch July 7, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] PerFrameFunctionalGroup Null Check Missing Causes Some Studies To Not Load
3 participants