Design a database with the following tables:
- User
- Front desk
- Patients
- Doctor
- Nurse
(You can give any columns as you like)
You would have to implement role management.
Design a small application using Code Igniter MVC Framework with the following functionalities. - User wise login (doctor login, nurse login and front desk login)
- Front desk can add patients.
- After adding patients, front desk will assign patient to nurse.
- After nurse is logged in, nurse will see the patient and will assign it to the doctor.
- After doctor is logged in, patient will be visible to the doctor.
I m stuck at the second query can anyone please help me?