Home
last modified time | relevance | path

Searched refs:age (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_medical/
Dvitals.c112 extern VOID GetPatientAge(INT* age);
346 INT age; in update_patient_information() local
361 GetPatientAge(&age); in update_patient_information()
364 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_patient_age, age); in update_patient_information()
Dpatients.c98 VOID GetPatientAge(INT* age);
302 VOID GetPatientAge(INT* age) in GetPatientAge() argument
324 (*age) = ts->tm_year + 1900 - year; in GetPatientAge()