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 Graphic Filled (0070,0024) validation condition #116

Merged
merged 4 commits into from
Aug 4, 2024

Conversation

drahoja9
Copy link
Contributor

@drahoja9 drahoja9 commented Aug 3, 2024

Closes #115

@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.95%. Comparing base (e8644e2) to head (fe3a43b).
Report is 32 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   89.82%   89.95%   +0.12%     
==========================================
  Files          15       15              
  Lines        1632     1672      +40     
==========================================
+ Hits         1466     1504      +38     
- Misses        166      168       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mrbean-bremen mrbean-bremen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Can you please also add an entry to the release notes (with a heading "Unreleased")?

@drahoja9 drahoja9 force-pushed the fix/graphic-filled-condition branch 2 times, most recently from 673bb49 to cf5d2e5 Compare August 4, 2024 08:51
drahoja9 and others added 4 commits August 4, 2024 11:16
In case the parser would be able to correctly parse the `Graphic Filled` conditions, they should look something like this.
What's missing is some operator describing the fact that the first and the last values should be equal.
@drahoja9 drahoja9 force-pushed the fix/graphic-filled-condition branch from cf5d2e5 to fe3a43b Compare August 4, 2024 09:16
Copy link
Member

@mrbean-bremen mrbean-bremen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good! I'll probably add some changes myself (as mentioned), and make a new release afterwards, if that's ok for you.

@mrbean-bremen mrbean-bremen merged commit 7159067 into pydicom:main Aug 4, 2024
17 checks passed
@drahoja9
Copy link
Contributor Author

drahoja9 commented Aug 4, 2024

Sure! Thank you for your swift feedback and merging the PR. 🤝

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.

validate_iods fails to validate Graphic Annotation Sequence > Graphic Object Sequence > Graphic Data
3 participants