SlideShare uma empresa Scribd logo
1 de 5
Hospital Database Management System
Abstract-My project Hospital Database Management
system includes registration of patients, storing their
disease details into the system. It will also contain
doctor’s information and will digitalize the whole billing
system. It has the facility to give a unique id for every
patient and stores the details of every patient and 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. And
the whole process conducted by Administrator.
Keywords- Hospital, Administrator, Patients, Doctor,
Diseases, Staff, Treatments, Test, Lab reports, Schema.
1. BACKGROUND
A Hospital Database Management System (HDMS) is a
computer or web based system that facilities managing the
functioning of a hospital or any medical set up. This system
will help in making the whole functioning paperless.
The hospital database includes all the necessary patient
data. The disease history, test results, prescribed
treatment can be accessed by doctors without much delay in
order to make an accurate diagnosis and monitor the
patient's health. It enables lower risks of mistakes.
A hospital is a place where Patients come up for general
diseases. Hospitals Provide facilities like:
• Consultation by Doctors on Diseases.
• Diagnosis for diseases.
• Providing treatment facility.
• Facility for admitting Patients (providing beds,
nursing, medicines etc.)
• Immunization for Patients/Children.
Various operational works that are done in a Hospital are:
• Recording information about the Patients that
come.
• Generating bills.
• Recording information related to diagnosis given to
Patients.
• Keeping record of the Immunization provided to
Children/Patients.
• Keeping information about various diseases and
medicines available to cure them.
These are the various jobs that need to be done in a
Hospital by the operational staff and Doctors. All these
works are done on papers.
The work is done as follows:
• Information about Patients is done by just writing
the Patients name, age, and gender. Whenever the
Patient comes up his information is stored freshly.
• Bills are generated by recording price for each
facility provided to Patient on a separate sheet and
at last they all are summed up.
• Diagnosis information to patients is generally
recorded on the document, which contains Patients
information. It is destroyed after some time period
to decrease the paper load in the office.
• Immunization records of the children are
maintained in pre-formatted sheets, which are kept
in a file.
• Information about various diseases is not kept as
any document. Doctors themselves do this job by
remembering various medicines
All this work is done manually by the receptionist and
other operationalstaffand lot ofpapers are needed to be
handled and taken care of. Doctors have to remember
various medicines available for diagnosis and
sometimes miss better alternatives as they can’t
remember themat that time.
2. IDEAS
The hospital database includes all the necessary patient
data. The disease history, lab reports, prescribed
treatment can be accessed by doctors without much delay in
order to make an accurate diagnosis and monitorthe patient's
health. It enables lower risks of mistakes.
 The project maintains two levels of users:
• Administrator.
• User Level-Data Entry Operator.
 Now, I discuss the main facilities in this project are:
• Maintaining records of indoor/outdoorpatients.
• Maintaining patient’s test and examinations details.
• Providing different test facilities to a Doctor for
doctor for diagnosis of a patients.
• Maintaining patient’s prescription, medicine and
diet advice details.
• Providing billing details for indoor/outdoor
patients.
• Results of tests, prescription, precautions and diet
advice will be automatically updated in the
database.
• In this project collection of data in form different
pathology labs.
• Related test reports, patient’s details report, billing
reports can be generated as per user requirements.
• User or administrator can search a patient’s record
by his id.
• Hospital Database Management System Design:
The Hospital database management system design is a
database design use for managing hospital functions
and events. It enables the admin to register a patient for
the hospital, stores their disease details into the
database. Any of the staff members, doctor & admin is
able to add, view, edit, update or delete data.
 Purpose of Hospital Database Management System:
The purpose of the Hospital Management
System database Design is to make a secure and easy
way of storing information of the patient, doctors,
inpatient, outpatient, Rooms, and Bill payment.
 Features of the HospitalDatabase Management System:
There are seven (8) common features of Hospital
Management System Database Design such as
Managing Administrator, Doctors, laboratory,
Inpatient, Outpatient, Rooms, and Hospital Bills
information.
• Administrator
This table of ER Diagram Hospital Management System
will be used for storing and managing the administrator
information. Administrator manage & maintain the whole
system.
• Manage Doctor
This table will be used for storing and managing the
Doctor information and login account.
• Manage Laboratory
This table will be used for storing and managing the
Laboratory transaction.
• Manage Inpatient
This table will be used for storing and managing
the inpatient information and diagnosis.
• Manage Outpatient
This table will be used for storing and managing
the inpatient information and diagnosis.
• Manage Room
This table will be used for storing and managing
the room information and assigning of patient in
every room.
• Manage Bills
The billing table will be used for managing the
statement of accounts perpatient and for the
collection of bills.
• Manage Staff
This table will be used for storing and managing
the Staff information.
 ER Diagram of Hospital Database Management System
The proposed ER diagram for Hospital DBMS with
relationship shows the entity of the proposed Hospital
Management systemdatabase,which is presented by tables;
the tables are made to meet the required specification of the
system and provide much more specific details ofeach entity
within the system.
Data Tables:
1. Administrator Table:
Fields Data Type Relationships
a_id int(5) PrimaryKey
a_name Varchar(20) Not Null
gender Varchar(10) Not Null
2. Doctor Table:
Fields Data Type Relationships
Doctor_id int(5) PrimaryKey
Doctor_name Varchar(15) Not Null
Dept Varchar(15) Not Null
a_id Int(5) Foreign Key
3. Staff Table:
Fields Data Type Relationships
s_name Varchar(15) Not Null
s_id Int(5) PrimaryKey
NID Int(12) Not Null
salary Int(5) Not Null
a_id Int(5) Foreign Key
4. Lab table:
Fields Data Type Relationships
lab_no int(5) PrimaryKey
Patient_id int(5) Not Null
weight int Not Null
Doctor_id int(5) Foreign Key
date Date/Time[6] Not Null
category Varchar(15) Not Null
patient_type Varchar(15) Not Null
amount Int(10) Not Null
5. InpatientTable:
Fields Data Type Relationships
Patient_id int(5) PrimaryKey
name Varchar(20) Not Null
gender Varchar(10) Not Null
address Varchar(20) Not Null
room_no int(5) Not Null
date_of_admit Date/Time[6] Not Null
date_of_discharge Date/Time[6 ] Not Null
advance Int(10) Not Null
lab_no int(5) Foreign Key
Doctor_id Int(5) Foreign Key
disease Varchar(20) Not Null
6. Outpatient Table:
Fields Data Type Relationships
Patient_id int(5) PrimaryKey
date Date/Time Not Null
lab_no int(5) Foreign Key
7. Room Table:
Fields Data Type Relationships
room_no Int(5) PrimaryKey
room_type Varchar(10) Not Null
status Varchar(10) Not Null
Patient_id Int(5) Foreign Key
8. Bill Table:
Fields Data Type Relationships
bill_no int(50) PrimaryKey
Patient_id int(5) Foreign Key
patient_type Varchar(10) AllowNull
doctor_charge int Not Null
medicine_charge int Not Null
room_charge int Not Null
operation_charge int AllowNull
number_of_days int AllowNull
nursing_charge int AllowNull
advance int AllowNull
health_card Varchar(50) AllowNull
lab_charge int AllowNull
bill int Not Null
Snapshot:
• Hospital DBMS Tables list in SQL Database
Server
• Hospital DBMS SQL Server Database Schema
Diagram
Insert data into all Tables:
Now, we can use insert statement for Insert (add) data or
record into tables.
• For Administrator table:
The statement below enters 2 records or rows into
patient table:
Table:
• For doctortable:
The statement below enters 2 records or rows into
doctortable:
Table:
• For lab Table:
The statement below enters 2 records or rows into
lab table:
Table:
• For inpatient table:
The statement below enters 2 records or rows into
inpatient table:
Table:
• For outpatient table:
The statement below enters 2 records or rows into
outpatient table:
Table:
• For room table:
The statement below enters 2 records or rows into
room table:
Table:
• For bill Table:
The statement below enters 2 records or rows into
bill table:
Table:
• For staff Table:
The statement below enters 2 records or rows into
staff table:
Table:
Note: We will store this kind of record or information by
using above process.
 Search a patient’s record by his id:
