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 |
Method | Description | |
---|---|---|
IsValidType ( string type ) : bool | ||
VitalSign ( ) : System | ||
getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable | ||
getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[] | ||
getLatestVitalSigns ( AbstractConnection cxn, string pid ) : VitalSign[] |
Method | Description | |
---|---|---|
getDao ( AbstractConnection cxn ) : IVitalsDao |
public static IsValidType ( string type ) : bool | ||
type | string | |
return | bool |
public static getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public static getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[] | ||
cxn | AbstractConnection | |
return | VitalSign[] |
public static getLatestVitalSigns ( AbstractConnection cxn, string pid ) : VitalSign[] | ||
cxn | AbstractConnection | |
pid | string | |
return | VitalSign[] |
public static string CENTRAL_VENOUS_PRESSURE | ||
return | string |
public static string CIRCUMFERENCE_GIRTH | ||
return | string |