SlideShare a Scribd company logo
1 of 32
Download to read offline
DATA BASE AND DATA ENTRY




         Presented By:-
        Mukesh Jaiswal
         Somya Verma
        ICRI, Dehradun.
Clinical Data Base
• A database is a method of organizing and
  analyzing information.
• A database is a collection of information that
  is organized so that it can easily be
  accessed, managed, and updated. In one
  view, databases can be classified according to
  types of content: bibliographic, full-
  text, numeric, and images.
Cont…
• In computing, databases are sometimes classified
  according to their organizational approach. The
  most prevalent approach is the relational
  database, a tabular database in which data is
  defined so that it can be reorganized and
  accessed in a number of different ways. A
  distributed database is one that can be dispersed
  or replicated among different points in a network.
  An object-oriented programming database is one
  that is congruent with the data defined in object
  classes and subclasses
Cont…
• The main objectives of data base design is to
  capture and store clinical data accurately.
• The essential features of good design are ease
  of data capture, efficient creation of analysis
  datasets and accommodation of source data
  transfer formets.
Why use a database?
• Organize and analyze information in different
  ways
 –   Sorting
 –   Grouping
 –   Querying
 –   Reporting
 –   Exporting for statistical analysis
• Computerized database
 –   Speed
 –   Quality control
 –   Precision
 –   Automate repetitive tasks
Databases versus Excel
• Excel has some limited capabilities to sort data but its primary
  function is to create financial spreadsheets
  – Can create “what if” scenarios to determine financial consequences
  – Can be used for small and limited research data sets and simple lists
  – Not multi-user such that only one person can work on the file at a time
• Databases are designed to collect, sort, and manipulate data
  – Data sets can process large amounts of data and is usually limited by
    hardware constraints
  – Structure is in the same format for each member record of a table
  – Data quality control features ensure that valid data is entered
  – A relational database allows for linking of an unlimited number of
    tables
  – Databases are multi-user because the data can reside on a server and
    multiple people can have access at the same time
  – Many databases offer web interfaces thereby eliminating the need for
    each user to have a copy of the the program on their computer
Cont…
• Many databases offer audit functions required by
  certain regulatory agencies
   • Tracks date record created and modified
   • Tracks original and changed values
   • Requires user to give reason for the change
• Databases are more suitable for importing data
  from multiple sources
   • More robust in connecting to different data sources
   • Imports of different data types into different tables can be
     linked via common identifiers such as subject ID
   • Merging multiple data sources into Excel so that the rows line
     up properly in a flat file format can be a challenge
How is a database organized?
• One or more tables
• Tables store records
   – Patient identifiers
   – Demographics and history
   – Test results
   – Etc…..
• A record is a collection of fields
   – Patient identifiers
      • Name, DOB, address, …..are stored in separate fields
Records and Fields
               Fields
Records
Differences between a clinical and
research database
• Clinical database
  – Form or report oriented so data is displayed for
    clinical decision making
  – Emphasis on displaying or reporting of individual
    data rather than accumulating multiple records
• Research database
  – Table oriented so that data is accumulated for
    eventual export to a statistical package for data
    analysis and reporting
  – Less emphasis on individual records
Types of Database
• Flat-File:- The flat-file style of database are
  ideal for small amounts of data that needs to
  be human readable or edited by hand.
  Essentially all they are made up of is a set of
  strings in one or more files that can be parsed
  to get the information they store; great for
  storing simple lists and data values, but can
  get complicated when you try to replicate
  more complex data structures.
Cont…
• Relational:- The relational databases such as
  MySQL, Microsoft SQL Server and Oracle, have a much
  more logical structure in the way that it stores data.
  Tables can be used to represent real world
  objects, with each field acting like an attribute.
• One major advantage of the relational model is that, if
  a database is designed efficiently, there should be no
  duplication of any data; helping to maintain database
  integrity. This can also represent a huge saving in file
  size, which is important when dealing with large
  volumes of data.
Cont…
• Relational databases also have functions "built
  in" that help them to retrieve, sort and edit
  the data in many different ways. These
  functions save script designers from having to
  worry about filtering out the results that they
  get, and so can go quite some way to speeding
  up the development and production of web
  applications.
Advantages of a Relational Database
 • Elimination of Multiple Value Data – a relational database allows
   creation of relationships for subordinate data. For example, a table
   for laboratory testing and another table for clinical findings would
   each have multiple subjects but the subject demographic
   information is maintained in a separate table).

 • Avoiding Update Anomalies – since data is stored in only one
   place, it is easy to update (no other copies to remember to update).

 • Avoiding Data Entry Anomalies – like updates, since data is only
   stored in one place, it needs to be inserted in one place.

 • Avoiding Data Deletion Anomalies – once again, since data is in
   one place only, it is deleted only once.
Advantages of a database
• Collection of data in a centralized location
• Controls redundant data
• Data stored so as to appear to users in one
  location
  – Data can be stored in multiple tables and come
    from multiple sources
  – A relational database brings it all together
Database Design Considerations
• What to collect
 – What questions are to be answered?
 – Think of the data tables in your future publications
   • Focus on the key data elements rather than collect as much as
     possible
• What statistical package will be used
 – Format of the data file to which the data will be exported
   • Allowable characters
   • Format for certain analyses
          – For example, gender can be recorded in the database as M or F but
            statistical package may require 0 and 1
   • Length of data field labels
   • Long or wide format
Long versus Wide Format
     Long: each year is represented as its own observation in a record




  Wide: each family is a record and each year is a field with that record
Quality Control of Data Before
Study
• Collect only needed variables
• Select appropriate computer hardware and
  software
• Plan analyses with dummy tabulations
• Develop study forms
  –   Precode responses
  –   Format boxes for data entry
  –   Label each page with date, time, ID
  –   Consider scan technology
What needs to be in the research
database?
 Research variables directly related to the
  hypotheses being tested-YES
 Clinical measures used for screening-MAYBE
 ◦ Blood work, ECG, medical history
 Administrative data-NO
 ◦ Contact information
 ◦ Scheduling
What Do You Do With the Data?
• Ongoing monitoring

• Safety/adverse event reporting

• IRB reports/sponsor reports

• FDA reports

• Early analysis/late analysis
Data Entry
• Refers to the process of transferring data from
  the paper CRF to the data base.
• This is also refers to as transcribing the data.
• Data entry result in creation of electronic data
  , which corresponds to the CRF data.
• Once the data is entered into the database, it
  is reviewed and validated by the data editor.
• Data entry consists of both double entry and
  single entry.
Double Entry
• This involves entry of the same CRF page by two
  independent data entry personnel.
• The first data entry personnel keys in the data
  into the database. Later, a second independent
  data entry personnel keys in the same data.
• In the case of difference or discrepancy between
  first and second entry, a ‘pop up’ box throws
  up, alerting the second data entry personnel
  either key in what they see or to accept what the
  first data entry personnel has entered.
Cont…
• Another option is to have a third personnel
  review the differences/discrepancies and
  resolve them.
• Thus double data entry serves as a quality
  check in the data that is entered into the
  database.
Cont…
• The system allowed design of data entry forms that
  satisfied the needs of our
  clinicians, biostatisticians, and administrative staff. The
  system drastically reduced the time required to enter
  patient exam, demographic, and laboratory
  measurement data onto the study database, and
  provided tools for verifying that the data were scanned
  accurately. The system improved both the quality of
  patient care and the integrity of clinical patient
  data, allowing clinicians to quickly and easily retrieve
  patient records, and permitted our biostatisticians to
  generate periodic recruitment monitoring, patient
  safety, protocol adherence, and data quality assurance
  reports in a timely fashion.
Single Entry
• This involves entry by single data entry
  personnel.
• This process is used when there are sufficient
  and extensive checks built into the database
  that would detect certain error that might be
  missed out by the data entry personnel.
• Single data entry is extensively used in EDC
  and RDC systems.
Cont…
• Thus single data entry eliminates having data
  entry personnel within the data management
  unit.
• Once the data is keyed directly at site, it is
  already to be reviewed, edited and validated
  by the data editor.
Cont…
The data entry could be of two types:-

• Data entry is done locally at the site database and
  transmitted periodically to the central database via
  internet or using a dialup line. Sometimes the data is
  sent using other electronic media such as a CD, floppy
  or as a mail attachment.

• Data entry is done online directly into the central
  database via internet. Usually these systems are web-
  based and the data is available in real time for review.
Rules for Data Entry
• Each variable has a field in the dataset
• Categorical and nominal values require a number or
  string code
• Continuous values are entered directly
• Missing values must be different values from a real
  response
   – Common formats are “99” or bullets “·”
   – Don’t know is a response—do not leave blank
   – “0” is not the same as missing
• Coding instructions should be on form
• Avoid open-ended questions
Avoid open-ended questions
• Enter the subject’s
  gender:___________________


• Enter the subject's level of
  education:__________
Close Ended Question

     What is the subject’s sex? Check one




                        Male

                        Female
Use pre-coded responses where
possible
THANK YOU!

More Related Content

What's hot

Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPTTrinath
 
Introduction to Data Mining
Introduction to Data Mining Introduction to Data Mining
Introduction to Data Mining Sushil Kulkarni
 
Data mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniquesData mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniquesSaif Ullah
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecturepcherukumalla
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olapData Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olap
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olapSalah Amean
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data AnalyticsUtkarsh Sharma
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS ExcelRajesh Math
 
Six major types of information systems
Six major types of information systemsSix major types of information systems
Six major types of information systemsMohanraj V
 
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive AnalyticsDI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive AnalyticsDATAVERSITY
 
Multimedia Database
Multimedia Database Multimedia Database
Multimedia Database Avnish Patel
 

What's hot (20)

Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Ppt
PptPpt
Ppt
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Database and types of database
Database and types of databaseDatabase and types of database
Database and types of database
 
Data management
Data managementData management
Data management
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousing
 
Introduction to Data Mining
Introduction to Data Mining Introduction to Data Mining
Introduction to Data Mining
 
Data mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniquesData mining (lecture 1 & 2) conecpts and techniques
Data mining (lecture 1 & 2) conecpts and techniques
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
 
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
Data Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olapData Mining:  Concepts and Techniques (3rd ed.)— Chapter _04 olap
Data Mining: Concepts and Techniques (3rd ed.) — Chapter _04 olap
 
Data analytics
Data analyticsData analytics
Data analytics
 
Data Flow Diagrams
Data Flow DiagramsData Flow Diagrams
Data Flow Diagrams
 
System analysis
System analysisSystem analysis
System analysis
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
 
Six major types of information systems
Six major types of information systemsSix major types of information systems
Six major types of information systems
 
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive AnalyticsDI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Multimedia Database
Multimedia Database Multimedia Database
Multimedia Database
 

Viewers also liked

Spreadsheet Features
Spreadsheet FeaturesSpreadsheet Features
Spreadsheet Featureskhawer001
 
ODIN Final Event - The Care and Feeding of Scientific Data
ODIN Final Event - The Care and Feeding of Scientific DataODIN Final Event - The Care and Feeding of Scientific Data
ODIN Final Event - The Care and Feeding of Scientific Datadatacite
 
Data Care, Feeding, and Maintenance
Data Care, Feeding, and MaintenanceData Care, Feeding, and Maintenance
Data Care, Feeding, and MaintenanceMercedes Coyle
 
Concepts of Data Bases
Concepts of Data BasesConcepts of Data Bases
Concepts of Data BasesNetworking
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packagesKm Ashif
 
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...BayCHI
 
Data collection and input overview
Data collection and input overviewData collection and input overview
Data collection and input overviewsrinivas2036
 
Edp Powerpoint
Edp PowerpointEdp Powerpoint
Edp Powerpointjehlai
 
Progressive: Pay-as-you-go insurance
Progressive: Pay-as-you-go insuranceProgressive: Pay-as-you-go insurance
Progressive: Pay-as-you-go insuranceBirte Gröger
 
Multiple Regression Analysis
Multiple Regression AnalysisMultiple Regression Analysis
Multiple Regression AnalysisMinha Hwang
 