To see patient’s record, we will use select
statement.
I would like to see how much bill, doctor charge,
medicine charge, room charge, operation charge,
nursing charge are came and how much advance
given the first patient's
3. Conclusion
The project Hospital Data Management System (MDBS) is
for computerizing the working in a hospital. It 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 medicines prescribed to patient and doctor. It also
provides billing facility on the basis of patient’s status
whether it is an indoor or outdoor patient. The systemalso
provide the facility of backup as per the requirement.
REFERENCES
[1] https://www.academia.edu/6880602/09_Project-
Hospital_management_system?email_work_card=thumbnail
[2] https://www.slideshare.net/EliasDinsa/hospital-management-system-
database-design
[3]https://ww w.academia.edu/29078722/Hospital_M anagement_System_
Design_and_Implementation?email_work_card=thumbnail

Mais conteúdo relacionado

Mais procurados

hospital management System
hospital management Systemhospital management System
hospital management Systemsabin kafle
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management SystemMariamKhan120
 
Complete project on hospital maangement system
Complete project on hospital maangement systemComplete project on hospital maangement system
Complete project on hospital maangement systemRahul Kumar
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management SystemSM. Aurnob
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-hisBirlamedisoft Pvt. Ltd
 
Hospital Management System Presentation
Hospital Management System PresentationHospital Management System Presentation
Hospital Management System PresentationSanjeev Kumar Rao
 
Hospital management system
Hospital management systemHospital management system
Hospital management systemjawahar Choubey
 
Blood Bank System Peroject (website) Full Document
 Blood Bank System Peroject (website) Full Document  Blood Bank System Peroject (website) Full Document
Blood Bank System Peroject (website) Full Document DAV.PG COLLAGE
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemRANJIT SINGH
 
ONLINE BLOOD BANKING SYSTEM
ONLINE BLOOD BANKING SYSTEMONLINE BLOOD BANKING SYSTEM
ONLINE BLOOD BANKING SYSTEMAkansha Soni
 
Hospital management system
Hospital management systemHospital management system
Hospital management systemManpreet Singh
 
Online blood bank management system
Online blood bank management systemOnline blood bank management system
Online blood bank management systemskk4646
 
hospital management system
hospital management systemhospital management system
hospital management systemshivangi singh
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemPradeep Bhosale
 
Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)SN Chakraborty
 

Mais procurados (20)

hospital management System
hospital management Systemhospital management System
hospital management System
 
Database design
Database designDatabase design
Database design
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management System
 
Complete project on hospital maangement system
Complete project on hospital maangement systemComplete project on hospital maangement system
Complete project on hospital maangement system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management System
 
[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his[PPT] Hospital management system - Quanta-his
[PPT] Hospital management system - Quanta-his
 
Hospital Management System Presentation
Hospital Management System PresentationHospital Management System Presentation
Hospital Management System Presentation
 
Majd
MajdMajd
Majd
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Blood Bank System Peroject (website) Full Document
 Blood Bank System Peroject (website) Full Document  Blood Bank System Peroject (website) Full Document
Blood Bank System Peroject (website) Full Document
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
ONLINE BLOOD BANKING SYSTEM
ONLINE BLOOD BANKING SYSTEMONLINE BLOOD BANKING SYSTEM
ONLINE BLOOD BANKING SYSTEM
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Online blood bank management system
Online blood bank management systemOnline blood bank management system
Online blood bank management system
 
hospital management system
hospital management systemhospital management system
hospital management system
 
Hospital database management system project report
Hospital database management system project reportHospital database management system project report
Hospital database management system project report
 
Uml diagram for_hospital_management_system
Uml diagram for_hospital_management_systemUml diagram for_hospital_management_system
Uml diagram for_hospital_management_system
 
Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)Project Proposal(Hospital Management System)
Project Proposal(Hospital Management System)
 

Semelhante a Hospital database management_system_sql

Dbms mini project
Dbms mini projectDbms mini project
Dbms mini projectHome
 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System ProposalBishal Bista
 
Hosiptal-MS-PPT-zl64ci.pptx
Hosiptal-MS-PPT-zl64ci.pptxHosiptal-MS-PPT-zl64ci.pptx
Hosiptal-MS-PPT-zl64ci.pptxrohanthombre2
 
Medicity (Hospital management system)
Medicity (Hospital management system)Medicity (Hospital management system)
Medicity (Hospital management system)YOGESH SHARMA
 
Hospital Information Management System 24092010
Hospital Information Management System 24092010Hospital Information Management System 24092010
Hospital Information Management System 24092010Seema Kavatkar
 
Health_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxHealth_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxabhi0207055
 
Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)Farooq Stanikzai
 
Healthcare
HealthcareHealthcare
HealthcareShamsuak
 
Benefits of having a hospital information system in place
Benefits of having a hospital information system in placeBenefits of having a hospital information system in place
Benefits of having a hospital information system in placeBigSun Technologies Pvt. Ltd
 
monika 1819127 hms[732] 2.pptx
monika 1819127 hms[732] 2.pptxmonika 1819127 hms[732] 2.pptx
monika 1819127 hms[732] 2.pptxmonikapoonia11
 
Sample - Software Requirements Specification for Hospital Info Management System
Sample - Software Requirements Specification for Hospital Info Management SystemSample - Software Requirements Specification for Hospital Info Management System
Sample - Software Requirements Specification for Hospital Info Management SystemNainaKhan29
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentationRANJIT SINGH
 
Health informationexchangeacrossus healthinstitution (1)
Health informationexchangeacrossus healthinstitution (1)Health informationexchangeacrossus healthinstitution (1)
Health informationexchangeacrossus healthinstitution (1)University of Illinois,Chicago
 
Hospital Management Software.pdf
Hospital Management Software.pdfHospital Management Software.pdf
Hospital Management Software.pdfTechugo
 
Hospital management software development.
Hospital management software development.Hospital management software development.
Hospital management software development.Techugo
 
Hospital Software - Its Benefits & Key Modules
Hospital Software - Its Benefits & Key ModulesHospital Software - Its Benefits & Key Modules
Hospital Software - Its Benefits & Key ModulesSoftClinic Software
 

Semelhante a Hospital database management_system_sql (20)

Dbms mini project
Dbms mini projectDbms mini project
Dbms mini project
 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System Proposal
 
Hosiptal-MS-PPT-zl64ci.pptx
Hosiptal-MS-PPT-zl64ci.pptxHosiptal-MS-PPT-zl64ci.pptx
Hosiptal-MS-PPT-zl64ci.pptx
 
Medicity (Hospital management system)
Medicity (Hospital management system)Medicity (Hospital management system)
Medicity (Hospital management system)
 
Hospital management
Hospital managementHospital management
Hospital management
 
Hospital Information Management System 24092010
Hospital Information Management System 24092010Hospital Information Management System 24092010
Hospital Information Management System 24092010
 
Health_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxHealth_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptx
 
Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)
 
HORIZON HI-TECH SOFT SYSTEMS
 HORIZON HI-TECH SOFT SYSTEMS HORIZON HI-TECH SOFT SYSTEMS
HORIZON HI-TECH SOFT SYSTEMS
 
Healthcare
HealthcareHealthcare
Healthcare
 
Benefits of having a hospital information system in place
Benefits of having a hospital information system in placeBenefits of having a hospital information system in place
Benefits of having a hospital information system in place
 
Healthcare copy
Healthcare   copyHealthcare   copy
Healthcare copy
 
monika 1819127 hms[732] 2.pptx
monika 1819127 hms[732] 2.pptxmonika 1819127 hms[732] 2.pptx
monika 1819127 hms[732] 2.pptx
 
Sample - Software Requirements Specification for Hospital Info Management System
Sample - Software Requirements Specification for Hospital Info Management SystemSample - Software Requirements Specification for Hospital Info Management System
Sample - Software Requirements Specification for Hospital Info Management System
 
Hospital presentation
Hospital presentationHospital presentation
Hospital presentation
 
hospital management.pptx
hospital management.pptxhospital management.pptx
hospital management.pptx
 
Health informationexchangeacrossus healthinstitution (1)
Health informationexchangeacrossus healthinstitution (1)Health informationexchangeacrossus healthinstitution (1)
Health informationexchangeacrossus healthinstitution (1)
 
Hospital Management Software.pdf
Hospital Management Software.pdfHospital Management Software.pdf
Hospital Management Software.pdf
 
Hospital management software development.
Hospital management software development.Hospital management software development.
Hospital management software development.
 
