Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Outline and description of classes and delegates that provide support for anonymizing DICOM data sets.
Class | Description | |
---|---|---|
AnonymizationKey | Provides a way to specify the DICOM file keys to make a given tag unique. | |
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. |