AbinavRavi / dcm-anon

Pure Python DCM Anonymizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCM-ANON

Pure Python DCM Anonymizer

dcm-anon is a Python package designed to adhere to the DICOM standard's Confidentiality Profile (PS3.15). It provides a pure Python implementation for removing and replacing DICOM attributes, ensuring compliance with the standard. By using dcm-anon, users can anonymize DICOM data while preserving its integrity, making it suitable for various applications where patient privacy is a concern.

SETUP

Python Package Setup

The python package is available for use on PyPI. It can be setup simply via pip

pip install dcm_anon

To the check the setup, simply check the version number of the dcm-anon package by

python -c 'import dcm_anon; print(dcm_anon.__version__)'

Usage

pydicom dataset anonimizer

dicom file anonimizer

dicom folder anonimizer

About

Pure Python DCM Anonymizer

License:MIT License


Languages

Language:Python 100.0%