deid icon indicating copy to clipboard operation
deid copied to clipboard

best effort anonymization for medical images using python

Results 25 deid issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies
python

Currently, failure in loading a recipe by `DeidRecipe` class, generates `WARNING Problem loading deid_default.recipe, skipping.` log message only. I consider this failure as an error, since my carefully handcrafted anonymization...

I did not find the proper section in the documentation, but if i missed it please point me in the correct direction. We are looking to have project specific recipes...

# Description Related issues: #266 https://github.com/pydicom/deid/issues/266 Please include a summary of the change(s) and if relevant, any related issues above. update read_file to dcmread as per suggestion from pydicom 3...

recent pydicom release includes breaking change https://github.com/pydicom/pydicom/releases/tag/v3.0.0 the install requires needs an upper bound or the code updated, a particular breaking change is the attempted use of `read_file` from dicom/header.py