[Solved]1 30 Sprint Lte Back Detail Submission Grade Implement Display Add Remove Find Quit Option Q37273955




下午1:30 Sprint LTE Back Detail Submission Grade Implement display, add, remove, find and quit options. Please note some important differences 1) The data file format has changed. Your program must work for atleast 10 record (for now) 2) Your program must read the data into an array, sort the data and then copy it into a vector and use that vector for all further processing 3) Your program will have a header file to store all your functions 4) The add data method does input validation for patient number and bill 5) The expected user interaction and test cases for your program is given in this file YOUR PROGRAM MUST PASS ALL THESE TEST CASES 6) The print formats for both arrays and vectors are in this file 7) The new csv data file that is used is here To Do Dashboard Calendar Notifications Inbox 下午1:35 Sprint LTE Test cases for Pre Final Version of Hospital Database using display, find, add, remove and quit menu options: This is what your welcome screen should look like Fatient ase Fatiess Dues BCRO-456-87473-GEN 871 Amands Lopez t- Find a patiest d Display patient list Choose sn option 1. Display option Bc3o-456-87473-G CT-234-13452-mV d -Diaplay patient lat 2) find option (by patient number) returns the patient record if found and “not found” if patient is not found Found Patiest Seeta t Fand a patien Choose sn option:f 3) Adds a patient. Does not check if patient number already Calendar To Do Dashboard Notifications Inbox 下午1:35 Sprint LTE 2) find option (by patient number) returns the patient record if found and “not found” if patient is not found 9876.33 t rand a pattent Remove a patsent d Daspiay patient list 9 -Ouit 3) Adds a patient. Does not check if patient number already exists. Does input validation for patient number, phone number and bill Choose an option: Please Enter patient 4) Remove patient, if does not exist, say “not found Patient Nunber? 10 t Fand a patient Remove&patient Rdd a patient d Display patient list Calendar To Do Dashboard Notifications Inbox 下午1:35 Sprint LTE eaP ter r 2018712653 Pleaze Enter patsent nunber s a valid format 4) Remove patient, if does not exist, say “not found Choose an option: Find a patient aadd a patient -Ouit Choose an option: Benoved Fatiest 19 WELCOME TO SERVICES TATA -44-17473 3342234.9 5) Exit the program Fand a patlent dd & patient d Display patient list Choose an option: Good bye! TO DO Calendar Dashboard Notifications 下午1:36 Sprint LTE Back void printBanner) SERVICES DATA MANAGEMENT”<<endl<<endl; <<left<<“Patient Name” <<“Prefix “<<setw (10)<<“Patient Dues”<<endl; coutくくend!<<” coutくくsetw( 10 ) << left<<” Number “<<setw ( 20 ) <<setw (20)<<left<<“Patient Id “<<setw(10) WELCOME TO AMERICAN HEALTH //prints the data array void printData (Record dataArray,int size) printBanner for (int i-0;i<size;i++) getPrefixNum( dataArray[ ì ] . phoneNumber) ; <<dataArray[1 ] . patientNumber<<setw( 20 ) int prefix= cout«<setw ( 10 ) <<leftくくdataArray[ ǐ ] .patientName <<setw(20) << left«くdataArray[ ǐ ] .patient Idくくsetw( 10) <<prefix<くsetw(10) <<fixed<<setprecision ( 2 ) <<dataArray[1 ] . bill<<endl ; //prints the data vector void displayData (vector<Record> &vectorData)( printBanner ) int size-vectorData.size) for (int i=0;i<size;i++){ int prefix- get PrefixNum ( vectorData [ ǐ ] .phoneNumber ) ; cout<<setw (10) <<vectorDatali.patientNumber<<setw (20) <<left<<vectorData[i].patientName <<setw(20) << leftくくvectorData [ 1 ] . patient Id<< setw(10) <<prefix<<setw(10)<<fixed<<setprecision (2) くくvectorData [ ǐ ] . bill<<endl ; Calendar To Do Dashboard Notifications Inbox Show transcribed image text 下午1:30 Sprint LTE Back Detail Submission Grade Implement display, add, remove, find and quit options. Please note some important differences 1) The data file format has changed. Your program must work for atleast 10 record (for now) 2) Your program must read the data into an array, sort the data and then copy it into a vector and use that vector for all further processing 3) Your program will have a header file to store all your functions 4) The add data method does input validation for patient number and bill 5) The expected user interaction and test cases for your program is given in this file YOUR PROGRAM MUST PASS ALL THESE TEST CASES 6) The print formats for both arrays and vectors are in this file 7) The new csv data file that is used is here To Do Dashboard Calendar Notifications Inbox
下午1:35 Sprint LTE Test cases for Pre Final Version of Hospital Database using display, find, add, remove and quit menu options: This is what your welcome screen should look like Fatient ase Fatiess Dues BCRO-456-87473-GEN 871 Amands Lopez t- Find a patiest d Display patient list Choose sn option 1. Display option Bc3o-456-87473-G CT-234-13452-mV d -Diaplay patient lat 2) find option (by patient number) returns the patient record if found and “not found” if patient is not found Found Patiest Seeta t Fand a patien Choose sn option:f 3) Adds a patient. Does not check if patient number already Calendar To Do Dashboard Notifications Inbox
下午1:35 Sprint LTE 2) find option (by patient number) returns the patient record if found and “not found” if patient is not found 9876.33 t rand a pattent Remove a patsent d Daspiay patient list 9 -Ouit 3) Adds a patient. Does not check if patient number already exists. Does input validation for patient number, phone number and bill Choose an option: Please Enter patient 4) Remove patient, if does not exist, say “not found Patient Nunber? 10 t Fand a patient Remove&patient Rdd a patient d Display patient list Calendar To Do Dashboard Notifications Inbox
下午1:35 Sprint LTE eaP ter r 2018712653 Pleaze Enter patsent nunber s a valid format 4) Remove patient, if does not exist, say “not found Choose an option: Find a patient aadd a patient -Ouit Choose an option: Benoved Fatiest 19 WELCOME TO SERVICES TATA -44-17473 3342234.9 5) Exit the program Fand a patlent dd & patient d Display patient list Choose an option: Good bye! TO DO Calendar Dashboard Notifications
下午1:36 Sprint LTE Back void printBanner) SERVICES DATA MANAGEMENT”
Expert Answer
Answer to 下午1:30 Sprint LTE Back Detail Submission Grade Implement display, add, remove, find and quit options. Please note so… . . .
OR

