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 SourceDateSettings
Specifies how dates are to be handled on anonymization
Declaration
public DateSettings DateSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| DateSettings |
Default
A default anonmyization schema
Declaration
public static AnonymizationSettings Default { get; }
Property Value
| Type | Description |
|---|---|
| AnonymizationSettings |
DoAnonymizeNames
Specifies if all names are to be removed from the file
Declaration
public bool DoAnonymizeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DoAnonymizeStudyIDs
Specifies whether or not to replace study ids with generic names
Declaration
public bool DoAnonymizeStudyIDs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DoAnonymizeUIDs
Specifies whether or not to replace and remap UIDs
Declaration
public bool DoAnonymizeUIDs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
DoRemovePrivateTags
Specifies if private tags are to be removed
Declaration
public bool DoRemovePrivateTags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FirstName
The first name to make the new patient Id
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
The new id for the anonymized file
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastName
The last name to make the new patient Id
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |