Anonymizer
Anonymizer class
Performs anonymization operations on DICOM file or DICOM Dataset based on selected confidentiality profile. See https://dicom.nema.org/medical/dicom/current/output/chtml/part15/chapter_E.html.
public sealed class Anonymizer
Constructors
Properties
| Name | Description |
|---|
| Profile { get; } | Confidentiality profile that controls anonymization operation. |
Methods
| Name | Description |
|---|
| Anonymize(Dataset) | Clones and anonymizes a dataset. |
| Anonymize(DicomFile) | Creates a new Dicom file with an anonymized dataset. |
| AnonymizeInPlace(Dataset) | Anonymizes the given dataset. |
| AnonymizeInPlace(DicomFile) | Anonymizes a dataset of the given file. |
See Also