HCSI 709: Healthcare Databases

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Lecture-7/ T. Nouf Almujally
Introduction to Databases
Managing Data Resources
Database Software File Management Systems Database Management Systems.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Database Management Systems
It refers to the software used to manage the database.
Database Software Application
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
Database Design and Introduction to SQL
IST Databases and DBMSs Todd S. Bacastow January 2005.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
1 California State University, Fullerton Chapter 7 Information System Data Management.
HAP 709: Healthcare Databases
Architecture for a Database System
HAP 709: Healthcare Databases Introduction to Database Structures Janusz Wojtusiak, Ph.D. Fall 2010 Based on slides by: Farrokh Alemi, Ph.D. Francesco.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
MIS 673: Database Analysis and Design u Objectives: u Know how to analyze an environment and draw its semantic data model u Understand data analysis and.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Databases.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Introduction to Database Tonga Institute of Higher Education NOS 215.
Database Concepts Track 3: Managing Information using Database.
Spreadsheet vs Database When do we use them?. Spreadsheet review Why do we use a spreadsheet?
Database Management Systems (DBMS)
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
Flat Files Relational Databases
CIS 250 Advanced Computer Applications Database Management Systems.
1 Geog 357: Data models and DBMS. Geographic Decision Making.
Introduction to Databases Angela Clark University of South Alabama.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Data Resource Management Lecture 8. Traditional File Processing Data are organized, stored, and processed in independent files of data records In traditional.
( ) 1 Chapter # 8 How Data is stored DATABASE.
Managing Data Resources File Organization and databases for business information systems.
DATABASE’S Dave McDonald Student No /05/2016 Unit 10 task 1.
Geographic Information Systems GIS Data Databases.
Databases and DBMSs Todd S. Bacastow January
Lesson 10 Databases.
Databases Key Revision Points.
INLS 623– Database Systems II– File Structures, Indexing, and Hashing
Databases.
CS 3630 Database Design and Implementation
NURS 736: Technology Solutions for Knowledge Generation in Healthcare
Types of Databases Flat databases Hierarchical databases
Definition, DIS/Advantages & Services
Database Management  .
Databases A brief introduction….
What is a Database and Why Use One?
MANAGING DATA RESOURCES
File Systems and Databases
Managing data Resources:
Chapter 1: The Database Environment
MANAGING DATA RESOURCES
The Database Environment
Introduction to Databases & SQL
DATABASES WHAT IS A DATABASE?
DATABASE TECHNOLOGIES
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Geographic Information Systems
Presentation transcript:

HCSI 709: Healthcare Databases Introduction to Database Structures By Farrokh Alemi, Ph.D. Francesco Loaiza, Ph.D. J.D. Voice of Vikas Arya

Objectives Learn about flat, hierarchical and relational databases Learn about information-less databases If checking an information item takes a fraction of a second, why is it that we can go through billions of information items in a fraction of a second?

Types of Data Structures Flat data Hierarchical data Relational data

Flat Models Student ID Name Midterm grade Final grade Address Zip code ... 4561 Ali Safaie B A 1311 Manor Park 22101 7878 Mike Smith C 1619 Ozkan Street 44115 8954 Mike Smith Jr. 2121 Euclid 563

Flat Data Advantages Most software include free access to flat data files.  For a small number of cases, flat databases do a reasonably fast job. Disadvantages Flat databases waste computer storage by requiring it to keep information on items that logically cannot be available. Flat databases are not conducive to complicated search queries

In a relational database, tables do not need to be of the same size Relational Databases In a relational data base, one stores a record with related fields as data. In a relational database, tables do not need to be of the same size

Table for "Students grades" Example Table for "Students grades"  Student ID Key column Name Mid-term Final 4561 Ali Ghadiri B A 7878 Mike Smith C 8954 Mike Smith Jr. Table for "Students' contact information" Student ID Key column Address Zip 8954 2121 Euclid 563 22101 4561 1311 Manor Park 7878 1619 Ozkan Street 44115

Advantages of Relational Databases Data can be examined from many different perspectives.  No need to enter missing information for variables that are not logically possible. Easy to modify because adding new concepts involves adding new Tables, not altering old ones.

Hierarchical models Data models in which the relationship between higher and lower items are inherited.

Example of Hierarchal Model File items on your desk top

Advantages of Hierarchical Models Operations on parents save time and affect all children. Disadvantages Many relationships are not hierarchical

Distributed data models Data are kept in different settings and on different computers. Distributed databases need not only addresses for where the data are but also need an audit trail

Example of Distributed Database World Wide Web

Advantages of Distributed Databases Security of these databases are difficult to maintain. Many agreements must be made ahead of time. Data loss is limited to nodes affected. Decentralized databases are more flexible and allow different units to update and maintain their own data.  Variation in quality of data

Data-less Information Systems Distributed Databases without data until need arises, less problems with privacy of patients

Components of a Data-less System Decoder   Communicator   Analysis

Advantages of the Data-less Information Systems The system is substantially less expensive than centralized registries as it requires no new equipment and little personnel.   The use of the system does not require vague and time-independent patients’ consents.   The system does not require duplication of data in different databases.

Take Home Lesson Structure makes it possible to process and analyze large amount of data