Class ProfileAnonymizer
Replaces standard indentification profile with empty data
Inheritance
System.Object
ProfileAnonymizer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Anonymization.Anonymizers
Assembly:EvilDICOM.dll
Syntax
public class ProfileAnonymizer : IAnonymizer
Methods
View SourceAnonymize(DICOMObject)
Declaration
public void Anonymize(DICOMObject d)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | d |
Implements
View SourceGenerateProfile()
Returns a collection of identifiable elements
Declaration
public List<IDICOMElement> GenerateProfile()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<IDICOMElement> |