Program to anonymize dicom files with default and custom rules
Project description
DicomAnonymizer
Python package to anonymize DICOM files. The anonymization answer to the standard . More information about dicom fields for anonymization can be found here.
The default behaviour of this package is to anonymize DICOM fields referenced in the 2023e DICOM standard. These fields are referenced in dicomfields.
Another standard can be selected, see Change the DICOM anonymization standard.
Dicom fields are separated into different groups. Each groups will be anonymized in a different way.
| Group | Action | Action definition |
|---|---|---|
| D_TAGS | replace | Replace with a non-zero length value that may be a dummy value and consistent with the VR** |
| Z_TAGS | empty | Replace with a zero length value, or a non-zero length value that may be a dummy value and consistent with the VR** |
| X_TAGS | delete | Completely remove the tag |
| U_TAGS | replace_UID | Replace all UID's random ones. Same UID will have the same replaced value |
| Z_D_TAGS | empty_or_replace | Replace with a non-zero length value that may be a dummy value and consistent with the VR** |
| X_Z_TAGS | delete_or_empty | Replace with a zero length value, or a non-zero length value that may be a dummy value and consistent with the VR** |
| X_D_TAGS | delete_or_replace | Replace with a non-zero length value that may be a dummy value and consistent with the VR** |
| X_Z_D_TAGS | delete_or_empty_or_replace | Replace with a non-zero length value that may be a dummy value and consistent with the VR** |
| X_Z_U_STAR_TAGS | delete_or_empty_or_replace_UID | If it's a UID, then all numbers are randomly replaced. Else, replace with a zero length value, or a non-zero length value that may be a dummy value and consistent with the VR** |
| ALL_TAGS | Contains all previous defined tags |
Quirks
dicom-anonymizer is designed to retain date information within DICOM files, and will anonymize them rather than removing them entirely. This approach is taken to prevent potential crashes in certain applications that rely on these dates to work. This behavior complies with the DICOM standard, as mentioned in section E.3.6.
Documentation
State of the library
At this present time, Kitware has no plan to implement new features in dicom-anonymizer.
If you have funding to further develop this tool, feel free to reach out to Kitware.
Whenever possible, Kitware will try to fix bugs that affect the use of the project and merge requests from the community will be considered, feel free to open an issue to suggest new features.
Financing
If you want a new feature in dicom-anonymizer or help manipulating DICOM files, feel free to reach out to us at contact@kitware.fr.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dicom_anonymizer-2.0.0.tar.gz.
File metadata
- Download URL: dicom_anonymizer-2.0.0.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf2e6bf5c412163a2ab74e77ae917a1c7cffb9ab6dc730690f1862182547216
|
|
| MD5 |
2537413608f7318b1db2bbe9a52bfcb0
|
|
| BLAKE2b-256 |
bc34f99cddacbf74ab1272cb140f17b73451d5cf9430b78b007dd0f2a2725dbf
|
File details
Details for the file dicom_anonymizer-2.0.0-py3-none-any.whl.
File metadata
- Download URL: dicom_anonymizer-2.0.0-py3-none-any.whl
- Upload date:
- Size: 34.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf1302e6ab423bdc08d8aedb836c57507722206ad1862efe5f9320b13a24b5c0
|
|
| MD5 |
fdcefc6ed54a1d019b8152e359ce4e56
|
|
| BLAKE2b-256 |
6928ddcdc5d1e41f1bab2dd642c4a4098a23330226c476a81b7c9d9d4b3050a8
|