Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 2: In this exercise, you will design various classes and write a program to computerize the billing system of a hospital a. Design the

image text in transcribed
image text in transcribed
Problem 2: In this exercise, you will design various classes and write a program to computerize the billing system of a hospital a. Design the class doctorType, inherited from the class personType, defined in Chapter 10, with an additional data member to store a doctor's speciality. Add appropriate constructors and member functions to initialize, access, and manipulate the data members. b. Design the class billType with data members to store a patient's ID and a patient's hospital charges, such as pharmacy charges for medicine, doctor's fee, and room charges. Add appropriate constructors and member functions to initialize, access, and manipulate the data members. c. Design the class patientType, inherited from the class personType, defined in Chapter 10, with additional data members to store a patient's ID, age, date of birth, attending physician's name, the date when the patient was admitted in the hospital, and the date when the patient was discharged from the hospital. (Use the class dateType to store the date of birth, admit date, discharge date, and the class doctorType to store the attending physician's name.) Add appropriate constructors and member functions to initialize, access, and manipulate the data members. d. Write a program to test your classes. Sample Input Sample Output Pattant: hd Rana Aftanding physician:", Tristan Media enen Cariant's fast rame: ma Admat Ditel 2002 Enter patient's last name: Rana Discharge Date: 4-21 2009 Enter docton's first name: Mr. Pharmacy Charges: $245.50 Room Charges: $2500.00 Enter doctor's last name: Tristan Doctor's Fees: $3509.38 Enter doctor's speciality: Medicine Total Charges: $6245.88

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions

Question

What is management growth? What are its factors

Answered: 1 week ago

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago