HAP 709: Healthcare Databases

Slides:



Advertisements
Similar presentations
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Advertisements

C6 Databases.
Lecture-7/ T. Nouf Almujally
Introduction to Databases
Managing Data Resources
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Database Software File Management Systems Database Management Systems.
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Geographic Information Systems
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
The University of Akron Dept of Business Technology Computer Information Systems Database Management Approaches 2440: 180 Database Concepts Instructor:
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Attribute databases. GIS Definition Diagram Output Query Results.
It refers to the software used to manage the database.
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
Database Design and Introduction to SQL
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
IST Databases and DBMSs Todd S. Bacastow January 2005.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
 Introduction Introduction  Purpose of Database SystemsPurpose of Database Systems  Levels of Abstraction Levels of Abstraction  Instances and Schemas.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
Web-Enabled Decision Support Systems
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
311: Management Information Systems Database Systems Chapter 3.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
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 MANAGEMENT SYSTEMS AND THEIR USES
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.
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.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Introduction to Database Tonga Institute of Higher Education NOS 215.
Database Principles. Basics A database is a collection of data, along with the relationships between the data The data has to be entered into a structure,
By Stephanie Wood And Nedziba Bubregovic.  A very large collection of data  A database management system is a software package designed to store and.
CS453: Databases and State in Web Applications (Part 2) Prof. Tom Horton.
Database Management Systems (DBMS)
CIS 250 Advanced Computer Applications Database Management Systems.
Database Management Systems
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
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.
Managing Data Resources File Organization and databases for business information systems.
Geographic Information Systems GIS Data Databases.
Databases and DBMSs Todd S. Bacastow January
Intro to MIS – MGS351 Databases and Data Warehouses
Types of Databases Flat databases Hierarchical databases
ICT Database Lesson 1 What is a Database?.
Database Management  .
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Database.
DATABASES WHAT IS A DATABASE?
HCSI 709: Healthcare Databases
Geographic Information Systems
Presentation transcript:

HAP 709: Healthcare Databases Introduction to Database Structures By Farrokh Alemi, Ph.D. Francesco Loaiza, Ph.D. J.D. Updated by Janusz Wojtusiak, Ph.D. Fall 2008

What is database? Is an Excel table with students’ grades a database? Is your notebook a database? Is a phonebook a database? Is the GMU schedule of classes a database? Is a medical record of a patient a database? Is a list of nurses working in a hospital a database?

What is database? Database is a collection of data with defined structure and purpose. Wikipedia: A Database is a structured collection of data which is managed to meet the needs of a community of users. Wordnet: Database is an organized body of related information.

What is computer database? Computer database is a database stored in a computer. It is usually managed by special software called Database Management System (DBMS). There are many DBMS systems available Access, Oracle, MUMPS, dBASE, portgress, sql server, mysql, db2, …

Objectives of this lecture Learn about flat, hierarchical, relational, and object-oriented 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 Object-oriented 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. Most analytical software use flat data. 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

Object-oriented data models Data are organized in the form of “objects” that represent real world entities. Each objects have its properties, that can be regular values or other objects.

Advantages of Object-oriented models High efficiency Use of the actual “real life” entities as objects Integration with object-oriented programming languages (C++, Java, C# …) Disadvantages Lack of one good standard

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.

Inductive Databases Researchers investigate databases that can answer questions about things which are not in that databases. They use artificial intelligence to give “plausible” answers.

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