Enet4 / dicom-rs

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

[dump] Extend no_text_limit option to more VRs #436

Closed Enet4 closed 10 months ago

Enet4 commented 10 months ago

This makes it so that the no_text_limit option also dumps the entirety of data elements with the value representations Age String (AS), Short String (SH), Short Text (ST), and Unlimited Text (UT). There was no apparent reason for why this wasn't the case, they were probably just overlooked among the various VRs.