blairconrad / dicognito

A library and command line tool for anonymizing DICOM files
MIT License
21 stars 6 forks source link

Streamline multivalued date, time, and datetime read and writes #150

Closed blairconrad closed 1 year ago

blairconrad commented 1 year ago

Relates to #149. As @lmdulz noted in that issue, we were loading multivalued dates (times, and datetimes…), iterating over them, and putting them in a list. Then before writing back to the data element, serializing them. There was no need.