Database Management System
Database Management System
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.
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.
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.
TABLES
Table :- Employee
SQL Command:-
Table:-Patient
Pcl Integer
SQL command:-
Table:-Doctor
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
SQL Command:-
SQL>create table nurse(eid int(5)references employee(eid),pid
int(5)references patient(pid),name char(10));
Table:- Receptionist
SQL Command:-
SQL>create table receptionist(eid int(5))references
employee(eid),rname char(10);
Table:- Records
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
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
SQL Command:-
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:-
DATABASE:-
SQl Server
S/W APPLICATION:-
Microsoft word Ms PowerPoint