Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
414 stars 82 forks source link

[core][parser] Fix flaws in textual value encoding with in-memory time representations #309

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This fixes two bugs which affect the writing of DICOM data when a time or date-time primitive value is constructed in-memory as a binary value (for example, using DicomDateTime).

Also added more test coverage in the object crate.

Resolves #311.