|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Anonymization - Patient data removal/replacement. More...
#include "kcenon/pacs/core/dicom_dataset.h"#include "kcenon/pacs/core/dicom_tag.h"#include "kcenon/pacs/core/dicom_tag_constants.h"#include "kcenon/pacs/encoding/vr_type.h"#include <atomic>#include <chrono>#include <map>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::dcm_modify::uid_mapper |
| UID mapping for consistent anonymization across related instances. More... | |
| struct | kcenon::pacs::dcm_modify::anonymize_options |
| Anonymization options. More... | |
| class | kcenon::pacs::dcm_modify::anonymizer |
| DICOM Anonymizer - removes or replaces PHI from datasets. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::dcm_modify |
DICOM Anonymization - Patient data removal/replacement.
Implements DICOM PS3.15 compliant anonymization by removing or replacing Protected Health Information (PHI) tags.
Definition in file anonymizer.h.