#include <hospital_manager.h>
Data Fields | |
char | name [MAX_HOSPITAL_NAME_LENGTH] |
char | location [MAX_HOSPITAL_LOCATION_LENGTH] |
char | code [MAX_HOSPITAL_CODE_LENGTH] |
struct Hospital * | next |
Hospital structure.
This structure represents a hospital in the system.
Definition at line 69 of file hospital_manager.h.
char code[MAX_HOSPITAL_CODE_LENGTH] |
Hospital code
Definition at line 72 of file hospital_manager.h.
char location[MAX_HOSPITAL_LOCATION_LENGTH] |
Hospital location
Definition at line 71 of file hospital_manager.h.
char name[MAX_HOSPITAL_NAME_LENGTH] |
Hospital name
Definition at line 70 of file hospital_manager.h.
struct Hospital* next |
Next hospital
Definition at line 73 of file hospital_manager.h.