Show / Hide Table of Contents
View Source

Class AnonymizationSettings

Inheritance
System.Object
AnonymizationSettings
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.Settings
Assembly:EvilDICOM.dll
Syntax
public class AnonymizationSettings

Properties

View Source

DateSettings

Specifies how dates are to be handled on anonymization

Declaration
public DateSettings DateSettings { get; set; }
Property Value
Type Description
DateSettings
View Source

Default

A default anonmyization schema

Declaration
public static AnonymizationSettings Default { get; }
Property Value
Type Description
AnonymizationSettings
View Source

DoAnonymizeNames

Specifies if all names are to be removed from the file

Declaration
public bool DoAnonymizeNames { get; set; }
Property Value
Type Description
System.Boolean
View Source

DoAnonymizeStudyIDs

Specifies whether or not to replace study ids with generic names

Declaration
public bool DoAnonymizeStudyIDs { get; set; }
Property Value
Type Description
System.Boolean
View Source

DoAnonymizeUIDs

Specifies whether or not to replace and remap UIDs

Declaration
public bool DoAnonymizeUIDs { get; set; }
Property Value
Type Description
System.Boolean
View Source

DoDICOMProfile

Specifies if the standard anonymization profile identifiers are to have data cleaned

Declaration
public bool DoDICOMProfile { get; set; }
Property Value
Type Description
System.Boolean
View Source

DoRemovePrivateTags

Specifies if private tags are to be removed

Declaration
public bool DoRemovePrivateTags { get; set; }
Property Value
Type Description
System.Boolean
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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX