Cs 404
Cs 404
1. Donor
2. Patient
3. Inventory
4. Blood request
5. Hospital
6. Admin
Donor
Attributes: Donor ID, name, blood type, age, last donation date, contact info
Patient
Attributes: patient ID, name, blood type required, medical history, contact Info
Inventory
BloodRequest
Attributes: request ID, patient ID, blood Type, status, request Date
Hospital
Admin
5. Hospital - Can access donor information and make requests for blood.
6. Admin - Manages all other entities and oversees the Inventory and Blood Request handling.
Hospital can view donor details and interact with Admin for blood requests.