CrimsonCare
CrimsonCare is a C project designed to provide a robust solution for blood management.
 
Loading...
Searching...
No Matches
Hospital Struct Reference

Hospital structure. More...

#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 Hospitalnext
 

Detailed Description

Hospital structure.

This structure represents a hospital in the system.

Definition at line 69 of file hospital_manager.h.

Field Documentation

◆ code

Hospital code

Definition at line 72 of file hospital_manager.h.

◆ location

Hospital location

Definition at line 71 of file hospital_manager.h.

◆ name

Hospital name

Definition at line 70 of file hospital_manager.h.

◆ next

struct Hospital* next

Next hospital

Definition at line 73 of file hospital_manager.h.


The documentation for this struct was generated from the following file: