pydicom / deid

best effort anonymization for medical images using python
https://pydicom.github.io/deid/
MIT License
140 stars 43 forks source link

Exception when JITTER performed on empty field #189

Closed wetzelj closed 2 years ago

wetzelj commented 2 years ago

When a JITTER rule is performed on a header field which contains an empty string rather than a DICOM formatted date/timestamp value, an exception occurs, stopping the deidentification of the header.

Cause:

Proposed Fix:

vsoch commented 2 years ago

Sounds good!