Answered step by step
Verified Expert Solution
Question
1 Approved Answer
USE C++ and the concepts of OOP and write the Program using the following scenario: Hospital Management System : Person Title: string Name: string Familyname:
USE C++ and the concepts of OOP and write the Program using the following scenario:
Hospital Management System : Person Title: string Name: string Familyname: string Birthdate: date Address: string Phone: integer +Constructor(); +Destructor(); +Display(); File write and read Patient name: String id:integer gender: string age: integer sickness: string bloodgroup: char +Constructor(); +Destructor(); +Display(); File write and read Staff name: String +Constructor(); +Destructor(); +Display(); File write and read Operational staff name: String id: integer post: String gender: String phone: integer +Constructor(); +Destructor(); +Display(); File write and read Administrative staff Id: integer Name: string Age: integer Batch no: integer Shift: string Gender: string Phone: integer +Constructor(); +Destructor(); +Display(); File write and read Technical staff Dep: string Name: string Id: integer Post: string Shift: string Gender: string Phone: integer +Constructor(); +Destructor(); +Display(); File write and read Doctor Name: string Id: integer Speciality: string Location: string +Constructor(); +Destructor(); +Display(); File write and read Nurse Id: integer Name: string Shift: striing Ward: string Service: string +Constructor(); +Destructor(); +Display(); File write and Receptionist Name: string Service: string Shift: string Phone: integer +Constructor(); +Destructor(); +Display(); File write and read Technician Dep: string Name: string Id: integer Phone: integer Shift: string +Constructor(); +Destructor(); +Display(); File write and read read Surgical Technologist Name:string ward: string service: string id: integer +Constructor(); +Destructor(); +Display(); File write and readStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started