Class UIDAnonymizer
This class anonymizes UIDs while keeping relative mapping between DICOM relationships
Inheritance
System.Object
UIDAnonymizer
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 UIDAnonymizer : IAnonymizer
Properties
View SourceName
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
View SourceAddDICOMObject(DICOMObject)
Declaration
public void AddDICOMObject(DICOMObject d)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | d |
AddToUIDDictionary(String)
Declaration
public void AddToUIDDictionary(string uid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | uid |
Anonymize(DICOMObject)
Declaration
public void Anonymize(DICOMObject d)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMObject | d |