SlideShare a Scribd company logo
1 of 32
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

What's hot (20)

Types o f information systems
Types o f information systemsTypes o f information systems
Types o f information systems
 
Data Processing and its Types
Data Processing and its TypesData Processing and its Types
Data Processing and its Types
 
Data Processing
Data ProcessingData Processing
Data Processing
 
Data Visualization
Data VisualizationData Visualization
Data Visualization
 
Data validation
Data validationData validation
Data validation
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
 
Data presentation 2
Data presentation 2Data presentation 2
Data presentation 2
 
What is "data"?
What is "data"?What is "data"?
What is "data"?
 
Data Entry
Data EntryData Entry
Data Entry
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
 
Data, knowledge and information
Data, knowledge and informationData, knowledge and information
Data, knowledge and information
 
Database Design
Database DesignDatabase Design
Database Design
 
MS Office for medical staff.pptx
MS Office for medical staff.pptxMS Office for medical staff.pptx
MS Office for medical staff.pptx
 
Electronic Data Processing
Electronic Data ProcessingElectronic Data Processing
Electronic Data Processing
 
Clinical decision support systems
Clinical decision support systemsClinical decision support systems
Clinical decision support systems
 
Internet and Its Impact On Health
Internet and Its Impact On HealthInternet and Its Impact On Health
Internet and Its Impact On Health
 
Data and its Types
Data and its TypesData and its Types
Data and its Types
 
Database management system
Database management system Database management system
Database management system
 
Data
DataData
Data
 

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
 

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 ...
 
Database and types of database
Database and types of databaseDatabase and types of database
Database and types of database
 
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
 

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
 
Lect 1a - Introduction to Pharmacy Informatics 1a.pdf
Lect 1a - Introduction to Pharmacy Informatics 1a.pdfLect 1a - Introduction to Pharmacy Informatics 1a.pdf
Lect 1a - Introduction to Pharmacy Informatics 1a.pdfTSha7
 
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
 

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
 
Lect 1a - Introduction to Pharmacy Informatics 1a.pdf
Lect 1a - Introduction to Pharmacy Informatics 1a.pdfLect 1a - Introduction to Pharmacy Informatics 1a.pdf
Lect 1a - Introduction to Pharmacy Informatics 1a.pdf
 
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
 

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

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 

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