Course Project: Hospital Patient Tracking Application Points: 5 CLO C4 Submission Deadline: Thursday, May 19, 2022 @ 23:
Posted: Fri May 20, 2022 3:18 pm
programming course please follow all requirements
asked in the document and below.
1-((((((the programming language is C only)))))))
2-(I need it in a code form so I only need the coding
process, not an actual app)
3-(note that I need comments for each line of code so
i myself can also understand the full process).
4-(please include pictures of the code itself and the output in the answer)
I need it as soon as today if possible, please
please don't miss any points i have posted this question 3 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 .