Show / Hide Table of Contents
View Source

Class PatientIdAnonymizer

Replaces patient identifier with specified name and id

Inheritance
System.Object
PatientIdAnonymizer
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 PatientIdAnonymizer : IAnonymizer

Constructors

View Source

PatientIdAnonymizer(String, String, String)

Declaration
public PatientIdAnonymizer(string firstName, string lastName, string id)
Parameters
Type Name Description
System.String firstName
System.String lastName
System.String id

Properties

View Source

FirstName

The first name to make the new patient Id

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String
View Source

Id

The new id for the anonymized file

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

LastName

The last name to make the new patient Id

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

Methods

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