Question
Create a C++ program that schedules patients for a family clinic. The clinic should be done by using a Queue. The program stores the patients
Create a C++ program that schedules patients for a family clinic. The clinic should be done by using a Queue. The program stores the patients name, birth date, and symptoms.
The program menu must support the following actions:
1. Add New Patient - Add a new patient to the system. The program will ask for the patient information (specified above) and add that patient to the waiting list.
. 2. Get Next Patient -Get the next patient in the waiting list. Removes a patient and displays patient information on the screen.
3. Exit Program Deallocate any dynamic memory used and terminate the program.
Program Requirements:
1. The program MUST have a user Interface with the options specified above.
2. The program MUST define AT LEAST 2 classes.
3. The program MUST NOT use STL libraries (i.e. vectors, lists, queues, etc.)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started