SlideShare a Scribd company logo
1 of 10
TermPaper
On
“ Health care
organization ”
Department of CSE/I.T.
Partial fulfillment of the requirement for the CA of DATABASE
MANAGEMENT SYSTEMS.
Submitted to:
Ravinder Singh
(Asst. Professor)
Roll no,- A10

Submitted By:
Saurabh Singh
Reg no.-11101830
Acknowledgement

On every step there is a need of guidance and support. Therefore we would like to
thank from our heart to all of them who support us in completion of our term
paper. There is always a sense of gratitude towards those persons who helped us
directly or indirectly inspired, directed and helped us towards completion this
term paper report.
We are extremely grateful and remain indebted to our guide Ravinder
Singh for being a source of inspiration and for his constant support in the Design,
implementation and evaluation of the term paper. We are thankful to our Project
In charge for constant constructive criticism and invaluable suggestion, which
benefited us a lot while developing the Term paper on “Health care
organization”.
Last but not the least, I would like to thank my family, my parents and my
friends, for giving all the things that needed
supporting me spiritually throughout my life.

to me at the first place and
INTRODUCATION
A healthcare center is looking to develop a state of patient portfolio management
system which is able to track their patients’ medical history. This system is to
facilitate the center to retrieve, update, and report the patient information
efficiently, in turn helping the doctors make timely, effective diagnoses. At the
same time, the center can utilize this system to monitor their medical and financial
management.

This organization provides following functionalities
• Emergency Care 24x7
• Support Groups
• Support and Help Through calls

Any new Patient is first registered in their data base prior to meet the
doctor. The Doctor can update the data related to patient upon diagnosis
(Including the disease diagnosed and prescription). This organization also
provides rooms facility to admit patient who are critical. Apart from
doctors this organization has nurses and ward boy. Each nurse and ward
boy is assigned to a doctor. Also they can be assigned to patients (to take
care of them). The bill is paid by patient with cash and E-banking. Record
of each payment made is also maintained by organisation. The record of
each call received to provide help and support to its existing person is also
maintained.

TABLES
PATIENT TABLE >
Querry >
DDL >
Create Table PATIENT (P_ID NUMBER(10) PRIMARY KEY, NAME VARCHAR2(30)
NOT NULL, SEX VARCHAR2(8) NOT NULL, AGE NUMBER(3) NOT NULL, MOB
NUMBER(10)

NOT

NULL,

ADDRESS

VARCHAR2(40)

NOT

NULL,

C_DATE

VARCHAR2(20) NOT NULL,C_TIME VARCHAR2(6) NOT NULL,D_ID NUMBER(4)
NOT NULL );

DML >
INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS, C_DATE, C_TIME,
D_ID) VALUES(120,’Saurabh’,’M’,21,432,’BH1’,’11/10/2013’,’14:30’, 3201);
INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS,C_ DATE, C_TIME,
D_ID) VALUES(121,’Neelam’,’F’,19,352,’GH5’,’24/03/2012’,’16:25’, 3201);
INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS, C_DATE, C_TIME,
D_ID) VALUES(122,’Vishal’,’M’,18,143,’BH3’,’04/04/2011’,’19:11’, 3203);

OUTPUT >
P_ID NAME SEX AGE MOB ADDRESS C_DATE C_TIME D_ID
120
121
122

Saurabh
Neelam
Vishal

M
F
M

21
19
18

Screen Shot - >

432
352
143

BH1
GH5
BH3

11/10/2013
24/03/2012
04/04/2011

14:30
16:25
19:11

3201
3202
3203

PATIENT TABLE

DOCTOR TABLE ( D_ID IS F.K. REFERENCE FROM PATIENT
TABLE )
EMP

TABLE( E_NO

TABLE )

IS

F.K.

REFERENCES

FROM

DOCTOR
ROOM TABLE( P_ID IS F.K. REFERENCES FROM PATIENT
TABLE )

SERVICE TABLE(S_NO IS P.K.)
BILL

TABLE

CONTAINS

ARE

LIKE

THIS

WE

PERFORM

NORMALIZATION ON THIS TABLE
P_ID

DATE

PRICE

TYPE

120

10/11/2013,12/11/2013

5000

CASH

121

10/11/2013,18/11/2013

5000

CASH

120

10/11/2013,12/11/2013

5000

CASH

122

12/11/2013,20/11/2013

10000

E-BANK

Suppose P_ID and DATE are Composite keys there output PRICE and TYPE is
unique so we perform normalization on this table thus way we can perform
NORMALIZATION on each table.

