Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Ddemo_guix_medical_mouse_support.h5 GX_CHAR *GetPatientName(void);
Dmedications.c45 gx_prompt_text_set(&meds_screen.meds_screen_patient_name, GetPatientName()); in meds_screen_event_handler()
Dpatients.c93 GX_CHAR *GetPatientName(void) in GetPatientName() function
Dvitals.c348 gx_prompt_text_set(&vitals_screen.vitals_screen_patient_name, GetPatientName()); in vitals_screen_event_process()
/GUIX-v6.2.1/samples/demo_guix_medical/
Ddemo_guix_medical.h6 VOID GetPatientName(GX_STRING *string);
Dpatients.c96 VOID GetPatientName(GX_STRING* string);
284 VOID GetPatientName(GX_STRING* string) in GetPatientName() function
Dvitals.c110 extern VOID GetPatientName(GX_STRING* string);
349 GetPatientName(&string); in update_patient_information()