pydicom / deid

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

fixing issue #153 that fields are not properly indexed #154

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

this leads to an error in replacement of nested fields and top level fields having mixed up references. We fixed this by iterating through the dataset as is, instead of using iterall.

Signed-off-by: vsoch vsochat@stanford.edu

Description

Related issues: #153

Please include a summary of the change(s) and if relevant, any related issues above.

Checklist

Open questions

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

vsoch commented 3 years ago

Thanks @wetzelj !

vsoch commented 3 years ago

https://pypi.org/project/deid/0.2.22/