SlideShare a Scribd company logo
1 of 20
Hospital Management System.
By:
SIMRAN PARDESHI
ROLL NO: 36
ST AI&DS
Contents
1. Introduction
2. Software and Hardware Requirements
3. Entity, Attribute and Relationship
4. ER Diagram
5. Relational Schema
6. Implementation
7. Result of the project
8. Database Normalization
9. Future Scope
10. Conclusion
11. References
4/6/2022 Hospital management system 2
INTRODUCTION
ā€¢ Hospital Management System is aimed at reducing paper work for a hospital and
hence improving its efficiency and speeding up of all processes.
ā€¢ The database can be accessed by the employees from any computer terminal
connected through server. Hence, all the related information about a patient is
available to doctors, pharmacy, reception staff (for bill processing), etc.
ā€¢ Thus this software saves the entire patientā€™s hassle. Moreover, all the information
regarding an employee is available to the administration and hence his salary can
be worked out easily. Thus it avoids employeesā€™ trouble.
4/6/2022 Hospital management system 3
SOFTWARE AND HARDWARE REQUIREMENTS
4/6/2022 Hospital management system. 4
HARDWARE REQUIREMENTS
ā€¢ Minimum 5 GB space in
HDD
ā€¢ IBN Net vista Pentium 4 1.7
GHz
ā€¢ 256 MB DDR SDRAM
ā€¢ GB ULTRA HDD 7200 RPM
ā€¢ 48 x CD ROM
ā€¢ 15 `` color monitor
SOFTWARE REQUIREMENTS
ā€¢ Microsoft Visual Basic 6.0
Windows XP (Professional)
ā€¢ ODBC Driver
ā€¢ Oracle DBMS with SQL
8.0 Plus
ENTITY
ā€¢ An entity can be place, person, object, event or a concept, which stores data in the database.
ā€¢ There are two types of entities : Strong entity and Weak entity
ā€¢ A strong entity set is an entity set that contains sufficient attributes to uniquely identify all its
entities. It is represented by Rectangle in ER diagram.
ā€¢ An entity that cannot be uniquely identified by its own attributes and relies on the relationship
with other entity is called weak entity. It is represented by double rectangle in ER diagram.
ā€¢ Example (Hospital management system):
ļƒ¼STRONG ENTITY : Patient, Doctor, Medicine, Rooms, Employee, Record, Receptionist, Visitor,
Trainee, Permanent.
ļƒ¼WEAK ENTITY: Nurse, Treatment.
4/6/2022 Hospital management system. 5
ATTRIBUTES
ā€¢ An attribute describes the property of an entity and it is represented as Oval in an ER
diagram.
ā€¢ Types of attributes: Simple, Composite, single-valued, multi-valued, derived and key
attribute.
ā€¢ Example(Hospital Management System):
ļƒ¼Patient: Patient ID (Key), Name ( Composite having F_Name, M_Name, L_Name) , Sex,
Address (Composite having Street, City, Country, State), Patient Details ( Composite
having date of admission , date of discharge) , Contact No. ( Multivalued Attribute), Age
( Derived), DOB.
ļƒ¼Medicine : Price , Quantity, Code
ļƒ¼Rooms : Room_ID (Key), Time period , Room type (Multivalued Attribute)
ļƒ¼ Employee : Employee_ID(Key), Sex, Name ( Composite having F_Name, M_Name,
L_Name), Employee address (Composite having Street, City, Country, State), Salary
,History , Contact no (Multivalued Attribute), Email_ID (Multivalued Attribute)
ļƒ¼ Record : Appointment, Patient_ID, Description, Record no (Key)
4/6/2022 Hospital management system. 6
RELATIONSHIP
ā€¢ A relationship is represented by diamond shape in ER diagram.
It shows the relationship among entities.
There are four types of relationships:
ā€¢ One to One
ā€¢ One to Many
ā€¢ Many to One
ā€¢ Many to Many
ā€¢ Example (Hospital Management System):
ļƒ¼Attends ( One to Many , for Doctor to Patients)
ļƒ¼Patient Assigned (One to One, for Patient to Room )
ļƒ¼Bill ( Many to One , For Medicines to Patient)
ļƒ¼Maintains ( One to Many , For Receptionist to Record)
ļƒ¼Governs ( One to Many , For Nurse to Rooms)
4/6/2022 Hospital management system. 7
ER DIAGRAM
4/6/2022 Hospital management system. 8
RELATIONAL SCHEMA
4/6/2022 Hospital management system 9
IMPLEMENTATION AND RESULT
1).Query to show details of doctor having salary greater than 45,000
SELECT*FROM DOCTOR WHERE Doc_id IN (SELECT Doc_id FROM DOCTOR
WHERE SALARY > 45000) ;
OUTPUT:
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 10
2) Query to show details from the table patient_info whose p_id greater than 102
SELECT * FROM patient_info WHERE p_id IN (SELECT p_id FROM patient_info
WHERE p_id > 102) ;
OUTPUT:
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 11
3) Query to insert into Medical_Record2 Table the contents of Medical_Record_1Table
INSERT INTO Medical_Record2 SELECT *
FROM Medical_Record_1 WHERE record_id IN
(SELECT record_id FROM Medical_Record_1);
OUTPUT:
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 12
4. Query to Update Patient name as CHANDLER using the P_id of MONICA from
patient_info Table
SET SQL_SAFE_UPDATES = 0;
UPDATE patient_info2
SET F_name = 'CHANDLER'
WHERE P_id IN (SELECT P_id FROM patient_info
WHERE P_id = 104);
select *from patient_info2 ;
OUTPUT:
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 13
5).Query to Delete a record from patient_info2 where P_id =103 in the Patient
DELETE FROM patient_info2
WHERE P_id IN (SELECT P_id FROM patient_info WHERE P_id =
103);
select*from patient_info2;
OUTPUT:
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 14
DATA NORMALIZATION
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 15
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 16
FUTURE SCOPE
ā€¢ Hospital management system is a computer system that helps manage the
information related to health care and aids in the job completion of health care
providers effectively. They manage the data related to all departments of
healthcare such as, Clinical, Financial, Laboratory, Inpatient, Outpatient,
Operation theater, Materials, Nursing, Pharmaceutical, Radiology, Pathology etc.
ā€¢ The future for databases is consolidation around big data with a rationalization
down to 10 core technologies that make data easy to access and leads to more
data-driven analytics and services. Data will be easier to access and use in future.
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 17
CONCLUSION
ā€¢ The developed system and its evaluation so far have been carried out to improve
the database system and management processes in hospitals.
ā€¢ The Hospital database management needs to be improved or upgraded to meet
any situation. It is capable of storing variety and large volume of database. More
so, the software has been designed to include program modules to handle the
Medical Centre information such as patientsā€™ data, supply (drug) management,
patients bill etc.
ā€¢ This software contains the database files of hospital and will provide the
necessary information of the hospital and also will be compatible, accurate,
flexible, secured and efficient for the desired purpose it is to serve.
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 18
REFERENCE
ā€¢ https://projectsgeek.com/2013/08/hospital-management-system-
mini-project-2.html
ā€¢ https://www.academia.edu/28734143/HOSPITAL_MANAGEMENT_SY
STEM_Software_Requirement_Specification
ā€¢ https://dzone.com/articles/the-future-of-data-and-
databases#:~:text=The%20future%20for%20databases%20is,easier%
20to%20access%20and%20use.
4/6/2022 Subject_acronym:Module_No (roman): Module_Name 19
4/6/2022 Module_No: 20
THANK YOU!

