Update dicom-validator to 0.9 - #675
Merged
Merged
Conversation
p-j-smith
added this pull request to stack #672
September 17, 2026 08:42
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## paul/665-pydicom-3 #675 +/- ##
======================================================
+ Coverage 85.43% 88.40% +2.97%
======================================================
Files 77 81 +4
Lines 3679 3966 +287
======================================================
+ Hits 3143 3506 +363
+ Misses 536 460 -76 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
p-j-smith
force-pushed
the
paul/665-dicom-validator-0.9
branch
from
September 17, 2026 09:00
a69cfad to
d3050bd
Compare
p-j-smith
force-pushed
the
paul/665-dicom-validator-0.9
branch
from
September 17, 2026 14:17
d3050bd to
a853220
Compare
Update uv.lock
…dition get_edition_path will download the spec if needed dicom_info_for_edition loads the spec from disk
IODValidator.validate() now returns a ValidationResult class rather than a dictionary IODValidator.validate() no longer raises a RuntimeError if DICOM cannot be validated Use the ValidationResultFormatter class to conver the TagError class into a human readable string
p-j-smith
force-pushed
the
paul/665-dicom-validator-0.9
branch
from
September 17, 2026 14:31
a853220 to
d7dec18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part of #665
dicom-validatorto 0.9EditionReader.get_edition_pathto download the dicom specpixl_dcmd.dicom_helpers:IODValidator.validate()now returns aValidationResultclass rather than a dictionaryIODValidator.validate()no longer raises aRuntimeErrorif DICOM cannot be validated (so essentially revert Allow CLI to retry processing until no new messages are exported #393 asdicom-validatornever raises aRuntimeErrornow)ValidationResultFormatterclass to convert theTagErrorclass into a human readable stringpixl_dcmdtests for dicom-validator 0.9:test_validate_original_survives_runtime_error→test_validate_original_reports_malformed_sequence: a malformed sequence tag is now reported asInvalidSequence errorrather than raising aRuntimeErrordicom-validatorstill can't validate, e.g. missing SOPClassUIDType of change
Please delete options accordingly to the description.
Suggested Checklist
mainbranch.squash and merge