Class | Description | |
---|---|---|
Anonymizer | Provides support for anonymized DICOM files. | |
BasicProfile | Provides macros that conform to the DICOM basic anonymization profile. | |
BeforeTagAnonymizationEventArgs | Event that occurs before a DICOM tag is anonymized. | |
CanceledException | Occurs when anonymization process is canceled. | |
DicomMacros | Provides default DICOM macros to be used with the Anonymizer. | |
ImageSettings | Specifies settings to use when inserting images into an anonymized dataset. | |
MacroElement | Holds information used during the processing of macros during DICOM dataset anonymization. | |
MacroProcessor<T> | Manages the processing of macros. | |
ModifiedAttributesSequenceItem | Holds information about modified elements in a DICOM dataset. | |
ProgressEventArgs | Event occurs when progress information is updated during the anonymization process. | |
TagMacro | Contains information about a tag and the macro associated with it. | |
TagMacroUpdatedEventArgs | Event occurs when an existing tag macro is updated. |
Delegate | Description | |
---|---|---|
MacroSubsitutionDelegate<T> | Provides a delegate type to be used to process a macro. |