C++

Malik S.

asked • 01/04/21

Make a Patient Management System in C++ using data structures.

Please make a patient management system in C++ using Data Structure and Algorithms (like Stacks, Queues, Link List, Trees and Graphs). Use as much as data structure in your code.

code must be divided as separate (.h, .cpp) files.

Description of the assignment.

·        Your management system should have a proper login function like a username and password.

·        Functionality to Add, Delete, Search and Modify records of the patient.

·        A detail file (txt or binary) that includes the record of the patient along with all the attributes, some of them are symptoms, immune level, severity, city name etc. Use filing for this

·        A function that computes which city contains more patient then other cities.

·        A person must be declared Emergency Patient if the immune level is below the minimum level and symptoms are fever, dry cough, tiredness etc.

Make this whole assignment using data structures only. You can use the best data structure and also use different data structures for different parts by your choice.


1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.