Tax audit presentation AY 2013-14.
Tax audit presentation  AY 2013-14. Tax audit presentation  AY 2013-14.
Tax audit presentation AY 2013-14. CA. Sanjeev Lalan
 
Best practices data collection
Best practices data collectionBest practices data collection
Best practices data collectionSherry Lake
 
Software Programs for Data Analysis
Software Programs for Data AnalysisSoftware Programs for Data Analysis
Software Programs for Data Analysisunmgrc
 

Viewers also liked (20)

Data entry projects
Data entry projectsData entry projects
Data entry projects
 
Excel Lesson 2: Data Entry
Excel Lesson 2: Data EntryExcel Lesson 2: Data Entry
Excel Lesson 2: Data Entry
 
Presentation on input devices
Presentation on input devicesPresentation on input devices
Presentation on input devices
 
Spreadsheet Features
Spreadsheet FeaturesSpreadsheet Features
Spreadsheet Features
 
ODIN Final Event - The Care and Feeding of Scientific Data
ODIN Final Event - The Care and Feeding of Scientific DataODIN Final Event - The Care and Feeding of Scientific Data
ODIN Final Event - The Care and Feeding of Scientific Data
 
Data Care, Feeding, and Maintenance
Data Care, Feeding, and MaintenanceData Care, Feeding, and Maintenance
Data Care, Feeding, and Maintenance
 
Amos
AmosAmos
Amos
 
Tax Audit
Tax AuditTax Audit
Tax Audit
 
Concepts of Data Bases
Concepts of Data BasesConcepts of Data Bases
Concepts of Data Bases
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packages
 
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...
Scott MacKenzie at BayCHI: Evaluating Eye Tracking Systems for Computer Data ...
 
Data collection and input overview
Data collection and input overviewData collection and input overview
Data collection and input overview
 
Edp Powerpoint
Edp PowerpointEdp Powerpoint
Edp Powerpoint
 
Progressive: Pay-as-you-go insurance
Progressive: Pay-as-you-go insuranceProgressive: Pay-as-you-go insurance
Progressive: Pay-as-you-go insurance
 
Multiple Regression Analysis
Multiple Regression AnalysisMultiple Regression Analysis
Multiple Regression Analysis
 
Database and types of databases
Database and types of databasesDatabase and types of databases
Database and types of databases
 
Structural Equation Modelling (SEM) Part 1
Structural Equation Modelling (SEM) Part 1Structural Equation Modelling (SEM) Part 1
Structural Equation Modelling (SEM) Part 1
 
Tax audit presentation AY 2013-14.
Tax audit presentation  AY 2013-14. Tax audit presentation  AY 2013-14.
Tax audit presentation AY 2013-14.
 
Best practices data collection
Best practices data collectionBest practices data collection
Best practices data collection
 
Software Programs for Data Analysis
Software Programs for Data AnalysisSoftware Programs for Data Analysis
Software Programs for Data Analysis
 

Similar to Data base and data entry presentation by mj n somya

Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemssamiullahamjad06
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And DesignLijo Stalin
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database managementOnline
 
UNIT machine learning unit 1,algorithm pdf
UNIT machine learning  unit 1,algorithm pdfUNIT machine learning  unit 1,algorithm pdf
UNIT machine learning unit 1,algorithm pdfOmarFarooque9
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptRafiulHasan19
 
INTRODUCTION TO RDBMS
INTRODUCTION TO RDBMSINTRODUCTION TO RDBMS
INTRODUCTION TO RDBMSVidhya Balan
 
dbms Unit 1.pdf arey bhai teri maa chodunga
dbms Unit 1.pdf arey bhai teri maa chodungadbms Unit 1.pdf arey bhai teri maa chodunga
dbms Unit 1.pdf arey bhai teri maa chodungaVaradKadtan1
 
dbms ppt.pptx database management system
dbms ppt.pptx database management systemdbms ppt.pptx database management system
dbms ppt.pptx database management systemdeeptipal230
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdfTOUSEEQHAIDER14
 

Similar to Data base and data entry presentation by mj n somya (20)

Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
System Analysis And Design
System Analysis And DesignSystem Analysis And Design
System Analysis And Design
 
Data concepts
Data conceptsData concepts
Data concepts
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Unit 3 part i Data mining
Unit 3 part i Data miningUnit 3 part i Data mining
Unit 3 part i Data mining
 
DW (1).ppt
DW (1).pptDW (1).ppt
DW (1).ppt
 
UNIT machine learning unit 1,algorithm pdf
UNIT machine learning  unit 1,algorithm pdfUNIT machine learning  unit 1,algorithm pdf
UNIT machine learning unit 1,algorithm pdf
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.ppt
 
Intro.pptx
Intro.pptxIntro.pptx
Intro.pptx
 
Database an introduction
Database an introductionDatabase an introduction
Database an introduction
 
Unit1 DBMS Introduction
Unit1 DBMS IntroductionUnit1 DBMS Introduction
Unit1 DBMS Introduction
 
dbms introduction.pptx
dbms introduction.pptxdbms introduction.pptx
dbms introduction.pptx
 
Dbms unit 1
Dbms unit 1Dbms unit 1
Dbms unit 1
 
INTRODUCTION TO RDBMS
INTRODUCTION TO RDBMSINTRODUCTION TO RDBMS
INTRODUCTION TO RDBMS
 
dbms Unit 1.pdf arey bhai teri maa chodunga
dbms Unit 1.pdf arey bhai teri maa chodungadbms Unit 1.pdf arey bhai teri maa chodunga
dbms Unit 1.pdf arey bhai teri maa chodunga
 
dbms ppt.pptx database management system
dbms ppt.pptx database management systemdbms ppt.pptx database management system
dbms ppt.pptx database management system
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
 
MS-CIT Unit 9.pptx
MS-CIT Unit 9.pptxMS-CIT Unit 9.pptx
MS-CIT Unit 9.pptx
 
Information Management
Information ManagementInformation Management
Information Management
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdf
 

More from Mukesh Jaiswal

ADR by Mukesh Jaiswal & Somya Verma
ADR by Mukesh Jaiswal & Somya VermaADR by Mukesh Jaiswal & Somya Verma
ADR by Mukesh Jaiswal & Somya VermaMukesh Jaiswal
 
Fraud & misconduct by Mukesh Jaiswal
Fraud & misconduct by Mukesh JaiswalFraud & misconduct by Mukesh Jaiswal
Fraud & misconduct by Mukesh JaiswalMukesh Jaiswal
 
Bioavailability & bioequivalance
Bioavailability & bioequivalanceBioavailability & bioequivalance
Bioavailability & bioequivalanceMukesh Jaiswal
 
Site & investigator selection
Site & investigator selectionSite & investigator selection
Site & investigator selectionMukesh Jaiswal
 
Kinetics of ADME by Mukesh Jaiswal
Kinetics of ADME by Mukesh JaiswalKinetics of ADME by Mukesh Jaiswal
Kinetics of ADME by Mukesh JaiswalMukesh Jaiswal
 

More from Mukesh Jaiswal (6)

ADR by Mukesh Jaiswal & Somya Verma
ADR by Mukesh Jaiswal & Somya VermaADR by Mukesh Jaiswal & Somya Verma
ADR by Mukesh Jaiswal & Somya Verma
 
Fraud & misconduct by Mukesh Jaiswal
Fraud & misconduct by Mukesh JaiswalFraud & misconduct by Mukesh Jaiswal
Fraud & misconduct by Mukesh Jaiswal
 
Bioavailability & bioequivalance
Bioavailability & bioequivalanceBioavailability & bioequivalance
Bioavailability & bioequivalance
 
Site & investigator selection
Site & investigator selectionSite & investigator selection
Site & investigator selection
 
HTS by mukesh
HTS by mukeshHTS by mukesh
HTS by mukesh
 
Kinetics of ADME by Mukesh Jaiswal
Kinetics of ADME by Mukesh JaiswalKinetics of ADME by Mukesh Jaiswal
Kinetics of ADME by Mukesh Jaiswal
 

Recently uploaded

Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxryandux83rd
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...Nguyen Thanh Tu Collection
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPCeline George
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxMadhavi Dharankar
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptx
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
 
Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,Spearman's correlation,Formula,Advantages,
Spearman's correlation,Formula,Advantages,
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERP
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 

