0% found this document useful (0 votes)
191 views12 pages

Database Management System

This document describes a hospital management system project that automates the daily operations of a hospital. It tracks patient details like inpatient/outpatient status, appointments, medical records, invoices and more. It also manages ward availability, operating theaters and ICU status. The system aims to reduce manual processing across all hospital departments by integrating management of doctor, staff, patient, billing and other key details.

Uploaded by

aklesh parte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
191 views12 pages

Database Management System

This document describes a hospital management system project that automates the daily operations of a hospital. It tracks patient details like inpatient/outpatient status, appointments, medical records, invoices and more. It also manages ward availability, operating theaters and ICU status. The system aims to reduce manual processing across all hospital departments by integrating management of doctor, staff, patient, billing and other key details.

Uploaded by

aklesh parte
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

INTRODUCTION

SYNOPSIS
This project will automate the daily operations of LIFE LINE hospital.
The project keeps track of the stall and patient (in—patient. out-patient)
details. It also takes care of the ward. medical. invoice and the doctor's
appointment details. The system generates the daily ward availability. the
status of the operation theatres and K’U.

HOSPITAL MANAGEMENT is an integrated Hospital Inftwmation System.


which addresses all the major functional areas of multi-specialty hospitals.
The HOSPITAL MANAGEMENT enables better patient care, patient safetv.
patient confidentiality, efficiency. reduced costs and better management
information system. It provides easy access to critical information thus
enabling the management to take better decisions on time.

This project deals with processing of each and every department in the
hospital. This project sincerely aims to reduce the manual processing of each
department.

The Scope of the project takes care of the details of each and every
department. These details gives the doctor. staffs. specialists and patient
details including their salary, attendance . doctor’s appointments and the
billing system. The details of Doctor and staff help the hospital to maintain the
record of every person. Their attendance details help them to know about
their attentive presence while salary is calculated. The billing system provides
an efticient way for calculating bill details o the patients.
HOSPITAL PROFILE
SANJIVANI HOSPITAL is a multi-specialty. tertiary care hospital extending
quality health care service to people in and around Madurai for the
past 12 years. The hospital was founded by Dr.ARVIND KUDKARNI(MD)
who is a leading Laser and Laparoscopic surgeon. The hospital is located at
Maharashtra, Ghamodiya Plot, Harde Nagar, Paratwada, Maharashtra
444805.

HISTOERY OF THE SANJIVANI HOSPITAL :?

SANJIVANI HOSPITAL was first started at 1998 with ten staff and five Beds
for inpatients. In the beginning it started providing services to the outpatients
and in patients.
In the year 2(X)0. the hospital extends its services such as X-Ray and Scan
Centre. After that. the hospital developed rapidly. In the year 2005 Laser
Cancer Treatment and it provides the following facilities.

 Capsul endoscopy
 Colonoscopy
 Singmoidoscopy
 Branchoscopy
 Laser surgery(ND,YAG)
 Dental care
 Psychiatrial Treatments

Now the hospital is famous for its laser and laparoscopic surgeries. The
hospital now consists of 12 specialists . 4 duty doctors and 40 stalt members.
It also provides ambulance services to the patients. The hospital is
functionally available to the public 24 hours a day.
ENTITY RELATIONSHIP DIAGRAM (ERD) FOR
HOSPITAL MANAGEMENT SYSTEM
Employee is farther divided into entities doctor,nurs and receptionist
following the specialization model(top-down design process) as they are
distinctive from each other in the employee set.

These subgroup become lower-level entity sets that have attribute or


participate in relationship that do not apply to the higher-level entity.

TABLES
 Table :- Employee

ATTRIBUTE DESCRIPTION DATATYPE CONDITION


EID Employee ID Character Primary key
ENAME Employee name Character
EADDR Employee Character
Address
ECNO Contact number Integer
Job description Character
Employee salary Integer

SQL Command:-

SQL> create table employee(eid char(5)primary key,ename


char(10),eaddress char(10),ecno int(10),ejob char(10),esal int(6));

 Table:-Patient

ATTRIBUTE DESCRIPTION DATATYPE CONDITION

SSN Patient ID Character Primary key

Name Patient name Character Foreign key (ref


employee
Name Patient name Character

Address Patient Address Character

CNo Contact number Integer

Insr Date Of Admission Integer

Pcl Integer

SQL command:-

SQL>create table patient(ssn int(10)primary key,name


char(10)references employee(eid),name char(10),address char(10),cno
int(10),insr int(10),pc lint(10));

 Table:-Doctor

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

EID Employee ID Integer Foreign key(ref


employee)

PID Attending Integer Foreing key(ref


patient(s)ID patient)

DName Doctor name Character

D_Sp Specializatin Character

SQL Command:-
SQL>create table doctor(eid int(10)references employee(eid),pid
int(5)references patient(pid),dname char(10),d-sp char(10);
 Table:- Nurse

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

EID Employ ID Interger Foreign Key(ref -


employee)

PID Patient ID Interger Foreign Key(ref-


Patient)

NName Nurse’s Name Character

SQL Command:-
SQL>create table nurse(eid int(5)references employee(eid),pid
int(5)references patient(pid),name char(10));

 Table:- Receptionist

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

EID Employee ID Integer Foreign Key(ref-


employee

RName Receptionist’s Character


Name

SQL Command:-
SQL>create table receptionist(eid int(5))references
employee(eid),rname char(10);
 Table:- Records

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

RNo Record Number Interger Primary Key

PID Patient ID Integer Foreign Key(ref-


patient)

EID Employee ID Integer Foreign Key(ref-


employee)

ETypc Employee Type Character

RDetails Record Details Character

SQL Command:-
SQL>create table records(RNo int(5)primary key,PID int(5)references
patient(pid),eid int(5)references hemployee(eid),etype
int(10),Rdetails char(10);

 Table:- Rooms

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

ReID Room RecordID Integer Primary Key

RoNo Room Number Integer

Rtype Room Type Character

PID Patient ID Character Foreign Key(ref-


patient)

EID Employee ID Integer Foreign Key(ref-


employee)
Etype Employee Type Character

SQL Command:-
SQL>create table room(ReID int(5)primary key,RoNo int(3),Rtype
char(8),PID char(5)references patient(pid),eid int(5)references
hemployee(eid),etype int(10);

 Table:- Medicies

ATTRIBUTE DESCRIPTION DATA TYPE CONDITION

MID Medicine ID Integer Primary Key

PID Patient ID Integer Foreign Key(ref-


patient)

Quantity Quantity Integer

MName Medicine Name Character

SQL Command:-

SQL>create table madicines(mid int(5)primary key,pid int(5)references


patient(pid),quantity int(4),mname char(10);
VIEWING TABLE EMLPOYEE:-

 VIEWING TABLE NURSE:-


 VIEWING TABLE RECEPTIONIST:-

 VIEWING TABLE RECORD:-


 VIEWING TABLE ROOM:-

 VIEWING TABLE MEDICIES:-


CONCLUSION
 The project Hospital Management System (HMS) is for computerizing
the working in a hospital. The software takes care of all the
requirements of an average hospital and is capable to provide easy and
effective storage of information related to patients that come up to the
hospital.

 It generates test reports: provide prescription details including various


tests, check-up and medicines prescribed to patient and doctor. It also
provides injection details and billing facility.

 The system also provides the facility of backup as per the requirement.

REFERENCE
https://www.scribd.com/document/349571448/Hospital-Management-System

https://www.academia.edu/5202538/HOSPITAL_MANAGEMENT_SYSTEM_A_Project_work
_submitted_to_the_DEPARTMENT_OF_COMPUTER_APPLICATIONS_Guided_by

OPERATIG SESTEM:-

 Window xp and above

 Window 7,8,10 more…

DATABASE:-
 SQl Server

S/W APPLICATION:-
Microsoft word Ms PowerPoint

You might also like