Show / Hide Table of Contents
View Source

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 Source

Anonymize(DICOMObject)

Declaration
public void Anonymize(DICOMObject d)
Parameters
Type Name Description
DICOMObject d
Implements
IAnonymizer.Anonymize(DICOMObject)
View Source

GenerateProfile()

Returns a collection of identifiable elements

Declaration
public List<IDICOMElement> GenerateProfile()
Returns
Type Description
System.Collections.Generic.List<IDICOMElement>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX