[Solved] Overview Design Inpatient Care Facility Many Name People Need Assistance Care Thei Ir Proc Q37265672
Using Microsoft Visual Studio with C++

Overview: Design an inpatient Care facility which you many name for people who need assistance or care after thei ir procedure for short periods of time such as a broken leg or hip replacement. The program should compute the Care facility bill. 1. CustomerAccount Class which will keep a total of the customer charges. It will keep track of customer changes and how many days the customer has stayed. Define a daily Rate or charges. a. b. Procedure Class which will tore with it the charges for at least five type of procedures the facility offers. It can update the charges variable of the CustomerAccount class. Pharmacy or Retail Class will store the price of at least five types of medication or items customers need during their stay. It can update the charges variable of the CustomerAccount Class Create a text based menu to perform the following functions: c. d. Enter “1” Check IN Care Facility with proper paperwork. Enter “2” Enter Type of Care Enter”3″ Enter medications or items needed (Could be a SPA) Enter “4” search for Customer by name or number Enter “5” sort customers by name or number . Enter “6” Check OUT-print Date, Name and total charges to screen. . Enter “” Check OUT -print Date, Name and total charges to screen output file. freceipt) Enter “8” to Quit . Write the appropriate accessor and mutator functions for these member variables create an array of objects. Use a header file for all declarations Create at two constructors and initialize 2. 3. Create a destructor Show transcribed image text Overview: Design an inpatient Care facility which you many name for people who need assistance or care after thei ir procedure for short periods of time such as a broken leg or hip replacement. The program should compute the Care facility bill. 1. CustomerAccount Class which will keep a total of the customer charges. It will keep track of customer changes and how many days the customer has stayed. Define a daily Rate or charges. a. b. Procedure Class which will tore with it the charges for at least five type of procedures the facility offers. It can update the charges variable of the CustomerAccount class. Pharmacy or Retail Class will store the price of at least five types of medication or items customers need during their stay. It can update the charges variable of the CustomerAccount Class Create a text based menu to perform the following functions: c. d. Enter “1” Check IN Care Facility with proper paperwork. Enter “2” Enter Type of Care Enter”3″ Enter medications or items needed (Could be a SPA) Enter “4” search for Customer by name or number Enter “5” sort customers by name or number . Enter “6” Check OUT-print Date, Name and total charges to screen. . Enter “” Check OUT -print Date, Name and total charges to screen output file. freceipt) Enter “8” to Quit . Write the appropriate accessor and mutator functions for these member variables create an array of objects. Use a header file for all declarations Create at two constructors and initialize 2. 3. Create a destructor
Expert Answer
Answer to Overview: Design an inpatient Care facility which you many name for people who need assistance or care after thei ir pro… . . .
Related