Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_medical/
Dpatients.c26 GX_PROMPT dob; member
35 char *dob; member
191 …gx_prompt_create(&row->dob, NULL, &row->background, 0, GX_STYLE_TRANSPARENT|GX_STYLE_TEXT_LEFT | G… in patient_row_create()
192 gx_widget_draw_set(&row->dob, patient_prompt_draw); in patient_row_create()
193 … gx_prompt_text_color_set(&row->dob, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE); in patient_row_create()
223 string.gx_string_ptr = patient_list[index].dob; in patient_row_create()
225 gx_prompt_text_set_ext(&row->dob, &string); in patient_row_create()
295 string->gx_string_ptr = patient_list[selected_patient_index].dob; in GetPatientDOB()