Hospital Management System: Project Title
Hospital Management System: Project Title
The project will maintain information about the patients and doctors
working in a Hospital. The project will keep track of the patients
registering in the hospital or clinic. Also , this system supports search
for patients by name or other properties etc. The system will also
contain information about the Doctors working in the hospital or clinic
PROJECT OVERVIEW
Our project Hospital Management System includes registration of
patients, storing their details into the system and also
computerized billing in the pharmacy, and labs. Our software has
the facility to give a unique id for every patient and stores the
details of every patient and the staff automatically. It includes a
search facility to know the current status of each room. User can
search availability of a doctor and the details of a patient using the
id. The Hospital Management System can be entered using a
username and password. It is accessible either by an administrator
or receptionist. Only they can add data into the database. The data
can be retrieved easily. The interface is very user-friendly. The data
are well protected for personal use and makes the data processing
very fast. Project Report Advanced Hospital Management System
DATA FLOW DIAGRAM
Context diagram
Controls Add/edit/
Hospital
over all data delet data
Administrator Management User
System
FIRST LEVEL DFD - ADMINISTRATOR
Administrator
Login
detail
Hospital
Management Hospital
Process Database
Login
FIRST LEVEL DFD - USER
User
Login
detail
Hospital
Management Hospital
Process Database
Login
SECOND LEVEL DFD - USER
Patient
User Registr Patient
Patient
ation
Login
detail IP/OP
search
IP/OP
IP/OP
Login
Doctor
search
Doctor
Doctor
Hospital
Management Billing Bill
Bill
Login Process
Report
genera Report
tion
Add
medici Medicine
Medicine
ne
Change
passwo User
User
rd
SECOND LEVEL DFD – ADMINISTRATOR
Add
Admin new Admin
Admin
admin
Login
Add/e
detail dit/vie
w new User
User
user
Login
Add/e
dit Doctor
Doctor
Doctor
Hospital
Management Add/e
dit/vie
Login Process w new Department
Department
dept.
Add/ed
it/view
new Room
Room
room
Chang
e
passw Admin
Admin
ord
E-R DIAGRAM
Patient FName
FName
Patient LName
LName
ID
ID Doctor
Doctor
FName
FName ID
ID
Address
Address
DOB
DOB
Prescribe DOCTOR
DOCTOR
PATIENT
PATIENT Patient
Date_of_
Date_of_
registarti
registarti Address
Address
phone
phone
on
on
picture
picture
Picture
Picture
phone
phone
LName
Allocate to LName
Patient
Status
Status
Room_
Room_ Rate_per
Rate_per
ID
ID _day
_day
Room_
Room_
Room Room_
Room_
type
type name
name
SQL CODE OF TABLE
Patient Table :
If exists (select * from dbo.sysobjects where id = object_id(N’)[dbo].[patient]’)and OBJECTPROPERTY(id,
N’IsUserTable’)=1)
drop table [dbo].[patient]
GO
Doctor Table:
FIELD NAME DATA TYPE LENGTH ALLOWS NULL
Doctor ID (primary key) Char 10 Not null