MEDICAL RECORD BROKER -LAVANYA GUNDAMARAJU Introduction Introduction n Database and database systems have become an essential part of everyday life.

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

© Single Click Solutions Ltd – 5 March 2006 Real-time database linking using the.
Frequent Itemset Mining Methods. The Apriori algorithm Finding frequent itemsets using candidate generation Seminal algorithm proposed by R. Agrawal and.
Evaluation Code 304 Wednesday, 10:30 am – 11:30 am March 31, 2004 Multiple PIDM Prevention Presented by: Steve Ikler Product Manager SCT Banner General.
DATABASE INTRO What is it? What does it do? Information Technology University of Massachusetts at Boston ©2009 William Holmes 1.
1 Segmentation with Global Optimal Contour Xizhou Feng 4/25/2003.
Is Sampling Useful in Data Mining? A Case in the Maintenance of Discovered Association Rules S.D. Lee, David W. Cheung, Ben Kao The University of Hong.
Data Mining CS 341, Spring 2007 Genetic Algorithm.
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
Is Sampling Useful in Data Mining? A Case in the Maintenance of Discovered Association Rules S.D. Lee, D. W. Cheung, B. Kao Department of Computer Science.
CERN – European Organization for Nuclear Research Information Technology – Administrative Information Services Person Matching in the context of Oracle.
Jump to first page Medical Data Analysis/Record Broker Project Team Team Members: Leader: Tracy Giglio: Data Analysis  Kai Unewisse:
Overview of Search Engines
Enterprise systems infrastructure and architecture DT211 4
Textbook Management and the Insignia Library System.
Data Mining: Concepts & Techniques. Motivation: Necessity is the Mother of Invention Data explosion problem –Automated data collection tools and mature.
Introduction to Database Systems
Managing Case Files Effectively New York State Archives NYALGRO Training School 2005 Lake Placid.
Data Warehousing Seminar Chapter 5. Data Warehouse Design Methodology Data Warehousing Lab. HyeYoung Cho.
Collaborative Research Assistant 2007 Family History Technology Conference John Finlay Christopher Stolworthy Daniel Parker.
1 MEDICAL ERROR REPORTING AND ANALYSIS Vijaya Gotla UmaDevi Bandaru Lavanya Gundamaraju.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
1 Client/Server Databases and the Oracle Relational Database.
Fast Packet Classification Using Bloom filters Authors: Sarang Dharmapurikar, Haoyu Song, Jonathan Turner, and John Lockwood Publisher: ANCS 2006 Present:
Principles of Database Design, Conclusions AIMS 2710 R. Nakatsu.
Chapter No 4 Query optimization and Data Integrity & Security.
EQC16: An Optimized Packet Classification Algorithm For Large Rule-Sets Author: Uday Trivedi, Mohan Lal Jangir Publisher: 2014 International Conference.
Detecting Group Differences: Mining Contrast Sets Author: Stephen D. Bay Advisor: Dr. Hsu Graduate: Yan-Cheng Lin.
Is Sampling Useful in Data Mining? A Case in the Maintenance of Discovered Association Rules S.D. Lee, David W. Cheung, Ben Kao The University of Hong.
Presented by Education Solutions Development, Inc. ANUA 2012, New Orleans, Louisiana INTRO / Demographics Education Solutions Development, Inc.
Data Management Data Verification Data Validation.
THRio Database Linkage and THRio Database Issues.
REU 2007-ParSat: A Parallel SAT Solver Christopher Earl, Mentor: Dr. Hao Zheng Department of Computer Science & Engineering Introduction Results and Conclusions.
Data Mining What is to be done before we get to Data Mining?
The Data Large Number of Workbooks Each Workbook has multiple worksheets Transaction worksheets have large (LARGE) number of lines (millions of records.
Relational Databases Today we will look at: Different ways of searching a database Creating queries Aggregate Queries More complex queries involving different.
Data Integrity & Indexes / Session 1/ 1 of 37 Session 1 Module 1: Introduction to Data Integrity Module 2: Introduction to Indexes.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
SysPlex -What’s the problem Problems are growing faster than uni-processor….1980’s Leads to SMP and loosely coupled Even faster than SMP and loosely coupled.
Information Retrieval in Practice
Data quality & VALIDATION
View Integration and Implementation Compromises
Search Engine Architecture
Introduction to Database Systems
Physical Changes That Don’t Change the Logical Design
Physical Database Design and Performance
LIS 384K.11 Database-Management Principles and Applications
Unit 16 – Database Systems
CIS 155 Table Relationship
Microsoft Office Illustrated Fundamentals
Introduction to Database Systems
Chapter 19: Distributed Databases
Patient Lookup Window.
CHAPTER 5: PHYSICAL DATABASE DESIGN AND PERFORMANCE
A weight-incorporated similarity-based clustering ensemble method based on swarm intelligence Yue Ming NJIT#:
Physical Database Design
FTS 2 Failure Tracking System 2 Repair Process Flow
Patient Lookup Window.
TECHNICAL SEMINAR PRESENTATION
Patient Lookup Window This material contains confidential and copyrighted information of Epic Systems Corporation - Confidential.
Data Warehouse.
Implementation of Relational Operations
Evaluation of Relational Operations: Other Techniques
Data Warehousing Concepts
Protocols.
Selecting a Health Care
Microsoft Access Date.
Are You Studbook Keeper Friendly?
What is this course about?
Protocols.
Presentation transcript:

MEDICAL RECORD BROKER -LAVANYA GUNDAMARAJU

Introduction Introduction n Database and database systems have become an essential part of everyday life. n Many a times information has to be gathered from multiple sources, especially in distributed architectures. n It is difficult to cull together the large repositories of data to form a consistent database n Data Mining techniques can be used to extract advantageous of information.

PROBLEM UNDER CONSIDERATION PROBLEM UNDER CONSIDERATION n MAHI database. n Kelly’s code to access data from MAHI Database.

Database:- n Large and extensive n Null values in SSN and Name fields. n Duplicate records. n Inconsistent data. n Invalid entries. n Wife and husband sharing the same SSN. n Mother and child sharing name and SSN

PROBLEMS WITH KELLY’S CODE. n Key used to identify the record is SSN. n Incase of failure of SSN the combination of Name and DOB are used as keys. n Probability check became an overhead.

n

Suggested solution n Data Mining. n Criteria of selection may be improved by choosing the SSN, Date Of Birth and Sex at the first level n A check for name match will be made only for the sake of support. n Weight of the record also forms a key.

n Incase the first level search fails, name is the criteria used but with DOB as an added on criterion. n Update the database by using the details in hand and the data from the database after the record has been found. n Use partitioning technique to reduce the number of database scans.

n

n Transaction reduction rule a Data Mining technique is used to reduce the working set of transactions. n The algorithm takes into consideration, match mismatch and null values in the record being tested. n The final record that is returned is weighted record.

Conclusion n The algorithm used will survive distributed architecture. n Data Mining tools are used in the algorithm which support optimization. n Data Mining is the science that forms a yard stick to various applications.

??Questions?? n