Leadtools.Dicom.Common.Anonymization Namespace : Anonymizer Class |
The following tables list the members exposed by Anonymizer.
Name | Description | |
---|---|---|
Anonymizer Constructor | Overloaded. |
Name | Description | |
---|---|---|
ApplicationDescription | Gets or sets the description that will be added to the DICOM dataset preamble. | |
BlackoutRects | Gets or sets the blackout rectangles. | |
IsDirty | Gets a value indicating whether this instance is dirty. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) | |
Item | Gets or sets the macro for the specified tag. | |
MacroProcessor | Gets the macro processor. | |
Tag | Gets or sets a user-defined data object that is associated with this object. | |
TagMacros | Gets the list of tags that have been assigned a macro. | |
TrackChanges | Gets or sets a value indicating whether track changes to this object. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) |
Name | Description | |
---|---|---|
AddMacro | Adds a macro and associates it with the specified tag. | |
Anonymize | Overloaded. Anonymizes the specified dataset. | |
DeleteMacro | Deletes the macro associated with the specified tag. | |
FindTag | Finds the tag macro for the specified tag. | |
Load | Loads the specified filename. | |
Reset | Resets this instance. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) | |
Save | Saves the specified filename. |
Name | Description | |
---|---|---|
FirePropertyChanged | Fires the property changed event. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) | |
OnBeforeTagAnonymization | Raises the BeforeTagAnonymization event. | |
OnProgress | Raises the Progress event. | |
OnTagMacroUpdated | Raises the TagMacroUpdated event. | |
SetValue<T> | Sets the property values and fires a notify property change event if required. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) |
Name | Description | |
---|---|---|
BeforeTagAnonymization | Occurs before a tag is anonymized. | |
Progress | Anonymization progress notification event. | |
PropertyChanged | Occurs when a property value changes. (Inherited from Leadtools.Dicom.Common.DataTypes.NotifyPropertyChanged) | |
TagMacroUpdated | Occurs after a macro associated with a tag has been updated. |