Hospital Software - Its Benefits & Key Modules
Hospital Software - Its Benefits & Key ModulesHospital Software - Its Benefits & Key Modules
Hospital Software - Its Benefits & Key Modules
 

Último

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 

Último (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 

Hospital database management_system_sql

  • 1. Hospital Database Management System Abstract-My project Hospital Database Management system includes registration of patients, storing their disease details into the system. It will also contain doctor’s information and will digitalize the whole billing system. It has the facility to give a unique id for every patient and stores the details of every patient and 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. And the whole process conducted by Administrator. Keywords- Hospital, Administrator, Patients, Doctor, Diseases, Staff, Treatments, Test, Lab reports, Schema. 1. BACKGROUND A Hospital Database Management System (HDMS) is a computer or web based system that facilities managing the functioning of a hospital or any medical set up. This system will help in making the whole functioning paperless. The hospital database includes all the necessary patient data. The disease history, test results, prescribed treatment can be accessed by doctors without much delay in order to make an accurate diagnosis and monitor the patient's health. It enables lower risks of mistakes. A hospital is a place where Patients come up for general diseases. Hospitals Provide facilities like: • Consultation by Doctors on Diseases. • Diagnosis for diseases. • Providing treatment facility. • Facility for admitting Patients (providing beds, nursing, medicines etc.) • Immunization for Patients/Children. Various operational works that are done in a Hospital are: • Recording information about the Patients that come. • Generating bills. • Recording information related to diagnosis given to Patients. • Keeping record of the Immunization provided to Children/Patients. • Keeping information about various diseases and medicines available to cure them. These are the various jobs that need to be done in a Hospital by the operational staff and Doctors. All these works are done on papers. The work is done as follows: • Information about Patients is done by just writing the Patients name, age, and gender. Whenever the Patient comes up his information is stored freshly. • Bills are generated by recording price for each facility provided to Patient on a separate sheet and at last they all are summed up. • Diagnosis information to patients is generally recorded on the document, which contains Patients information. It is destroyed after some time period to decrease the paper load in the office. • Immunization records of the children are maintained in pre-formatted sheets, which are kept in a file. • Information about various diseases is not kept as any document. Doctors themselves do this job by remembering various medicines All this work is done manually by the receptionist and other operationalstaffand lot ofpapers are needed to be handled and taken care of. Doctors have to remember various medicines available for diagnosis and sometimes miss better alternatives as they can’t remember themat that time. 2. IDEAS The hospital database includes all the necessary patient data. The disease history, lab reports, prescribed treatment can be accessed by doctors without much delay in order to make an accurate diagnosis and monitorthe patient's health. It enables lower risks of mistakes.  The project maintains two levels of users: • Administrator. • User Level-Data Entry Operator.  Now, I discuss the main facilities in this project are: • Maintaining records of indoor/outdoorpatients. • Maintaining patient’s test and examinations details. • Providing different test facilities to a Doctor for doctor for diagnosis of a patients. • Maintaining patient’s prescription, medicine and diet advice details. • Providing billing details for indoor/outdoor patients. • Results of tests, prescription, precautions and diet advice will be automatically updated in the database. • In this project collection of data in form different pathology labs. • Related test reports, patient’s details report, billing reports can be generated as per user requirements.
  • 2. • User or administrator can search a patient’s record by his id. • Hospital Database Management System Design: The Hospital database management system design is a database design use for managing hospital functions and events. It enables the admin to register a patient for the hospital, stores their disease details into the database. Any of the staff members, doctor & admin is able to add, view, edit, update or delete data.  Purpose of Hospital Database Management System: The purpose of the Hospital Management System database Design is to make a secure and easy way of storing information of the patient, doctors, inpatient, outpatient, Rooms, and Bill payment.  Features of the HospitalDatabase Management System: There are seven (8) common features of Hospital Management System Database Design such as Managing Administrator, Doctors, laboratory, Inpatient, Outpatient, Rooms, and Hospital Bills information. • Administrator This table of ER Diagram Hospital Management System will be used for storing and managing the administrator information. Administrator manage & maintain the whole system. • Manage Doctor This table will be used for storing and managing the Doctor information and login account. • Manage Laboratory This table will be used for storing and managing the Laboratory transaction. • Manage Inpatient This table will be used for storing and managing the inpatient information and diagnosis. • Manage Outpatient This table will be used for storing and managing the inpatient information and diagnosis. • Manage Room This table will be used for storing and managing the room information and assigning of patient in every room. • Manage Bills The billing table will be used for managing the statement of accounts perpatient and for the collection of bills. • Manage Staff This table will be used for storing and managing the Staff information.  ER Diagram of Hospital Database Management System The proposed ER diagram for Hospital DBMS with relationship shows the entity of the proposed Hospital Management systemdatabase,which is presented by tables; the tables are made to meet the required specification of the system and provide much more specific details ofeach entity within the system. Data Tables: 1. Administrator Table: Fields Data Type Relationships a_id int(5) PrimaryKey a_name Varchar(20) Not Null gender Varchar(10) Not Null 2. Doctor Table: Fields Data Type Relationships Doctor_id int(5) PrimaryKey Doctor_name Varchar(15) Not Null Dept Varchar(15) Not Null a_id Int(5) Foreign Key
  • 3. 3. Staff Table: Fields Data Type Relationships s_name Varchar(15) Not Null s_id Int(5) PrimaryKey NID Int(12) Not Null salary Int(5) Not Null a_id Int(5) Foreign Key 4. Lab table: Fields Data Type Relationships lab_no int(5) PrimaryKey Patient_id int(5) Not Null weight int Not Null Doctor_id int(5) Foreign Key date Date/Time[6] Not Null category Varchar(15) Not Null patient_type Varchar(15) Not Null amount Int(10) Not Null 5. InpatientTable: Fields Data Type Relationships Patient_id int(5) PrimaryKey name Varchar(20) Not Null gender Varchar(10) Not Null address Varchar(20) Not Null room_no int(5) Not Null date_of_admit Date/Time[6] Not Null date_of_discharge Date/Time[6 ] Not Null advance Int(10) Not Null lab_no int(5) Foreign Key Doctor_id Int(5) Foreign Key disease Varchar(20) Not Null 6. Outpatient Table: Fields Data Type Relationships Patient_id int(5) PrimaryKey date Date/Time Not Null lab_no int(5) Foreign Key 7. Room Table: Fields Data Type Relationships room_no Int(5) PrimaryKey room_type Varchar(10) Not Null status Varchar(10) Not Null Patient_id Int(5) Foreign Key 8. Bill Table: Fields Data Type Relationships bill_no int(50) PrimaryKey Patient_id int(5) Foreign Key patient_type Varchar(10) AllowNull doctor_charge int Not Null medicine_charge int Not Null room_charge int Not Null operation_charge int AllowNull number_of_days int AllowNull nursing_charge int AllowNull advance int AllowNull health_card Varchar(50) AllowNull lab_charge int AllowNull bill int Not Null Snapshot: • Hospital DBMS Tables list in SQL Database Server • Hospital DBMS SQL Server Database Schema Diagram Insert data into all Tables: Now, we can use insert statement for Insert (add) data or record into tables. • For Administrator table: The statement below enters 2 records or rows into patient table:
  • 4. Table: • For doctortable: The statement below enters 2 records or rows into doctortable: Table: • For lab Table: The statement below enters 2 records or rows into lab table: Table: • For inpatient table: The statement below enters 2 records or rows into inpatient table: Table: • For outpatient table: The statement below enters 2 records or rows into outpatient table: Table: • For room table: The statement below enters 2 records or rows into room table: Table: • For bill Table: The statement below enters 2 records or rows into bill table: Table: • For staff Table: The statement below enters 2 records or rows into staff table: Table: Note: We will store this kind of record or information by using above process.  Search a patient’s record by his id: To see patient’s record, we will use select statement. I would like to see how much bill, doctor charge, medicine charge, room charge, operation charge, nursing charge are came and how much advance given the first patient's 3. Conclusion The project Hospital Data Management System (MDBS) is for computerizing the working in a hospital. It 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 medicines prescribed to patient and doctor. It also provides billing facility on the basis of patient’s status whether it is an indoor or outdoor patient. The systemalso provide the facility of backup as per the requirement.