pydicom / deid

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

Allow other VR Types for Date Jitter #182

Closed wetzelj closed 3 years ago

wetzelj commented 3 years ago

Description

Related issues: #175, #180, #181

Pull requests #180 and #181 were originally based on master before #178 had been merged into master. This pull request merges the latest changes in master with the changes necessary for #175, #180, #181.

The changes that had previously been implemented for #178 were revised with the implementation of changes for #175.

This pull request will supersede #180 and #181. Both of the prior PRs can simply be closed.

Checklist

Open questions

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

vsoch commented 3 years ago

Thank you @wetzelj ! Let's merge and get this release underway. Sorry for the git-fu!