blairconrad / dicognito

A library and command line tool for anonymizing DICOM files
MIT License
21 stars 6 forks source link

Exclude selected elements from anonymization #160

Closed blairconrad closed 10 months ago

blairconrad commented 10 months ago

Fixes #155.

blairconrad commented 10 months ago

@medihack, @lmdulz, as promised, an attempt to fix #155. The last commit is probably the most interesting to you. I'm curious if you think it'll meet your needs. Happy to take any feedback you care to offer.

If you're interested in taking the code for a spin, you can always

pip install git+https://github.com/blairconrad/dicognito@skip-anonymize
medihack commented 10 months ago

@blairconrad Oh yes, ValueKeeper is exactly what we were looking for! Thank you for implementing this, and even in an excellent way that fits the rest of the API. I am looking forward to the next official release. Thanks again!

blairconrad commented 10 months ago

I am looking forward to the next official release.

Enjoy then, @medihack! 0.17.0 is out. Thanks for your and @lmdulz's help.