CONCLUSION
The Database Management System (DBMS) is a powerful tool in current and
future business. This real world Healthcare DBMS involves huge amount of
research and collection of information and its implementation is possible,
profitable, and realistic. Through this system, the healthcare center can retrieve,
update, and report information efficiently and greatly improve the data sharing
and communication.
However, the future improvement is necessary and continuous modification
is needed to approach the final success:
1) The security problem should be solved
2) Visual Basic and/or other language should be more used to implement different
functions.
3) A more user-friendly interface should be provided;
4) The system should be web-based.
health care management

More Related Content

What's hot

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
 
Full report on blood bank management system
Full report on  blood bank management systemFull report on  blood bank management system
Full report on blood bank management systemJawhar Ali
 
SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system... SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system... GCWUF
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erpMehul Thakkar
 
Hospital Management system Database design
Hospital Management system Database designHospital Management system Database design
Hospital Management system Database designElias Dinsa
 
Restaurant Management System Database Project (Oracle)
Restaurant Management System Database Project (Oracle)Restaurant Management System Database Project (Oracle)
Restaurant Management System Database Project (Oracle)Md. Shafaat Jamil Rokon
 
Student database management system
Student database management systemStudent database management system
Student database management systemArpita Naik
 
Student management system
Student management systemStudent management system
Student management systemAmit Gandhi
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management SystemSM. Aurnob
 
Student Management System best PPT
Student Management System best PPTStudent Management System best PPT
Student Management System best PPTDheeraj Kumar tiwari
 
Hospital Management System (2nd Task)
Hospital Management System (2nd Task)Hospital Management System (2nd Task)
Hospital Management System (2nd Task)SN Chakraborty
 
Hospital management system
Hospital management systemHospital management system
Hospital management systemsubu
 
Project proposal presentation(blood bank management system)
Project proposal presentation(blood bank management system)Project proposal presentation(blood bank management system)
Project proposal presentation(blood bank management system)Ikhtiar Khan Sohan
 
Hostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfHostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfShohedulIslam3
 
Employee management system
Employee management systemEmployee management system
Employee management systemSreerup Karmakar
 

What's hot (20)

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
 
Full report on blood bank management system
Full report on  blood bank management systemFull report on  blood bank management system
Full report on blood bank management system
 
SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system... SRS on Online Blood Bank Managment system...
SRS on Online Blood Bank Managment system...
 
Bank management system
Bank management systemBank management system
Bank management system
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
 
Hospital Management system Database design
Hospital Management system Database designHospital Management system Database design
Hospital Management system Database design
 
Hostel management system
Hostel management systemHostel management system
Hostel management system
 
Restaurant Management System Database Project (Oracle)
Restaurant Management System Database Project (Oracle)Restaurant Management System Database Project (Oracle)
Restaurant Management System Database Project (Oracle)
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
Student management system
Student management systemStudent management system
Student management system
 
Blood Bank Management System
Blood Bank Management SystemBlood Bank Management System
Blood Bank Management System
 
Student Management System best PPT
Student Management System best PPTStudent Management System best PPT
Student Management System best PPT
 
Tic tac toe game code
Tic tac toe game codeTic tac toe game code
Tic tac toe game code
 
Hospital Management System (2nd Task)
Hospital Management System (2nd Task)Hospital Management System (2nd Task)
Hospital Management System (2nd Task)
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Project proposal presentation(blood bank management system)
Project proposal presentation(blood bank management system)Project proposal presentation(blood bank management system)
Project proposal presentation(blood bank management system)
 
Hms ppt
Hms pptHms ppt
Hms ppt
 
Student information system
Student information systemStudent information system
Student information system
 
Hostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdfHostel Management System Proposal Report.pdf
Hostel Management System Proposal Report.pdf
 
Employee management system
Employee management systemEmployee management system
Employee management system
 

Viewers also liked

Student result mamagement
Student result mamagementStudent result mamagement
Student result mamagementMickey
 
Introduction and objectives of the project
Introduction and objectives of the projectIntroduction and objectives of the project
Introduction and objectives of the projectrihan696
 
Student database management system
Student database management systemStudent database management system
Student database management systemSnehal Raut
 
School management system
School management systemSchool management system
School management systemSoumya Behera
 
Hospital management system(database)
Hospital management system(database)Hospital management system(database)
Hospital management system(database)Iftikhar Ahmad
 

Viewers also liked (6)

Student result mamagement
Student result mamagementStudent result mamagement
Student result mamagement
 
Introduction and objectives of the project
Introduction and objectives of the projectIntroduction and objectives of the project
Introduction and objectives of the project
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
School management system
School management systemSchool management system
School management system
 
Hospital management system(database)
Hospital management system(database)Hospital management system(database)
Hospital management system(database)
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 

Similar to health care management

DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docx
DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docxDROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docx
DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docxjacksnathalie
 
Employee Engagement Web based tool
Employee Engagement Web based toolEmployee Engagement Web based tool
Employee Engagement Web based toolSusheel Agarwal
 
Program Proposal Presentation.pptx
Program Proposal Presentation.pptxProgram Proposal Presentation.pptx
Program Proposal Presentation.pptxDelorisSanders
 
Healthier Workforce Delivers More
Healthier Workforce Delivers MoreHealthier Workforce Delivers More
Healthier Workforce Delivers MoreHealth Vectors
 
Tanya dawes presntation
Tanya dawes presntationTanya dawes presntation
Tanya dawes presntationTanya Dawes
 
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docx
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docxAlycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docx
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docxgalerussel59292
 
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...HPCareer.Net / State of Wellness Inc.
 
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...Healthcare and Medical Sciences
 
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018Hint
 
Medical improv-Draft: Google Event 8/13/13 http://bit.ly/1aLt5XU
Medical improv-Draft:  Google Event 8/13/13 http://bit.ly/1aLt5XUMedical improv-Draft:  Google Event 8/13/13 http://bit.ly/1aLt5XU
Medical improv-Draft: Google Event 8/13/13 http://bit.ly/1aLt5XUBeth Boynton
 
Recommendations On Electronic Medical Record Standards In India
Recommendations On  Electronic Medical Record Standards  In India Recommendations On  Electronic Medical Record Standards  In India
Recommendations On Electronic Medical Record Standards In India Dr Neelesh Bhandari
 
Medical improv final final 8 11 7pm est pptx
Medical improv final final 8 11  7pm est pptxMedical improv final final 8 11  7pm est pptx
Medical improv final final 8 11 7pm est pptxBeth Boynton
 
Newsletter 2.fina lpdf
Newsletter 2.fina lpdfNewsletter 2.fina lpdf
Newsletter 2.fina lpdfJeffery Massey
 

Similar to health care management (20)

DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docx
DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docxDROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docx
DROP TABLE RESULTS;DROP TABLE EVALUATIONS;DROP TABLE EVAL_RU.docx
 
CSM 2017 Stout
CSM 2017 StoutCSM 2017 Stout
CSM 2017 Stout
 
Optim associates
Optim associatesOptim associates
Optim associates
 
Optim associates
Optim associatesOptim associates
Optim associates
 
Optim associates
Optim associatesOptim associates
Optim associates
 
Employee Engagement Web based tool
Employee Engagement Web based toolEmployee Engagement Web based tool
Employee Engagement Web based tool
 
A United Western Front: Government & NGOs Working Together
A United Western Front: Government & NGOs Working TogetherA United Western Front: Government & NGOs Working Together
A United Western Front: Government & NGOs Working Together
 
Program Proposal Presentation.pptx
Program Proposal Presentation.pptxProgram Proposal Presentation.pptx
Program Proposal Presentation.pptx
 
Healthier Workforce Delivers More
Healthier Workforce Delivers MoreHealthier Workforce Delivers More
Healthier Workforce Delivers More
 
Tanya dawes presntation
Tanya dawes presntationTanya dawes presntation
Tanya dawes presntation
 
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docx
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docxAlycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docx
Alycia AlbersCTUPhase 4 IPHealing Hands Hospital’s Future.docx
 
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...
Demonstration of the CDC Worksite Health Scorecard with Jason Lang and Dyann ...
 
Health Vectors: Live Healthy With Certainty
Health Vectors: Live Healthy With CertaintyHealth Vectors: Live Healthy With Certainty
Health Vectors: Live Healthy With Certainty
 
In Jaunti
In JauntiIn Jaunti
In Jaunti
 
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...
A Study to Evaluate the Cause of Different Consultant or Hospital Visit by Pa...
 
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018
Jay Keese & Staci Benson, DO - DPC Advocacy Briefing - DPC Summit 2018
 
Medical improv-Draft: Google Event 8/13/13 http://bit.ly/1aLt5XU
Medical improv-Draft:  Google Event 8/13/13 http://bit.ly/1aLt5XUMedical improv-Draft:  Google Event 8/13/13 http://bit.ly/1aLt5XU
Medical improv-Draft: Google Event 8/13/13 http://bit.ly/1aLt5XU
 
Recommendations On Electronic Medical Record Standards In India
Recommendations On  Electronic Medical Record Standards  In India Recommendations On  Electronic Medical Record Standards  In India
Recommendations On Electronic Medical Record Standards In India
 
Medical improv final final 8 11 7pm est pptx
Medical improv final final 8 11  7pm est pptxMedical improv final final 8 11  7pm est pptx
Medical improv final final 8 11 7pm est pptx
 
Newsletter 2.fina lpdf
Newsletter 2.fina lpdfNewsletter 2.fina lpdf
Newsletter 2.fina lpdf
 

Recently uploaded

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 

Recently uploaded (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

health care management

  • 1. TermPaper On “ Health care organization ” Department of CSE/I.T. Partial fulfillment of the requirement for the CA of DATABASE MANAGEMENT SYSTEMS. Submitted to: Ravinder Singh (Asst. Professor) Roll no,- A10 Submitted By: Saurabh Singh Reg no.-11101830
  • 2. Acknowledgement On every step there is a need of guidance and support. Therefore we would like to thank from our heart to all of them who support us in completion of our term paper. There is always a sense of gratitude towards those persons who helped us directly or indirectly inspired, directed and helped us towards completion this term paper report. We are extremely grateful and remain indebted to our guide Ravinder Singh for being a source of inspiration and for his constant support in the Design, implementation and evaluation of the term paper. We are thankful to our Project In charge for constant constructive criticism and invaluable suggestion, which benefited us a lot while developing the Term paper on “Health care organization”. Last but not the least, I would like to thank my family, my parents and my friends, for giving all the things that needed supporting me spiritually throughout my life. to me at the first place and
  • 3. INTRODUCATION A healthcare center is looking to develop a state of patient portfolio management system which is able to track their patients’ medical history. This system is to facilitate the center to retrieve, update, and report the patient information efficiently, in turn helping the doctors make timely, effective diagnoses. At the same time, the center can utilize this system to monitor their medical and financial management. This organization provides following functionalities • Emergency Care 24x7 • Support Groups • Support and Help Through calls Any new Patient is first registered in their data base prior to meet the doctor. The Doctor can update the data related to patient upon diagnosis (Including the disease diagnosed and prescription). This organization also provides rooms facility to admit patient who are critical. Apart from doctors this organization has nurses and ward boy. Each nurse and ward boy is assigned to a doctor. Also they can be assigned to patients (to take care of them). The bill is paid by patient with cash and E-banking. Record
  • 4. of each payment made is also maintained by organisation. The record of each call received to provide help and support to its existing person is also maintained. TABLES PATIENT TABLE > Querry > DDL > Create Table PATIENT (P_ID NUMBER(10) PRIMARY KEY, NAME VARCHAR2(30) NOT NULL, SEX VARCHAR2(8) NOT NULL, AGE NUMBER(3) NOT NULL, MOB NUMBER(10) NOT NULL, ADDRESS VARCHAR2(40) NOT NULL, C_DATE VARCHAR2(20) NOT NULL,C_TIME VARCHAR2(6) NOT NULL,D_ID NUMBER(4) NOT NULL ); DML > INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS, C_DATE, C_TIME, D_ID) VALUES(120,’Saurabh’,’M’,21,432,’BH1’,’11/10/2013’,’14:30’, 3201); INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS,C_ DATE, C_TIME, D_ID) VALUES(121,’Neelam’,’F’,19,352,’GH5’,’24/03/2012’,’16:25’, 3201); INSERT INTO PATIENT(P_ID, NAME, SEX, AGE ,MOB, ADDRESS, C_DATE, C_TIME, D_ID) VALUES(122,’Vishal’,’M’,18,143,’BH3’,’04/04/2011’,’19:11’, 3203); OUTPUT > P_ID NAME SEX AGE MOB ADDRESS C_DATE C_TIME D_ID
  • 5. 120 121 122 Saurabh Neelam Vishal M F M 21 19 18 Screen Shot - > 432 352 143 BH1 GH5 BH3 11/10/2013 24/03/2012 04/04/2011 14:30 16:25 19:11 3201 3202 3203 PATIENT TABLE DOCTOR TABLE ( D_ID IS F.K. REFERENCE FROM PATIENT TABLE )
  • 7. ROOM TABLE( P_ID IS F.K. REFERENCES FROM PATIENT TABLE ) SERVICE TABLE(S_NO IS P.K.)
  • 8. BILL TABLE CONTAINS ARE LIKE THIS WE PERFORM NORMALIZATION ON THIS TABLE P_ID DATE PRICE TYPE 120 10/11/2013,12/11/2013 5000 CASH 121 10/11/2013,18/11/2013 5000 CASH 120 10/11/2013,12/11/2013 5000 CASH 122 12/11/2013,20/11/2013 10000 E-BANK Suppose P_ID and DATE are Composite keys there output PRICE and TYPE is unique so we perform normalization on this table thus way we can perform NORMALIZATION on each table. CONCLUSION The Database Management System (DBMS) is a powerful tool in current and future business. This real world Healthcare DBMS involves huge amount of research and collection of information and its implementation is possible, profitable, and realistic. Through this system, the healthcare center can retrieve, update, and report information efficiently and greatly improve the data sharing and communication. However, the future improvement is necessary and continuous modification is needed to approach the final success:
  • 9. 1) The security problem should be solved 2) Visual Basic and/or other language should be more used to implement different functions. 3) A more user-friendly interface should be provided; 4) The system should be web-based.