Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-parida12/dcm-anon
Pure Python DCM Anonymizer
https://github.com/a-parida12/dcm-anon
Last synced: 4 days ago
JSON representation
Pure Python DCM Anonymizer
- Host: GitHub
- URL: https://github.com/a-parida12/dcm-anon
- Owner: a-parida12
- License: mit
- Created: 2023-05-03T17:06:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T23:04:39.000Z (11 months ago)
- Last Synced: 2024-04-24T02:37:13.795Z (8 months ago)
- Language: Python
- Size: 366 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DCM-ANON
> Pure Python DCM Anonymizer
dcm-anon is a Python package designed to adhere to the DICOM standard's [Confidentiality Profile (PS3.15)](https://dicom.nema.org/medical/dicom/current/output/html/part15.html#chapter_E). 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
```bash
pip install dcm_anon
```To the check the setup, simply check the version number of the `dcm-anon` package by
```bash
python -c 'import dcm_anon; print(dcm_anon.__version__)'
```## Usage
### pydicom dataset anonimizer
### dicom file anonimizer
### dicom folder anonimizer