Deidentification of DICOM images using Attribute Confidentiality Options
- Free software: GPLv3 License
- Documentation: https://idiscore.readthedocs.io.
pip install idiscore
- Pure-python de-identification using pydicom
- Useful even without configuration - offers reasonable de-identification out of the box.
- Uses standard
DICOM Confidentiality options <http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.html>_ to define de-identification that is to be performed
- No pipeline management, No special input and output handling. Only pydicom dataset in -> pydicom dataset out.