This c++ program is based on Hospital management and its management systems handled in Hospitals. It includes the following functions: Booking a hospital_bed: New hospital_bed can be booked by entering name, address and mobile number. The system first checks if the hospital_bed selected by the user is already taken, if so then shows the required message. The user is informed on confirmation of hospital_bed.

Patient record: On entering the hospital_bed number, the details of the Patient can be retrieved. The software outputs the name, address and phone number of the patient staying in the specified hospital_bed.

Hospital_beds allocated: The details of the hospital_beds allocated can be retrieved by this command. The software outputs the hospital_bed number with its respective name, address and phone number.

Edit record: This lets the user change any patient's details. The code allows the user to modify or delete any record.

Exit: The program can be safely exited using the exit option. This terminated the program and closes the program window.

Built With

Share this project:

Updates