Course Project: Hospital Patient Tracking Application Points: 5 CLO C4 Submission Deadline: Thursday, May 19, 2022 @ 23:
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Course Project: Hospital Patient Tracking Application Points: 5 CLO C4 Submission Deadline: Thursday, May 19, 2022 @ 23:
(I need it in a code form so I only need the coding process, not an actual app)
note that I need comments for each line of code so myself can also understand the full process.
I need it as soon as today if possible, please
thank u
Course Project: Hospital Patient Tracking Application Points: 5 CLO C4 Submission Deadline: Thursday, May 19, 2022 @ 23:59h Project Requirements Build an application for a hospital. It should offer the following features: • Maintain a patient database in a file: o Register / add new patients. Patient information should include . Patient ID number • Name Phone number Search patient database by: . Patient ID number . Name • Phone number And print out the matching records Maintain a database in a file: 0 Add a new bed to the hospital. Bed information should include Ward name Room number • Bed number Patient ID who is currently assigned to the bed Delete a bed from the hospital inventory o Assign a bed to a registered patient o Make a bed available again when a patient is discharged. o Look up bed status in database by any field: . Ward + Room number + bed number • Patient ID who is currently assigned to that bed And print out all matching records . .