Question: write c++ code The data of each patient includes patient id, name, contact, patient category. You are required to design the scenario using an appropriate
write c++ code The data of each patient includes patient id, name, contact, patient category. You are required to design the scenario using an appropriate data structure(s). Also, implement an insert, search and display function for the data structure you used. a Hospital management often requires access to hospital patients' records to perform their routine tasks. For access to the records, which can be in thousands, the management requires efficient searching. The patients are divided into two categories i.e. on-panel patients and private patients. These two categories are further divided into the type of disease they are suffering from, e.g., heart, brain, orthopedic, etc. The data of each patient includes patient id, name, contact, patient category. You are required to design the scenario using an appropriate data structure(s). Also, implement an insert, search and display function for the data structure you used.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
