Data Management for Research Michael A. Kohn, MD, MPP 7 January 2003.

Slides:



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

Introduction to Microsoft Access
Exporting Data for Analysis Michael A. Kohn, MD, MPP 16 August 2012.
EPI 218 Web-Enabled Research Data Management Platforms Michael A. Kohn, MD,MPP 5 September 2013.
Introduction for Clinical Database 陳勁辰2003/06/02.
Planning and Budgeting for Data Management in a Clinical Research Study Michael A. Kohn, MD, MPP 4 February 2003.
Web-Based, Hosted Research Data Management Platforms 2/12/2008.
ETEC 100 Information Technology
Client/Server Databases and the Oracle 10g Relational Database
3-1 Chapter 3 Data and Knowledge Management
Introduction to Databases CIS 5.2. Where would you find info about yourself stored in a computer? College Physician’s office Library Grocery Store Dentist’s.
Information Technology in Organizations
Access Lecture 1 Database Overview and Creating Tables Create an Employee Table.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Basic Concept of Data Coding Codes, Variables, and File Structures.
MS Access 2007 IT User Services - University of Delaware.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
MS Access: Database Concepts Instructor: Vicki Weidler.
EPI 218 Database Management for Clinical Research Tables, Relationships, Normalization, Data Types, and Data Dictionaries Michael A. Kohn, MD, MPP 1 August.
Database Applications – Microsoft Access Lesson 2 Modifying a Table and Creating a Form 45 slides in presentation Accessibility check 9/14.
Unit 18: Database Modelling
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
ASP.NET Programming with C# and SQL Server First Edition
DAY 15: ACCESS CHAPTER 2 Larry Reaves October 7,
Data Collection and Management for Clinical Research Michael A. Kohn, MD, MPP 31 August 2010.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Planning and Budgeting for Data Management in a Clinical Research Study Michael A. Kohn, MD, MPP 5 February 2008.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
MIS 301 Information Systems in Organizations Dave Salisbury ( )
EPI 218 Web-Enabled Research Data Management Platforms Michael A. Kohn, MD,MPP Josh Senyak 22 August 2013.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Introduction to Databases Trisha Cummings. What is a database? A database is a tool for collecting and organizing information. Databases can store information.
9/7/2012ISC329 Isabelle Bichindaritz1 The Relational Database Model.
Access Chapter 2: Relational Database Objectives Design data Create tables Understand table relationships Understand data types, key, & field properties.
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
EPI 218 Database Management for Clinical Research Michael A. Kohn, MD, MPP January 10, 2010.
Data Management for Research Michael A. Kohn, MD, MPP January 4, 2005.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
XP Chapter 1 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Preparing To Automate Data Management Chapter 1 “You.
EAK 362/2 MIS LECTURE 4 PART 2 Managing Databases.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
Enhancing Forms with OLE Fields, Hyperlinks, and Subforms – Project 5.
Fanny Widadie, S.P, M.Agr 1 Database Management Systems.
EPI 218 Database Management for Clinical Research Michael A. Kohn, MD, MPP January 6, 2009.
EPI 218 Database Management for Clinical Research Michael A. Kohn, MD, MPP January 8, 2008.
EPI 218 Queries and On-Screen Forms Michael A. Kohn, MD, MPP 9 August 2012.
1 CSE 2337 Introduction to Data Management Access Book – Ch 1.
Advanced Accounting Information Systems Day 10 answers Organizing and Manipulating Data September 16, 2009.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Lesson 2: Designing a Database and Creating Tables.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Flat Files Relational Databases
Database Connectivity with ASP.NET. 2 Introduction Web pages commonly used to: –Gather information stored on a Web server database Most server-side scripting.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Database Planning Database Design Normalization.
Database Concepts and Applications in HRIS
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Introduction to Microsoft Access
Microsoft Access 2003 Illustrated Complete
Data quality 1: Individual records
Spreadsheets, Modelling & Databases
The ultimate in data organization
Presentation transcript:

Data Management for Research Michael A. Kohn, MD, MPP 7 January 2003

Assumptions about Students Actively involved in a clinical research study Some experience with entering and maintaining data in single-table spreadsheet or statistical software

Housekeeping Check Lab sheet to confirm which lab you are in. Labs will be in Library 222. Bring a diskette and your syllabus to labs. Syllabus and “Learn MS Access 2000” CD

Requirements Turn in all 4 assignments on time Turn in course evaluation

Course Objective Learn how to develop a multi-table, relational database for a research study using Microsoft Access. Example: Infant Jaundice Study

Data Management for Clinical Research We know how to define the study population, the independent variables and the outcome variables; measure these variables and anticipate problems with measurement; analyze the results.

The DBMS (Database Management System) is for entering and storing the measurements, entering and storing the other information necessary to administer the study (subject contact information, exam schedules, reimbursement records, etc.), monitoring the study, and either analyzing the results or formatting the results for analysis. Data Management for Clinical Research

Four Types of Research Database 1.Combination of paper files, Excel spreadsheets, and direct keyboard entry into the statistical analysis package. 2.Desktop multi-table relational database. 3.Client-Server multi-table relational database. 4.Internet database server.

Ease of data entry Automatic data validation Automatic error checking Alternative is a stack of paper forms Advantages of a computerized database

Advantages of a Multi-Table Relational Database Eliminates redundancy Ensures data integrity Note: Unless you plan on doing your analysis long-hand, you always need a computer database of some sort (a Stata dataset or an Excel spreadsheet may be adequate); you don’t always need a multi-table relational DBMS (like Microsoft Access).

Collection of spreadsheet-like, two- dimensional tables. Rows in Tables = Records Columns in Tables = Attributes Tables are related one-to-many, many-to-many, and one-to-one. Multi-Table Relational Database

Jaundice and Infant Feeding Study Cohort study to determine the 5-year neuropsychiatric sequelae of infants with neonatal jaundice or feeding disorders.

Methods: Design-Cohort study. Setting-Single, urban medical center Subjects-Infants with neonatal jaundice and randomly selected non-jaundiced infants Independent Variable-Presence or absence of jaundice Outcome Variable- Neuropsychiatric score (ranging from 55 to 145) at age 5 Analysis- ? Infant Jaundice Study (Our fictional version of JIFee)

Infant Jaundice Study Data 1.Approximately 400 children 2.5 examiners (doctors) 3.Approximately 700 neuropsychiatric examinations, measuring weight, height, and “NPScore” (IQ) 4.Some children to be examined more than once 5.No examiner to see the same child twice 6.If child died before age 5, store age and circumstances of death

Assignments Lab 1: Tables and Relationships 1/14/2003 Send Access file LastnameLab1.mdb to Andrew High, by 1/20/2003. We will work through these assignments in the labs, so you don’t need to have Access2000 at home. Lab 2: Forms, Queries, and Reports 1/21/2003 Send Access file LastnameLab2.mdb to Andrew High, by 1/27/2003.

Assignments (cont’d) Write a sentence or two for the “Methods” section on inter-rater reliability. (Use Bland and Altman, BMJ 1996; 313:744) Lab 3: Exporting and Analyzing Data 1/28/2003 Determine if neonatal jaundice was associated with the 5-year neuropsychiatric scores and create a table, figure, or paragraph appropriate for the “Results” section of a manuscript summarizing the association. Send assignment to by 2/3/2003.

Assignments (cont’d) Class session 5 (not a lab): Planning and Budgeting for Data Management 2/4/2003 Write a one-page data management section for your research study protocol and create a budget for data management. If you do not have your own research study protocol, write the data management section and create a budget for the fictional Infant Jaundice Study protocol. We can compare your budget with the real budget of JIFee. Send assignment to by 2/10/2003.

Infant Jaundice Study Table of Subjects = “Baby” Row = Individual Infant Columns = ID#, Name, DOB, Sex, Jaundice. If one set of measurements per infant, put measurements in subject table. This is a single-table database. Table of Study Subjects

Demonstration Label columns and enter rows of data in datasheet view

Demonstration Table design or “data dictionary” view

Demonstration Disallowed values Duplicate primary keys This automatic error checking and data validation IS why you need to enter your data into a computer; it is NOT why you need a relational DBMS. Many single- table products (Filemaker Pro, SAS FSP, even Excel) can do error checking and data validation.

Acceptable table showing one set of exam results per participant.

Table of Study Subjects Row = Individual Infant Columns = ID#, Name, DOB, Sex, Jaundice If some infants have more than one exam, what do you do? Table of Study Subjects

Unacceptable table showing multiple exam results per study participant.

Common Error If you find yourself creating multiple columns for the same measurement, e.g., Date1, Score1, Date2, Score2, Date3, Score3, … Or if your table is more than about 30 columns wide, –It is time to restructure your table.

Unacceptable table with participant-specific data duplicated for each exam. (Note problem with Helen’s DOB.)

If some infants have multiple exams, “normalize” the records into two tables, one for subjects and one for examinations. Normalization

Figure 6. Data normalized into two tables: one (“Baby”) with rows comprising subject-specific information; the other (“Exam”) with rows comprising exam- specific information. Note that Helen can only have one birth date. Subjects with no exams, e.g. Alejandro, still appear in the database. “SubjectID” functions as the primary key in the “Baby” table and as the foreign key in the “Exam” table.

Figure 7. Relationships diagram showing the one-to-many relationship between the table of subjects (“Baby”) and the table of measurements (“Exam”).

Demonstration Inability to create integrity violations with normalized tables. This IS why you need a multi-table relational DBMS.

