C# Class gov.va.medora.mdo.VitalSign

Inheritance: Observation
Show file Open project: OSEHRA/mdo Class Usage Examples

Public Properties

Property Type Description
BLOOD_PRESSURE string
BODY_MASS_INDEX string
CENTRAL_VENOUS_PRESSURE string
CIRCUMFERENCE_GIRTH string
DIASTOLIC_BP string
HEIGHT string
PAIN string
PULSE string
PULSE_OXYMETRY string
RESPIRATION string
SYSTOLIC_BP string
TEMPERATURE string
VITAL_SIGN string
WEIGHT string

Public Methods

Method Description
IsValidType ( string type ) : bool
VitalSign ( ) : System
getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable
getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[]
getLatestVitalSigns ( AbstractConnection cxn, string pid ) : VitalSign[]

Private Methods

Method Description
getDao ( AbstractConnection cxn ) : IVitalsDao

Method Details

IsValidType() public static method

public static IsValidType ( string type ) : bool
type string
return bool

VitalSign() public method

public VitalSign ( ) : System
return System

getLatestVitalSigns() public static method

public static getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable
cxns ConnectionSet
return IndexedHashtable

getLatestVitalSigns() public static method

public static getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[]
cxn AbstractConnection
return VitalSign[]

getLatestVitalSigns() public static method

public static getLatestVitalSigns ( AbstractConnection cxn, string pid ) : VitalSign[]
cxn AbstractConnection
pid string
return VitalSign[]

Property Details

BLOOD_PRESSURE public static property

public static string BLOOD_PRESSURE
return string

BODY_MASS_INDEX public static property

public static string BODY_MASS_INDEX
return string

CENTRAL_VENOUS_PRESSURE public static property

public static string CENTRAL_VENOUS_PRESSURE
return string

CIRCUMFERENCE_GIRTH public static property

public static string CIRCUMFERENCE_GIRTH
return string

DIASTOLIC_BP public static property

public static string DIASTOLIC_BP
return string

HEIGHT public static property

public static string HEIGHT
return string

PAIN public static property

public static string PAIN
return string

PULSE public static property

public static string PULSE
return string

PULSE_OXYMETRY public static property

public static string PULSE_OXYMETRY
return string

RESPIRATION public static property

public static string RESPIRATION
return string

SYSTOLIC_BP public static property

public static string SYSTOLIC_BP
return string

TEMPERATURE public static property

public static string TEMPERATURE
return string

VITAL_SIGN public static property

public static string VITAL_SIGN
return string

WEIGHT public static property

public static string WEIGHT
return string