Enet4 / dicom-rs

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

Implement truncating DICOM values #418

Closed Enet4 closed 9 months ago

Enet4 commented 9 months ago

This PR implements operations to truncate DICOM values. On primitive values, this shortens the list of primitive elements in the DICOM value to a given limit. On data set sequences and pixel fragment sequences, this shortens the list of items in the sequence.

This includes methods and a new action for the attribute operations API.

Summary