Table of Examiners Neuropsychiatric outcomes are assessed by 5 different examiners (doctors) May want to assess whether examiner characteristics (sex, specialty, age) affect neuropsychiatric scores Doctor examines many children; each child may have more than one exam; but a child is never examined by the same doctor twice.

Table of examiners with multiple examiner-specific fields.

Figure 9. Undesirable table in which examiner-specific data is repeated with each examination. (Note that Dr. Novello is a female pediatrician for two examinations and a male internist for an exam in between.)

Figure 10. Normalization into two tables, one for exam-specific information and one for examiner-specific information. (Note that Dr. Novello cannot change specialty or gender between examinations.) “DocID” functions as a second foreign key in the “Exam” table. (The other foreign key is “SubjectID”.)

Figure 11. Relationships diagram showing the relationships between the table of subjects (Baby), the table of measurements (Exam) and the table of examiners (Doctor). The “Exam” table functions as a linkage or join table between “Baby” and “Doctor” creating a “many-to-many” relationship between study subjects and examiners.

One-to-One Relationship: Infants and Deaths.

Some fields are subject specific but valued for only a few subjects. Maintaining columns for these fields in the table of subjects leads to empty fields and wasted space.

Figure 12. Some fields are subject specific but valued for only a few subjects. Maintaining columns for these fields in the table of subjects leads to empty fields and wasted space.

Figure 13. Creating a separate table with a one-to-one relationship eliminates the empty fields and wasted space.

Figure 14. The relationships diagram now includes a table (“Death”) with a one- to-one relationship with the table of subjects (“Baby”). A subject can only have one record in the one-to-one-related table, but the vast majority of subjects will not have any “Death” record.

Undesirability of Storing Calculated Values Store raw data, not calculated fields, e.g., store dates and times; calculate intervals. Storing a patient’s birth date allows calculation of his or her exact age on the date of a particular measurement.

Figure 15. Calculated fields such as “AgeInMonths” are undesirable. What if the birth date for SubjectID 2322 (Helen) is corrected in the “Baby” table?

Demonstration Calculate Age Calculate BMI

Standard Data Entry Conventions Several conventions for data entry and display have developed over time. Although most users of screen forms are not aware of these conventions, they have come to expect them subconsciously. For example, a series of mutually exclusive, collectively exhaustive choices is usually displayed as an “option group” consisting of several different “radio buttons”, whereas choices which are not mutually exclusive are displayed as check boxes. N.B. An “option group” of mutually exclusive choices is a single column or field. A group of N check boxes represents N yes/no fields.

Use check boxes when options are not mutually exclusive. (5 fields) Use radio buttons when options are mutually exclusive. (1 field) Computer chart abstraction form showing two common data entry conventions.

Demonstration Option group for examiner’s medical specialty

Guidelines for Data Management in Clinical Research Establish the database tables, their rows and columns, and their relationships correctly at the outset. A poorly organized database makes data maintenance and retrieval nearly impossible. Make sure the data are normalized. The data structures should never require duplicate data entry or redundant storage. ? MS Genetics Example

Guidelines for Data Management in Clinical Research Establish and follow naming conventions for columns and tables. Short field names without spaces or underscores are convenient for programming, querying, and other manipulations. Instead of spaces or underscores, use “IntraCaps” (upper case letters within the variable name) to distinguish words, e.g. “StudyID”, “FName”, “FdDisord”, or “ExamDate”. Table names should be singular, e.g. “Baby” instead of “Babies”, “Exam” instead of “Exams”.

Guidelines for Data Management in Clinical Research Obtain baseline demographic and clinical information about members of the study population from existing computer databases. Avoid re-entering data which are already available (in digital formats) from other sources. In the JIFee Study, the patient demographic data and contact information are obtained from the hospital database. Computer systems can almost always produce text-delimited or fixed-column-width character files that the database management system can import.

Guidelines for Data Management in Clinical Research Minimize the extent to which study measurements are recorded on paper forms. Enter data directly into the computer database or move data from paper forms into the computer database as close to the data collection time as possible. When you define a variable in a computer database, you specify both its format and its domain or range of allowed values. Using these format and domain specifications, computer data entry forms give immediate feedback about improper formats and values that are out of range. The best time to receive this feedback is when the study subject is still on site.

Guidelines for Data Management in Clinical Research Back up the database regularly and check the adequacy of the back up procedure by periodically restoring a file from the back up medium.

Desktop DBMS Microsoft Access Claris Filemaker Pro Paradox Microsoft Visual FoxPro Dataease The processing of records is done by the desktop. The server simply stores files (file server).

Client-Server DBMS Microsoft SQL Server Oracle Informix Sybase The processing of records is done by the server. The desktop manages the screen, but passes queries on to the server. (Just to confuse things, MS Access can be a client for SQL Server, and other enterprise systems. The ultimate in “thin” clients is a browser (Internet Explorer). In this case, the server is an intranet or internet database server.)