Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 626 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 626 Bytes

HEALTH-CARE-APPLICATION

Health Care Application in which use an enum to store the available doctors with attributes name, consultation fee and specialization. user to enter the patient_name, age * and create a patient id automatically. Display the details of all the available doctors and ask the user to select the doctor. Display the Appointment slip for the patient that includes Patient details, Patient Id and details of the Doctor along with the fee to be paid. Store all the details of the Patient in an Array of Objects and implement a function to display the details of the patient with a given patient id.