Data base and data entry presentation by mj n somya

  • 1. DATA BASE AND DATA ENTRY Presented By:- Mukesh Jaiswal Somya Verma ICRI, Dehradun.
  • 2. Clinical Data Base • A database is a method of organizing and analyzing information. • A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full- text, numeric, and images.
  • 3. Cont… • In computing, databases are sometimes classified according to their organizational approach. The most prevalent approach is the relational database, a tabular database in which data is defined so that it can be reorganized and accessed in a number of different ways. A distributed database is one that can be dispersed or replicated among different points in a network. An object-oriented programming database is one that is congruent with the data defined in object classes and subclasses
  • 4. Cont… • The main objectives of data base design is to capture and store clinical data accurately. • The essential features of good design are ease of data capture, efficient creation of analysis datasets and accommodation of source data transfer formets.
  • 5. Why use a database? • Organize and analyze information in different ways – Sorting – Grouping – Querying – Reporting – Exporting for statistical analysis • Computerized database – Speed – Quality control – Precision – Automate repetitive tasks
  • 6. Databases versus Excel • Excel has some limited capabilities to sort data but its primary function is to create financial spreadsheets – Can create “what if” scenarios to determine financial consequences – Can be used for small and limited research data sets and simple lists – Not multi-user such that only one person can work on the file at a time • Databases are designed to collect, sort, and manipulate data – Data sets can process large amounts of data and is usually limited by hardware constraints – Structure is in the same format for each member record of a table – Data quality control features ensure that valid data is entered – A relational database allows for linking of an unlimited number of tables – Databases are multi-user because the data can reside on a server and multiple people can have access at the same time – Many databases offer web interfaces thereby eliminating the need for each user to have a copy of the the program on their computer
  • 7. Cont… • Many databases offer audit functions required by certain regulatory agencies • Tracks date record created and modified • Tracks original and changed values • Requires user to give reason for the change • Databases are more suitable for importing data from multiple sources • More robust in connecting to different data sources • Imports of different data types into different tables can be linked via common identifiers such as subject ID • Merging multiple data sources into Excel so that the rows line up properly in a flat file format can be a challenge
  • 8. How is a database organized? • One or more tables • Tables store records – Patient identifiers – Demographics and history – Test results – Etc….. • A record is a collection of fields – Patient identifiers • Name, DOB, address, …..are stored in separate fields
  • 9. Records and Fields Fields Records
  • 10. Differences between a clinical and research database • Clinical database – Form or report oriented so data is displayed for clinical decision making – Emphasis on displaying or reporting of individual data rather than accumulating multiple records • Research database – Table oriented so that data is accumulated for eventual export to a statistical package for data analysis and reporting – Less emphasis on individual records
  • 11. Types of Database • Flat-File:- The flat-file style of database are ideal for small amounts of data that needs to be human readable or edited by hand. Essentially all they are made up of is a set of strings in one or more files that can be parsed to get the information they store; great for storing simple lists and data values, but can get complicated when you try to replicate more complex data structures.
  • 12. Cont… • Relational:- The relational databases such as MySQL, Microsoft SQL Server and Oracle, have a much more logical structure in the way that it stores data. Tables can be used to represent real world objects, with each field acting like an attribute. • One major advantage of the relational model is that, if a database is designed efficiently, there should be no duplication of any data; helping to maintain database integrity. This can also represent a huge saving in file size, which is important when dealing with large volumes of data.
  • 13. Cont… • Relational databases also have functions "built in" that help them to retrieve, sort and edit the data in many different ways. These functions save script designers from having to worry about filtering out the results that they get, and so can go quite some way to speeding up the development and production of web applications.
  • 14. Advantages of a Relational Database • Elimination of Multiple Value Data – a relational database allows creation of relationships for subordinate data. For example, a table for laboratory testing and another table for clinical findings would each have multiple subjects but the subject demographic information is maintained in a separate table). • Avoiding Update Anomalies – since data is stored in only one place, it is easy to update (no other copies to remember to update). • Avoiding Data Entry Anomalies – like updates, since data is only stored in one place, it needs to be inserted in one place. • Avoiding Data Deletion Anomalies – once again, since data is in one place only, it is deleted only once.
  • 15. Advantages of a database • Collection of data in a centralized location • Controls redundant data • Data stored so as to appear to users in one location – Data can be stored in multiple tables and come from multiple sources – A relational database brings it all together
  • 16. Database Design Considerations • What to collect – What questions are to be answered? – Think of the data tables in your future publications • Focus on the key data elements rather than collect as much as possible • What statistical package will be used – Format of the data file to which the data will be exported • Allowable characters • Format for certain analyses – For example, gender can be recorded in the database as M or F but statistical package may require 0 and 1 • Length of data field labels • Long or wide format
  • 17. Long versus Wide Format Long: each year is represented as its own observation in a record Wide: each family is a record and each year is a field with that record
  • 18. Quality Control of Data Before Study • Collect only needed variables • Select appropriate computer hardware and software • Plan analyses with dummy tabulations • Develop study forms – Precode responses – Format boxes for data entry – Label each page with date, time, ID – Consider scan technology
  • 19. What needs to be in the research database?  Research variables directly related to the hypotheses being tested-YES  Clinical measures used for screening-MAYBE ◦ Blood work, ECG, medical history  Administrative data-NO ◦ Contact information ◦ Scheduling
  • 20. What Do You Do With the Data? • Ongoing monitoring • Safety/adverse event reporting • IRB reports/sponsor reports • FDA reports • Early analysis/late analysis
  • 21. Data Entry • Refers to the process of transferring data from the paper CRF to the data base. • This is also refers to as transcribing the data. • Data entry result in creation of electronic data , which corresponds to the CRF data. • Once the data is entered into the database, it is reviewed and validated by the data editor. • Data entry consists of both double entry and single entry.
  • 22. Double Entry • This involves entry of the same CRF page by two independent data entry personnel. • The first data entry personnel keys in the data into the database. Later, a second independent data entry personnel keys in the same data. • In the case of difference or discrepancy between first and second entry, a ‘pop up’ box throws up, alerting the second data entry personnel either key in what they see or to accept what the first data entry personnel has entered.
  • 23. Cont… • Another option is to have a third personnel review the differences/discrepancies and resolve them. • Thus double data entry serves as a quality check in the data that is entered into the database.
  • 24. Cont… • The system allowed design of data entry forms that satisfied the needs of our clinicians, biostatisticians, and administrative staff. The system drastically reduced the time required to enter patient exam, demographic, and laboratory measurement data onto the study database, and provided tools for verifying that the data were scanned accurately. The system improved both the quality of patient care and the integrity of clinical patient data, allowing clinicians to quickly and easily retrieve patient records, and permitted our biostatisticians to generate periodic recruitment monitoring, patient safety, protocol adherence, and data quality assurance reports in a timely fashion.
  • 25. Single Entry • This involves entry by single data entry personnel. • This process is used when there are sufficient and extensive checks built into the database that would detect certain error that might be missed out by the data entry personnel. • Single data entry is extensively used in EDC and RDC systems.
  • 26. Cont… • Thus single data entry eliminates having data entry personnel within the data management unit. • Once the data is keyed directly at site, it is already to be reviewed, edited and validated by the data editor.
  • 27. Cont… The data entry could be of two types:- • Data entry is done locally at the site database and transmitted periodically to the central database via internet or using a dialup line. Sometimes the data is sent using other electronic media such as a CD, floppy or as a mail attachment. • Data entry is done online directly into the central database via internet. Usually these systems are web- based and the data is available in real time for review.
  • 28. Rules for Data Entry • Each variable has a field in the dataset • Categorical and nominal values require a number or string code • Continuous values are entered directly • Missing values must be different values from a real response – Common formats are “99” or bullets “·” – Don’t know is a response—do not leave blank – “0” is not the same as missing • Coding instructions should be on form • Avoid open-ended questions
  • 29. Avoid open-ended questions • Enter the subject’s gender:___________________ • Enter the subject's level of education:__________
  • 30. Close Ended Question What is the subject’s sex? Check one Male Female
  • 31. Use pre-coded responses where possible