pydicom / deid

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

removing extra verbosity of loading deid recipe #159

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

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

Description

This is a suggested solution to address #158 and #157. The warning is moved to the higher level function where it's needed, and removed from the DeidRecipe. The "hard coded" level of 3 is also removed from the config/__init__.py

Related issues: #157 #158

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

vsoch commented 3 years ago

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