More Related Content

What's hot

Hospital management synopsis
Hospital management synopsisHospital management synopsis
Hospital management synopsisYogeshDhamke2
Ā 
"Hospital Management"
"Hospital Management""Hospital Management"
"Hospital Management"vivek kct
Ā 
Hospital management final report presentation
Hospital management final report presentationHospital management final report presentation
Hospital management final report presentationMd Abul Kalam Azad
Ā 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System ProposalBishal Bista
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemRANJIT SINGH
Ā 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Projecthani2253
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemPranil Dukare
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemRashmikaJava
Ā 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLsvrohith 9
Ā 
Hospital managment system
Hospital managment systemHospital managment system
Hospital managment systemkousar Rahman
Ā 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system projectHimani Chopra
Ā 
Hospital management system
Hospital management systemHospital management system
Hospital management systemAdil Riaz Siddiqi
Ā 
Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM binrehmat
Ā 
Srs hospital management
Srs hospital managementSrs hospital management
Srs hospital managementmaamir farooq
Ā 
Hospital Management System Presentation
Hospital Management System PresentationHospital Management System Presentation
Hospital Management System PresentationSanjeev Kumar Rao
Ā 
Library management system
Library management systemLibrary management system
Library management systemParesh Gosavi
Ā 
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
Ā 

What's hot (20)

Hospital management synopsis
Hospital management synopsisHospital management synopsis
Hospital management synopsis
Ā 
"Hospital Management"
"Hospital Management""Hospital Management"
"Hospital Management"
Ā 
Hospital management final report presentation
Hospital management final report presentationHospital management final report presentation
Hospital management final report presentation
Ā 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Ā 
Hospital Management Record System Proposal
Hospital Management Record System ProposalHospital Management Record System Proposal
Hospital Management Record System Proposal
Ā 
E-R diagram & SQL
E-R diagram & SQLE-R diagram & SQL
E-R diagram & SQL
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
Ā 
Medical Store Management System Software Engineering Project
Medical Store Management System Software Engineering ProjectMedical Store Management System Software Engineering Project
Medical Store Management System Software Engineering Project
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
Ā 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
Ā 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQL
Ā 
Hospital managment system
Hospital managment systemHospital managment system
Hospital managment system
Ā 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
Ā 
Hospital management first review
Hospital management first reviewHospital management first review
Hospital management first review
Ā 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Ā 
Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM
Ā 
Srs hospital management
Srs hospital managementSrs hospital management
Srs hospital management
Ā 
Hospital Management System Presentation
Hospital Management System PresentationHospital Management System Presentation
Hospital Management System Presentation
Ā 
Library management system
Library management systemLibrary management system
Library management system
Ā 
Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)Synopsis of hms(Hospital Management System)
Synopsis of hms(Hospital Management System)
Ā 

Similar to Dbms mini project

HMS PRIYANSHA(1819129).pptx
HMS PRIYANSHA(1819129).pptxHMS PRIYANSHA(1819129).pptx
HMS PRIYANSHA(1819129).pptxPriyadhiman21
Ā 
Hospital database management_system_sql
Hospital database management_system_sqlHospital database management_system_sql
Hospital database management_system_sqlSumedhMasal
Ā 
Hospital database management_system_sql
Hospital database management_system_sqlHospital database management_system_sql
Hospital database management_system_sqlSumedhMasal
Ā 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management Systemkataria Arvind
Ā 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolutionandecker
Ā 
Repot on-hospital-manegment-system
Repot on-hospital-manegment-systemRepot on-hospital-manegment-system
Repot on-hospital-manegment-systemPNEC
Ā 
HMS Bhavya (1819085).pptx
HMS Bhavya (1819085).pptxHMS Bhavya (1819085).pptx
HMS Bhavya (1819085).pptxBhavyaMadaan5
Ā 
Medicity (Hospital management system)
Medicity (Hospital management system)Medicity (Hospital management system)
Medicity (Hospital management system)YOGESH SHARMA
Ā 
MeDAS - UNISIS HIS.PPTX
MeDAS - UNISIS HIS.PPTXMeDAS - UNISIS HIS.PPTX
MeDAS - UNISIS HIS.PPTXDharam shukla
Ā 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical RegulationAditya Chauhan
Ā 
It in hospitals & HIS
It in hospitals & HISIt in hospitals & HIS
It in hospitals & HISPriyanka Yadav
Ā 
Hospital management system
Hospital management systemHospital management system
Hospital management systemAdil Riaz Siddiqi
Ā 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHRWILLIE GREER
Ā 
FINAL HMS PPT_1819100.pptx
FINAL HMS PPT_1819100.pptxFINAL HMS PPT_1819100.pptx
FINAL HMS PPT_1819100.pptxAshish Khanal
Ā 
Hospital management system.pptx
Hospital management system.pptxHospital management system.pptx
Hospital management system.pptxPeashantkumar
Ā 
Health_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxHealth_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxabhi0207055
Ā 
EazyHMS - Hospital Information management system
EazyHMS - Hospital Information management systemEazyHMS - Hospital Information management system
EazyHMS - Hospital Information management systemPankaj Wanjari
Ā 

Similar to Dbms mini project (20)

HMS PRIYANSHA(1819129).pptx
HMS PRIYANSHA(1819129).pptxHMS PRIYANSHA(1819129).pptx
HMS PRIYANSHA(1819129).pptx
Ā 
Hospital database management_system_sql
Hospital database management_system_sqlHospital database management_system_sql
Hospital database management_system_sql
Ā 
Hospital database management_system_sql
Hospital database management_system_sqlHospital database management_system_sql
Hospital database management_system_sql
Ā 
SRS for Hospital Management System
SRS for Hospital Management SystemSRS for Hospital Management System
SRS for Hospital Management System
Ā 
e-MedSolution
e-MedSolutione-MedSolution
e-MedSolution
Ā 
Repot on-hospital-manegment-system
Repot on-hospital-manegment-systemRepot on-hospital-manegment-system
Repot on-hospital-manegment-system
Ā 
HMS Bhavya (1819085).pptx
HMS Bhavya (1819085).pptxHMS Bhavya (1819085).pptx
HMS Bhavya (1819085).pptx
Ā 
Medicity (Hospital management system)
Medicity (Hospital management system)Medicity (Hospital management system)
Medicity (Hospital management system)
Ā 
MeDAS - UNISIS HIS.PPTX
MeDAS - UNISIS HIS.PPTXMeDAS - UNISIS HIS.PPTX
MeDAS - UNISIS HIS.PPTX
Ā 
Electronic Medical Regulation
Electronic Medical RegulationElectronic Medical Regulation
Electronic Medical Regulation
Ā 
It in hospitals & HIS
It in hospitals & HISIt in hospitals & HIS
It in hospitals & HIS
Ā 
Hospital management system
Hospital management systemHospital management system
Hospital management system
Ā 
Midwest Regional Health - EHR
Midwest Regional Health - EHRMidwest Regional Health - EHR
Midwest Regional Health - EHR
Ā 
HORIZON HI-TECH SOFT SYSTEMS
 HORIZON HI-TECH SOFT SYSTEMS HORIZON HI-TECH SOFT SYSTEMS
HORIZON HI-TECH SOFT SYSTEMS
Ā 
FINAL HMS PPT_1819100.pptx
FINAL HMS PPT_1819100.pptxFINAL HMS PPT_1819100.pptx
FINAL HMS PPT_1819100.pptx
Ā 
Hmis
HmisHmis
Hmis
Ā 
Hospital management system.pptx
Hospital management system.pptxHospital management system.pptx
Hospital management system.pptx
Ā 
Hospital Information Management System
Hospital Information Management SystemHospital Information Management System
Hospital Information Management System
Ā 
Health_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptxHealth_care_Project_Presentation.pptx
Health_care_Project_Presentation.pptx
Ā 
EazyHMS - Hospital Information management system
EazyHMS - Hospital Information management systemEazyHMS - Hospital Information management system
EazyHMS - Hospital Information management system
Ā 

More from Home

DIABETES PREDICTION SYSTEM .pptx
DIABETES PREDICTION SYSTEM .pptxDIABETES PREDICTION SYSTEM .pptx
DIABETES PREDICTION SYSTEM .pptxHome
Ā 
data science pptx
data science pptxdata science pptx
data science pptxHome
Ā 
HARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxHARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxHome
Ā 
Rock ,Paper, Scissors IAI .pptx
Rock ,Paper, Scissors IAI .pptxRock ,Paper, Scissors IAI .pptx
Rock ,Paper, Scissors IAI .pptxHome
Ā 
Graph coloring problem(DAA).pptx
Graph coloring problem(DAA).pptxGraph coloring problem(DAA).pptx
Graph coloring problem(DAA).pptxHome
Ā 
Fighting climate change using agritech
Fighting climate change using agritech Fighting climate change using agritech
Fighting climate change using agritech Home
Ā 
APPLICATION OF GROUPS IN CRYPTOGRAPHY
APPLICATION OF GROUPS IN CRYPTOGRAPHYAPPLICATION OF GROUPS IN CRYPTOGRAPHY
APPLICATION OF GROUPS IN CRYPTOGRAPHYHome
Ā 
ECONOMIC RIGHTS.pptx
ECONOMIC RIGHTS.pptxECONOMIC RIGHTS.pptx
ECONOMIC RIGHTS.pptxHome
Ā 
Hamiltonian cycle in data structure 2
Hamiltonian cycle in data structure  2Hamiltonian cycle in data structure  2
Hamiltonian cycle in data structure 2Home
Ā 
Data Structures : hashing (1)
Data Structures : hashing (1)Data Structures : hashing (1)
Data Structures : hashing (1)Home
Ā 
Water scarcity and its remedial measures
Water scarcity and its remedial measuresWater scarcity and its remedial measures
Water scarcity and its remedial measuresHome
Ā 
Polymorphism in Python
Polymorphism in Python Polymorphism in Python
Polymorphism in Python Home
Ā 
Multimedia operating system
Multimedia operating systemMultimedia operating system
Multimedia operating systemHome
Ā 
Dsdco IE: RISC and CISC architectures and design issues
Dsdco IE: RISC and CISC architectures and design issuesDsdco IE: RISC and CISC architectures and design issues
Dsdco IE: RISC and CISC architectures and design issuesHome
Ā 
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFE
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFEIMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFE
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFEHome
Ā 
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGE
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGEACTIVITY BASED LEARNING THROUGH ONLINE COLLEGE
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGEHome
Ā 
SMART WASTE MANAGEMENT AND RAINWATER HARVESTING
SMART WASTE MANAGEMENT AND RAINWATER HARVESTINGSMART WASTE MANAGEMENT AND RAINWATER HARVESTING
SMART WASTE MANAGEMENT AND RAINWATER HARVESTINGHome
Ā 
Rock , paper and scissors game made with PYTHON
Rock , paper and  scissors game made with PYTHON Rock , paper and  scissors game made with PYTHON
Rock , paper and scissors game made with PYTHON Home
Ā 
Chemistry (biomass and recyclable polymers)
Chemistry (biomass and recyclable polymers)Chemistry (biomass and recyclable polymers)
Chemistry (biomass and recyclable polymers)Home
Ā 
Basic electrical engineering (Autotransformer)
Basic electrical engineering (Autotransformer)Basic electrical engineering (Autotransformer)
Basic electrical engineering (Autotransformer)Home
Ā 

More from Home (20)

DIABETES PREDICTION SYSTEM .pptx
DIABETES PREDICTION SYSTEM .pptxDIABETES PREDICTION SYSTEM .pptx
DIABETES PREDICTION SYSTEM .pptx
Ā 
data science pptx
data science pptxdata science pptx
data science pptx
Ā 
HARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptxHARDWARE AND SOFTWARE.pptx
HARDWARE AND SOFTWARE.pptx
Ā 
Rock ,Paper, Scissors IAI .pptx
Rock ,Paper, Scissors IAI .pptxRock ,Paper, Scissors IAI .pptx
Rock ,Paper, Scissors IAI .pptx
Ā 
Graph coloring problem(DAA).pptx
Graph coloring problem(DAA).pptxGraph coloring problem(DAA).pptx
Graph coloring problem(DAA).pptx
Ā 
Fighting climate change using agritech
Fighting climate change using agritech Fighting climate change using agritech
Fighting climate change using agritech
Ā 
APPLICATION OF GROUPS IN CRYPTOGRAPHY
APPLICATION OF GROUPS IN CRYPTOGRAPHYAPPLICATION OF GROUPS IN CRYPTOGRAPHY
APPLICATION OF GROUPS IN CRYPTOGRAPHY
Ā 
ECONOMIC RIGHTS.pptx
ECONOMIC RIGHTS.pptxECONOMIC RIGHTS.pptx
ECONOMIC RIGHTS.pptx
Ā 
Hamiltonian cycle in data structure 2
Hamiltonian cycle in data structure  2Hamiltonian cycle in data structure  2
Hamiltonian cycle in data structure 2
Ā 
Data Structures : hashing (1)
Data Structures : hashing (1)Data Structures : hashing (1)
Data Structures : hashing (1)
Ā 
Water scarcity and its remedial measures
Water scarcity and its remedial measuresWater scarcity and its remedial measures
Water scarcity and its remedial measures
Ā 
Polymorphism in Python
Polymorphism in Python Polymorphism in Python
Polymorphism in Python
Ā 
Multimedia operating system
Multimedia operating systemMultimedia operating system
Multimedia operating system
Ā 
Dsdco IE: RISC and CISC architectures and design issues
Dsdco IE: RISC and CISC architectures and design issuesDsdco IE: RISC and CISC architectures and design issues
Dsdco IE: RISC and CISC architectures and design issues
Ā 
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFE
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFEIMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFE
IMPORTANCE OF COMMUNICATION IN PERSONAL AND PROFESSIONAL LIFE
Ā 
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGE
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGEACTIVITY BASED LEARNING THROUGH ONLINE COLLEGE
ACTIVITY BASED LEARNING THROUGH ONLINE COLLEGE
Ā 
SMART WASTE MANAGEMENT AND RAINWATER HARVESTING
SMART WASTE MANAGEMENT AND RAINWATER HARVESTINGSMART WASTE MANAGEMENT AND RAINWATER HARVESTING
SMART WASTE MANAGEMENT AND RAINWATER HARVESTING
Ā 
Rock , paper and scissors game made with PYTHON
Rock , paper and  scissors game made with PYTHON Rock , paper and  scissors game made with PYTHON
Rock , paper and scissors game made with PYTHON
Ā 
Chemistry (biomass and recyclable polymers)
Chemistry (biomass and recyclable polymers)Chemistry (biomass and recyclable polymers)
Chemistry (biomass and recyclable polymers)
Ā 
Basic electrical engineering (Autotransformer)
Basic electrical engineering (Autotransformer)Basic electrical engineering (Autotransformer)
Basic electrical engineering (Autotransformer)
Ā 

Recently uploaded

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
Ā 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
Ā 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
Ā 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
Ā 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
Ā 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
Ā 
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...Delhi Call girls
Ā 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
Ā 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
Ā 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
Ā 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
Ā 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
Ā 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
Ā 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
Ā 
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Callshivangimorya083
Ā 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
Ā 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
Ā 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
Ā 

Recently uploaded (20)

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
Ā 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
Ā 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
Ā 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
Ā 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
Ā 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
Ā 
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi šŸ’Æ Call Us šŸ”9205541914 šŸ”( Delhi) Escorts S...
Ā 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Ā 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
Ā 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
Ā 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
Ā 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
Ā 
CHEAP Call Girls in Saket (-DELHI )šŸ” 9953056974šŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )šŸ” 9953056974šŸ”(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )šŸ” 9953056974šŸ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )šŸ” 9953056974šŸ”(=)/CALL GIRLS SERVICE
Ā 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Ā 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Ā 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
Ā 
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ā˜Žāœ”šŸ‘Œāœ” Whatsapp Hard And Sexy Vip Call
Ā 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
Ā 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Ā 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Ā 

Dbms mini project

  • 1. Hospital Management System. By: SIMRAN PARDESHI ROLL NO: 36 ST AI&DS
  • 2. Contents 1. Introduction 2. Software and Hardware Requirements 3. Entity, Attribute and Relationship 4. ER Diagram 5. Relational Schema 6. Implementation 7. Result of the project 8. Database Normalization 9. Future Scope 10. Conclusion 11. References 4/6/2022 Hospital management system 2
  • 3. INTRODUCTION ā€¢ Hospital Management System is aimed at reducing paper work for a hospital and hence improving its efficiency and speeding up of all processes. ā€¢ The database can be accessed by the employees from any computer terminal connected through server. Hence, all the related information about a patient is available to doctors, pharmacy, reception staff (for bill processing), etc. ā€¢ Thus this software saves the entire patientā€™s hassle. Moreover, all the information regarding an employee is available to the administration and hence his salary can be worked out easily. Thus it avoids employeesā€™ trouble. 4/6/2022 Hospital management system 3
  • 4. SOFTWARE AND HARDWARE REQUIREMENTS 4/6/2022 Hospital management system. 4 HARDWARE REQUIREMENTS ā€¢ Minimum 5 GB space in HDD ā€¢ IBN Net vista Pentium 4 1.7 GHz ā€¢ 256 MB DDR SDRAM ā€¢ GB ULTRA HDD 7200 RPM ā€¢ 48 x CD ROM ā€¢ 15 `` color monitor SOFTWARE REQUIREMENTS ā€¢ Microsoft Visual Basic 6.0 Windows XP (Professional) ā€¢ ODBC Driver ā€¢ Oracle DBMS with SQL 8.0 Plus
  • 5. ENTITY ā€¢ An entity can be place, person, object, event or a concept, which stores data in the database. ā€¢ There are two types of entities : Strong entity and Weak entity ā€¢ A strong entity set is an entity set that contains sufficient attributes to uniquely identify all its entities. It is represented by Rectangle in ER diagram. ā€¢ An entity that cannot be uniquely identified by its own attributes and relies on the relationship with other entity is called weak entity. It is represented by double rectangle in ER diagram. ā€¢ Example (Hospital management system): ļƒ¼STRONG ENTITY : Patient, Doctor, Medicine, Rooms, Employee, Record, Receptionist, Visitor, Trainee, Permanent. ļƒ¼WEAK ENTITY: Nurse, Treatment. 4/6/2022 Hospital management system. 5
  • 6. ATTRIBUTES ā€¢ An attribute describes the property of an entity and it is represented as Oval in an ER diagram. ā€¢ Types of attributes: Simple, Composite, single-valued, multi-valued, derived and key attribute. ā€¢ Example(Hospital Management System): ļƒ¼Patient: Patient ID (Key), Name ( Composite having F_Name, M_Name, L_Name) , Sex, Address (Composite having Street, City, Country, State), Patient Details ( Composite having date of admission , date of discharge) , Contact No. ( Multivalued Attribute), Age ( Derived), DOB. ļƒ¼Medicine : Price , Quantity, Code ļƒ¼Rooms : Room_ID (Key), Time period , Room type (Multivalued Attribute) ļƒ¼ Employee : Employee_ID(Key), Sex, Name ( Composite having F_Name, M_Name, L_Name), Employee address (Composite having Street, City, Country, State), Salary ,History , Contact no (Multivalued Attribute), Email_ID (Multivalued Attribute) ļƒ¼ Record : Appointment, Patient_ID, Description, Record no (Key) 4/6/2022 Hospital management system. 6
  • 7. RELATIONSHIP ā€¢ A relationship is represented by diamond shape in ER diagram. It shows the relationship among entities. There are four types of relationships: ā€¢ One to One ā€¢ One to Many ā€¢ Many to One ā€¢ Many to Many ā€¢ Example (Hospital Management System): ļƒ¼Attends ( One to Many , for Doctor to Patients) ļƒ¼Patient Assigned (One to One, for Patient to Room ) ļƒ¼Bill ( Many to One , For Medicines to Patient) ļƒ¼Maintains ( One to Many , For Receptionist to Record) ļƒ¼Governs ( One to Many , For Nurse to Rooms) 4/6/2022 Hospital management system. 7
  • 8. ER DIAGRAM 4/6/2022 Hospital management system. 8
  • 10. IMPLEMENTATION AND RESULT 1).Query to show details of doctor having salary greater than 45,000 SELECT*FROM DOCTOR WHERE Doc_id IN (SELECT Doc_id FROM DOCTOR WHERE SALARY > 45000) ; OUTPUT: 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 10
  • 11. 2) Query to show details from the table patient_info whose p_id greater than 102 SELECT * FROM patient_info WHERE p_id IN (SELECT p_id FROM patient_info WHERE p_id > 102) ; OUTPUT: 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 11
  • 12. 3) Query to insert into Medical_Record2 Table the contents of Medical_Record_1Table INSERT INTO Medical_Record2 SELECT * FROM Medical_Record_1 WHERE record_id IN (SELECT record_id FROM Medical_Record_1); OUTPUT: 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 12
  • 13. 4. Query to Update Patient name as CHANDLER using the P_id of MONICA from patient_info Table SET SQL_SAFE_UPDATES = 0; UPDATE patient_info2 SET F_name = 'CHANDLER' WHERE P_id IN (SELECT P_id FROM patient_info WHERE P_id = 104); select *from patient_info2 ; OUTPUT: 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 13
  • 14. 5).Query to Delete a record from patient_info2 where P_id =103 in the Patient DELETE FROM patient_info2 WHERE P_id IN (SELECT P_id FROM patient_info WHERE P_id = 103); select*from patient_info2; OUTPUT: 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 14
  • 17. FUTURE SCOPE ā€¢ Hospital management system is a computer system that helps manage the information related to health care and aids in the job completion of health care providers effectively. They manage the data related to all departments of healthcare such as, Clinical, Financial, Laboratory, Inpatient, Outpatient, Operation theater, Materials, Nursing, Pharmaceutical, Radiology, Pathology etc. ā€¢ The future for databases is consolidation around big data with a rationalization down to 10 core technologies that make data easy to access and leads to more data-driven analytics and services. Data will be easier to access and use in future. 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 17
  • 18. CONCLUSION ā€¢ The developed system and its evaluation so far have been carried out to improve the database system and management processes in hospitals. ā€¢ The Hospital database management needs to be improved or upgraded to meet any situation. It is capable of storing variety and large volume of database. More so, the software has been designed to include program modules to handle the Medical Centre information such as patientsā€™ data, supply (drug) management, patients bill etc. ā€¢ This software contains the database files of hospital and will provide the necessary information of the hospital and also will be compatible, accurate, flexible, secured and efficient for the desired purpose it is to serve. 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 18
  • 19. REFERENCE ā€¢ https://projectsgeek.com/2013/08/hospital-management-system- mini-project-2.html ā€¢ https://www.academia.edu/28734143/HOSPITAL_MANAGEMENT_SY STEM_Software_Requirement_Specification ā€¢ https://dzone.com/articles/the-future-of-data-and- databases#:~:text=The%20future%20for%20databases%20is,easier% 20to%20access%20and%20use. 4/6/2022 Subject_acronym:Module_No (roman): Module_Name 19