pydicom / deid

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

Fix to handle date fields with empty values #190

Closed wetzelj closed 2 years ago

wetzelj commented 2 years ago

Added check to prevent exception when JITTER action is performed on a field with a blank value.

Description

Related issues: #189

Checklist

Open questions

Questions that require more discussion or to be addressed in future development:

vsoch commented 2 years ago

Thank you @wetzelj !

wetzelj commented 2 years ago

Thank you @vsoch! You're always so speedy getting these things merged in... I really appreciate it!

wetzelj commented 2 years ago

@vsoch... I'm irritated with myself. :( I updated the readme in this PR, but didn't update version.py. Do you want me to create a separate pull request for the version update or wait until the next PR since #186 is still open out there?

vsoch commented 2 years ago

Oh don’t worry I updated it locally and just need to push the change!