Show / Hide Table of Contents
View Source

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 Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

View Source

AddDICOMObject(DICOMObject)

Declaration
public void AddDICOMObject(DICOMObject d)
Parameters
Type Name Description
DICOMObject d
View Source

AddToUIDDictionary(String)

Declaration
public void AddToUIDDictionary(string uid)
Parameters
Type Name Description
System.String uid
View Source

Anonymize(DICOMObject)

Declaration
public void Anonymize(DICOMObject d)
Parameters
Type Name Description
DICOMObject d
Implements
IAnonymizer.Anonymize(DICOMObject)
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX