Class Patient
Inheritance
System.Object
Patient
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.Core.Modules
Assembly:EvilDICOM.dll
Syntax
public class Patient : IIOD
Properties
View SourceBirthDate
Declaration
public DateTime? BirthDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
Elements
Declaration
public List<IDICOMElement> Elements { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IDICOMElement> |
Implements
View SourceID
Declaration
public string ID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sex
Declaration
public string Sex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |