IMPROVED Health Care Management System
IMPROVE your already existing Health-Care Management System: (from the earlier assignment- file is attached below)This time you MUST use class to define your data structure, and have instance(s) of the class.Create a data structure (class) called "Patient"Have "Patient" include member data: patientnumber first name, last name, gender , condition , etc.(condition can be things like "healthy", "flu", "tuberculosis" , "corona" , "chickenpox", etc. etc.)Have a Constructor function that does something of your own choosing.Have a member function of the class Patient that is update condition (that updates the condition status).Have at least one other member function.Extra credit: Make patient a base class, and have derived class(es)Have a menu that looks like this:Health Records System---------------------------------1)Add New Patient2)List All Patient Records3) [you decide]4)[you decide]5)quitHave FILE I/O as part of your system (save patient records to file, load records from file)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here