Searched refs:age (Results 1 – 2 of 2) sorted by relevance
112 extern VOID GetPatientAge(INT* age);346 INT age; in update_patient_information() local361 GetPatientAge(&age); in update_patient_information()364 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_patient_age, age); in update_patient_information()
98 VOID GetPatientAge(INT* age);302 VOID GetPatientAge(INT* age) in GetPatientAge() argument324 (*age) = ts->tm_year + 1900 - year; in GetPatientAge()