You are on page 1of 5

Hospital Management System

Manage
Doctor Add Patient

Manage
User and Create
Application Appointment

Manage
Hospital
Staff

Update Profile

Admin
Change Account
Password

Login and Log


Out from System

Add Medicines
Manage
Medicines

Manage Collect
Appointments Payment
System User

Use Case Diagram


Interaction Diagram
Class Diagram
Assignment -2

Use case diagram for a HOSPITAL RECEPTION

Use Case Description

● Class Receptionist
Attributes - empID , empName
Methods
● isRoomFree() - query the databse and transfer the information to the person
● bookRoom() - book room for the person
● getInvoice() - generates invoice for the patient
● registerPatient() - register a new patient
● checkInsurance() - insurance registraition for patient
● Class Patient :
Attributes - patientID, pName, pMobileNo
Methods
● viewTreatment() - generates the details for the treatment of the patient for the
doctor and the staff
● Bills() - generates the invoice for the patient

You might also like