Menu

[Solved] Overview Design Inpatient Care Facility Many Name People Need Assistance Care Procedure Sh Q37264294

Overview: Design an inpatient Care facility which you many name for people who need assistance or care after their procedure

c++

Overview: Design an inpatient Care facility which you many name for people who need assistance or care after their 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. Procedure Class which will store with it the charges for at least five type of procedures the facility offers. It can update the charges variable of the CustomerAccount class. a. b. c. 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: 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 “S” sort customers by name or number Enter “6” Check OUT-print Date, Name and total charges to screen. Enter “7” Check OUT-print Date, Name and total charges to screen output file. (receipt) Enter “8” to Quit 2. 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 Create a destructor 3. Add any classes, variables or member functions as needed to round out your program. The minimum requirements above must be included. Show transcribed image text Overview: Design an inpatient Care facility which you many name for people who need assistance or care after their 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. Procedure Class which will store with it the charges for at least five type of procedures the facility offers. It can update the charges variable of the CustomerAccount class. a. b. c. 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: 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 “S” sort customers by name or number Enter “6” Check OUT-print Date, Name and total charges to screen. Enter “7” Check OUT-print Date, Name and total charges to screen output file. (receipt) Enter “8” to Quit 2. 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 Create a destructor 3. Add any classes, variables or member functions as needed to round out your program. The minimum requirements above must be included.

Expert Answer


Answer to Overview: Design an inpatient Care facility which you many name for people who need assistance or care after their proce… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *