The main objective to develop a Hospital management system in java is to manage the hospital activity online. There will
Posted: Fri May 20, 2022 6:54 pm
The main objective to develop a Hospital management system in
java is to manage the hospital activity online. There will be Three
main Actors or Users of the application
1) doctor 2) Admin 3) Receptionist.
By Use linked list
Module and Functionality of Hospital Management
There are three main actors of the system who going to manage or
run the complete application. Let’s discuss it one by one according
to the role and readabilities.
working of Admin user in hospital Management
Admin is the main actor who will be responsible for managing
Doctors and Receptionists. Below is the task list which will be
performed by the admin.
Admin can ADD/DELETE/UPDATE a doctor.
Admin can VIEW the list of doctors.
Admin can ADD/DELETE/UPDATE a receptionist.
Admin can VIEW the list of receptionists.
Admin can ADD/DELETE/UPDATE a patient.
Admin can ADD/DELETE/UPDATE an appointment.
To filter the records on every page you will get the search box
on every page or with every table.
Doctor User in HMS
A doctor can check the appointment and the patient list.
The doctor can VIEW the appointments.
The doctor can VIEW the patient list.
Receptionist User in HMS
The receptionist can ADD/EDIT/VIEW appointments.
The receptionist can ADD/EDIT/VIEW the patient.
code in java
java is to manage the hospital activity online. There will be Three
main Actors or Users of the application
1) doctor 2) Admin 3) Receptionist.
By Use linked list
Module and Functionality of Hospital Management
There are three main actors of the system who going to manage or
run the complete application. Let’s discuss it one by one according
to the role and readabilities.
working of Admin user in hospital Management
Admin is the main actor who will be responsible for managing
Doctors and Receptionists. Below is the task list which will be
performed by the admin.
Admin can ADD/DELETE/UPDATE a doctor.
Admin can VIEW the list of doctors.
Admin can ADD/DELETE/UPDATE a receptionist.
Admin can VIEW the list of receptionists.
Admin can ADD/DELETE/UPDATE a patient.
Admin can ADD/DELETE/UPDATE an appointment.
To filter the records on every page you will get the search box
on every page or with every table.
Doctor User in HMS
A doctor can check the appointment and the patient list.
The doctor can VIEW the appointments.
The doctor can VIEW the patient list.
Receptionist User in HMS
The receptionist can ADD/EDIT/VIEW appointments.
The receptionist can ADD/EDIT/VIEW the patient.
code in java