100% found this document useful (1 vote)
238 views14 pages

Hospital Management System

This document describes a hospital management system project that aims to computerize patient and hospital details. It discusses modules for managing patient information, doctor details, services, employees, and generating reports. The project uses Visual Studio 2010, MySQL 2008, and Windows 10. It is intended to enhance hospital efficiency by allowing quicker and more computerized management of activities traditionally done manually. Database tables are outlined to store login, employee, doctor, patient, service, and other data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
238 views14 pages

Hospital Management System

This document describes a hospital management system project that aims to computerize patient and hospital details. It discusses modules for managing patient information, doctor details, services, employees, and generating reports. The project uses Visual Studio 2010, MySQL 2008, and Windows 10. It is intended to enhance hospital efficiency by allowing quicker and more computerized management of activities traditionally done manually. Database tables are outlined to store login, employee, doctor, patient, service, and other data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Hospital Management

system
By Keerthana bushan S.N and Manjula.p
• Aim/Objective
A. To computerize all details regarding patient
details & hospital details.
B. Scheduling the appointment of patient with
doctors.
C. Scheduling the services of specialized doctors
and emergency properly so that facilities provided
by hospital are fully utilized in effective and
efficient manner.
D. The details of the patient are stored in system for
the future use.
E. The details about the patient’s diseases,
diagnosis .
TECHNOLOGIES USED:

This project uses the following


technologies to produce the
effective product:

1. Visual studio 2010


2. My SQL 2008
3. Windows 10
Module Information
This blog contains the information about the functionality used in the
each module, in this product the following are the containing module

•Patient Module
This module gives us the information about both in-
patient (i.e a patient in the hospital under treatment) and
out-patient (i.e a patient under treatment but doesn’t stay
overnight).patients id, name ,address ,admitted date,
doctor and rooms allotted are entered in this form for
further references ,so as to refer a particular patients
details using a separate form with an attribute ,patient
id.It also includes payment details of a patient depending
on the reports generated
Doctor details Module
This module gives us the details of all the doctors
associated with the hospitals including the regular and
specialized doctors like Doctor’sName, specialization,
qualification and the patient he is allotted to.
Service Module
This module helps us to record the services provided by the hospital like pathology
(a scientific study of a disease ) and ambulance services.

Employee details Module:


This module gives us the details of all the employees of various fields working in the
hospital with employee id,name,address,job performed by each.

Report Module:
This module gives us the complete details of both in and out patients
,with in-patients making payments for rooms ,bed and other services
provided and out patients paying for the doctors and allotted to solve
their case .Therefore giving an overall report of an hospitals yearly
expenditures and revenues
TARGET AUDIENCE:
This project will enhance the hospitals to serve people
more quickly and efficiently. This software is developed in
order to computerize the activities which take more time, if
done manually.

DATABASE TABLES USED:


Login Table
Field Name Data Type
Username Varchar(25)
Password Varchar(25)
Employee Table Doctors Table
Field Name Data Type Field Name Data Type
Empid Int(10)
Empname Varchar(25) Did Int(10)
Primary key
Designation Varchar(25)
Doctor name Varchar(25)
Salary Int(10)
DOB Date salary Int(10)
Mobile Int(10) DOB date
Gender Varchar(25)
Mobile Int(10)
Experience Int(5)
experience Int(10)

Specialization Varchar(25)

Qualification Varchar(25)

Gender Varchar(25)
Patient Module

Out patient
Field Nameb Data Type
Bno Int(10)
Pid int(10)
Primary key
Pname Varchar(50)
Gender Varchar(10)
Age Int(10)
Mobile Int(10)
Address Varchar(100)
Consulted Doctor Varchar(25)
Total bill Double(10,2)
Service Module:
Pathology service
Field Name Data Type
pid Int(10)
Tstname Varchar(25)
Tstfee Double(10,
2)
description Varchar(50)

Ambulance service

Filed Name Data Type


Ambid Int(10) primary key
Ambtype Varchar(25)
Distance float(7,3)
charges Double(10,2)
IN patient
Field Name Data Type
Bill no Int(10)
pid Int(10)
pname Varchar(25)
Gender Varchar(10)
Mobile no Int(10)
Age Int(10)
Room charge Double(10,3)
Doctor charge Double(10,3)
Bed charge Double(10,3)
Service charge Double(10,3)
Medical charge Double(10,3)
Advance payment Double(10,3)
bill Double(10,3)
discount Double(10,2)
Grand total Double(10,3)
ER- Diagram

LOGIN DOB Empid name

username password
salary Employee
experience

desig Mob
gender
no
DOB docid name

specialization

salary Doctor
experience

Mob
qualification
gender no
ambid

ambulance ambtype

pid

charges distance

Pathology description

tstfee tstname

You might also like