Show / Hide Table of Contents
View Source

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 Source

BirthDate

Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

Elements

Declaration
public List<IDICOMElement> Elements { get; }
Property Value
Type Description
System.Collections.Generic.List<IDICOMElement>
Implements
IIOD.Elements
View Source

ID

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

Name

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

Sex

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

Extension Methods

IIODExtensions.GetLogString()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX