Page 1 of 1

Course Project: Hospital Patient Tracking Application Points: 5 CLO C4 Submission Deadline: Thursday, May 19, 2022 @ 23:

Posted: Fri May 20, 2022 2:45 pm
by answerhappygod
Course Project Hospital Patient Tracking Application Points 5 Clo C4 Submission Deadline Thursday May 19 2022 23 1
Course Project Hospital Patient Tracking Application Points 5 Clo C4 Submission Deadline Thursday May 19 2022 23 1 (59.41 KiB) Viewed 29 times
the programming language is C.
(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
Course Project Hospital Patient Tracking Application Points 5 Clo C4 Submission Deadline Thursday May 19 2022 23 2
Course Project Hospital Patient Tracking Application Points 5 Clo C4 Submission Deadline Thursday May 19 2022 23 2 (59.41 KiB) Viewed 29 times
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 . .