Enet4 / dicom-rs

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

Add implementation class UID/version name override and retain options #424

Closed Enet4 closed 8 months ago

Enet4 commented 8 months ago

This implements the implementation class UID and implementation version name override by dicom-transcode (originally overlooked in #408), and adds an option to retain the implementation meta specifications from the input DICOM file, in both dicom-transcode and dicom-fromimage.

Summary