Question
Use C++(If not possible then you don't need to fulfill all the specified requirements .Just a simple hospital management system will be OK. Kindly attach
Use C++(If not possible then you don't need to fulfill all the specified requirements .Just a simple hospital management system will be OK. Kindly attach output screenshots .Thanks in advance)
Your task is to implement a complete Hospital Management System (HMS). HMS are centralized systems used by patient, doctors and administrators to collect information
You need to design the hierarchy of classes to be defined in the system first. All the components should be implemented in OOP concepts
1) Administrator Module:
Sign in to system(Show signin page to each type of user and ask for username and password)
Add new Doctor(To add a new doctor, your program should ask some credentials from the user to register a doctor.)
Add new Patient
Add new appointment
Assign Appointment
View all Patients(There should be an option of View all patients in your admin module, once the user selects this, your program should display all registered patients from your record.
View all Doctors
View fee status
2)Patient Module:
Sign in to system(Show signin menu to each type of user and ask for username and password.)
View appointments This feature view all appointments of login patient. Appointment Status (checked/ unchecked) Appointment time
View fee status This feature view the fee status of the patient
3)Doctor Module:-
Sign in to system(Show signin menu to each type of user and ask for username and password)
Doctor Appointments(There should be an option of View my Appointments. when doctor select it must display all the appointments assigned by admin to a particular doctor logged in into the system including:- Appointment Id Appointment time Appointment status (Hint)You can read a file of Appointment.txt updated by admin)
Update Appointment
Step 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