IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.FindingsPatient Class Reference

Patient data for inclusion in findings. More...

Public Member Functions

override string ToString ()
 Returns a string representation of the current object. More...
 

Public Attributes

string Name = null
 
DateTime DateOfBirth = null
 
bool IsMale = null
 

Properties

int Age [get]
 
int AgeMonths [get]
 
string GenderOutputString [get]
 Gets the string corresponding describing patient's gender for output in XML prepared for viewing and printing. More...
 
string GenderOutputStringInputFormat [get]
 Gets the string corresponding describing patient's gender for output in XML prepared for viewing and printing. More...
 
string DateOfBirthOutputString [get]
 Gets output string representing patient's date of birth. More...
 
string DateOfBirthOutputStringInputFormat [get]
 Gets output string representing patient's date of birth, but formed in input format such that it can be parsed. More...
 

Private Attributes

string FamilyName = null
 
string MiddleNames = null
 
string Address = null
 
string GenderStr = null
 
string DateOfBirthStr = null
 
string AgeStr = null
 
string AgeMonthsStr = null
 
string PersonId = null
 

Detailed Description

Patient data for inclusion in findings.

Member Function Documentation

override string IG.Lib.FindingsPatient.ToString ( )
inline

Returns a string representation of the current object.

Referenced by IG.Lib.DocFindings.ToString().

Member Data Documentation

string IG.Lib.FindingsPatient.Name = null
string IG.Lib.FindingsPatient.FamilyName = null
private
string IG.Lib.FindingsPatient.MiddleNames = null
private
string IG.Lib.FindingsPatient.Address = null
private
string IG.Lib.FindingsPatient.GenderStr = null
private
string IG.Lib.FindingsPatient.DateOfBirthStr = null
private
string IG.Lib.FindingsPatient.AgeStr = null
private
string IG.Lib.FindingsPatient.AgeMonthsStr = null
private
string IG.Lib.FindingsPatient.PersonId = null
private
DateTime IG.Lib.FindingsPatient.DateOfBirth = null
bool IG.Lib.FindingsPatient.IsMale = null

Property Documentation

int IG.Lib.FindingsPatient.Age
get
int IG.Lib.FindingsPatient.AgeMonths
get
string IG.Lib.FindingsPatient.GenderOutputString
get

Gets the string corresponding describing patient's gender for output in XML prepared for viewing and printing.

Referenced by IG.Lib.DocFindings.ToXml().

string IG.Lib.FindingsPatient.GenderOutputStringInputFormat
get

Gets the string corresponding describing patient's gender for output in XML prepared for viewing and printing.

Referenced by IG.Lib.DocFindings.ToXml().

string IG.Lib.FindingsPatient.DateOfBirthOutputString
get

Gets output string representing patient's date of birth.

Referenced by IG.Lib.DocFindings.ToXml().

string IG.Lib.FindingsPatient.DateOfBirthOutputStringInputFormat
get

Gets output string representing patient's date of birth, but formed in input format such that it can be parsed.

Referenced by IG.Lib.DocFindings.ToXml().


The documentation for this class was generated from the following file: