healthcare management system - angelfire · relational model doctor (d_ssn, d_name, gender, age,...

18
HEALTHCARE HEALTHCARE MANAGEMENT SYSTEM MANAGEMENT SYSTEM Copyright, 2000 © JMTZ Bee Healthcare, Inc. by Yigang Jin Business Computer Information Systems Baruch College / CUNY

Upload: others

Post on 19-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

HEALTHCARE HEALTHCARE MANAGEMENT SYSTEMMANAGEMENT SYSTEM

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

by

Yigang Jin

Business Computer Information SystemsBaruch College / CUNY

Page 2: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

OUTLINEOUTLINE

• INTRODUCTION• E-R DIAGRAM• RELATIONAL MODEL• IMPLEMENTATION• RESULTS• CONCLUSIONS

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 3: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

IntroductionIntroduction

• Objective – Database Management System (DBMS)– Query, Update and Report

• Disadvantage of Former File Systems– Separated systems, lack of data sharing, duplicated data, etc.

• Advantage of Proposed DBMS– Easy to query and report, efficient data sharing, reliable

backup and security, etc.

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 4: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

EE--R DiagramR Diagram

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

D o c to r

P a y c h e c k

P a t i e n t I n s u r a n c e

I n v o ic e P a y m e n t

D ia g n o s is C P T

M e d ic in e

P re s c r ip t io n

1 :N

1 :N 1 :1

N :1 N :1 N :1

M :N

1 :1

M :N

H a s

T re a t B u y

R e c e iv e

P a id B y

C o m p r i s e d O f

In c lu d e In c lu d e In c lu d e

Page 5: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Relational ModelRelational ModelDoctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip)

Paycheck (D_Ssn, Chk_Num, Salary, Bonus, Pay_Date)

Patient (D_Ssn, P_Ssn, P_Name, Gender, Age, Position, Phone, Address, City, Zip)

Insurance (InsCo_Id, InsCo_Name, Category, Phone, Address, City, Zip)

PatientInsurance (P_Ssn, InsCo_Id)

Invoice (P_Ssn, Invoice_Num, CPT_Id, Diagnosis_Id, Prescription_Id, Amount, Invoice_Date, Due_Date)

Payment (Invoice_Num, PayTrans_Num, Pay_Method, Pay_Status, Paid_Date)

CPT (CPT_Id, Category, CPT_Date)

Diagnosis (Diagnosis_Id, Category, Diagnosis_Date)

Prescription (Prescription_Id, Medicine_Quantity)

Medicine (MInventory_Id, M_Name, Manufacturer, Price, Quantity, Exp_Date)

Prescription (Prescription_Id, MInventory_Id)

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 6: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

ImplementationImplementation

• Microsoft Access– Switchboard (Menu)

• Structured Query Language– Create tables, forms, and reports– Set up relations

• Microsoft Visual Basic– Retrieve (Search) information

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 7: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

ResultsResults

• System Menus• Retrieve (Search) Information• Forms• Queries• Reports

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 8: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Management System Main Menu

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 9: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

System Sub-Menu (Functions)

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 10: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

System Sub-Menu (Retrieve)

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 11: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

System Sub-Menu (Update)

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 12: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

System Sub-Menu (Report)

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 13: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Retrieve (Search) Information

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 14: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Forms

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 15: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Queries

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 16: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

Reports

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 17: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

ConclusionsConclusions

• The Power of DBMS• The Possibility of the Proposed Healthcare

Management System• The Future Improvement• Group/Team Dynamics

Copyright, 2000 © JMTZ Bee Healthcare, Inc.

Page 18: HEALTHCARE MANAGEMENT SYSTEM - Angelfire · Relational Model Doctor (D_Ssn, D_Name, Gender, Age, Position, Office, Phone, Address, City, Zip) Paycheck (D_Ssn, Chk_Num, Salary, Bonus,

ACKNOWLEDGEMENTACKNOWLEDGEMENT

• Prof. D. Kahanda

• Fellow Classmates

Copyright, 2000 © JMTZ Bee Healthcare, Inc.