C# 클래스 gov.va.medora.mdo.VitalSign

상속: Observation
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
IsValidType ( string type ) : bool
VitalSign ( ) : System
getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable
getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[]
getLatestVitalSigns ( AbstractConnection cxn, string pid ) : VitalSign[]

비공개 메소드들

메소드 설명
getDao ( AbstractConnection cxn ) : IVitalsDao

메소드 상세

IsValidType() 공개 정적인 메소드

public static IsValidType ( string type ) : bool
type string
리턴 bool

VitalSign() 공개 메소드

public VitalSign ( ) : System
리턴 System

getLatestVitalSigns() 공개 정적인 메소드

public static getLatestVitalSigns ( ConnectionSet cxns ) : IndexedHashtable
cxns ConnectionSet
리턴 IndexedHashtable

getLatestVitalSigns() 공개 정적인 메소드

public static getLatestVitalSigns ( AbstractConnection cxn ) : VitalSign[]
cxn AbstractConnection
리턴 VitalSign[]

getLatestVitalSigns() 공개 정적인 메소드

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

프로퍼티 상세

BLOOD_PRESSURE 공개적으로 정적으로 프로퍼티

public static string BLOOD_PRESSURE
리턴 string

BODY_MASS_INDEX 공개적으로 정적으로 프로퍼티

public static string BODY_MASS_INDEX
리턴 string

CENTRAL_VENOUS_PRESSURE 공개적으로 정적으로 프로퍼티

public static string CENTRAL_VENOUS_PRESSURE
리턴 string

CIRCUMFERENCE_GIRTH 공개적으로 정적으로 프로퍼티

public static string CIRCUMFERENCE_GIRTH
리턴 string

DIASTOLIC_BP 공개적으로 정적으로 프로퍼티

public static string DIASTOLIC_BP
리턴 string

HEIGHT 공개적으로 정적으로 프로퍼티

public static string HEIGHT
리턴 string

PAIN 공개적으로 정적으로 프로퍼티

public static string PAIN
리턴 string

PULSE 공개적으로 정적으로 프로퍼티

public static string PULSE
리턴 string

PULSE_OXYMETRY 공개적으로 정적으로 프로퍼티

public static string PULSE_OXYMETRY
리턴 string

RESPIRATION 공개적으로 정적으로 프로퍼티

public static string RESPIRATION
리턴 string

SYSTOLIC_BP 공개적으로 정적으로 프로퍼티

public static string SYSTOLIC_BP
리턴 string

TEMPERATURE 공개적으로 정적으로 프로퍼티

public static string TEMPERATURE
리턴 string

VITAL_SIGN 공개적으로 정적으로 프로퍼티

public static string VITAL_SIGN
리턴 string

WEIGHT 공개적으로 정적으로 프로퍼티

public static string WEIGHT
리턴 string