CDISC Journal. Using CDISC ODM to Migrate Data. By Alan Yeomans. Abstract. Setting the Scene
|
|
|
- Kerry Ball
- 10 years ago
- Views:
Transcription
1 CDISC Journal Clinical Data Interchange Standards Consortium O ctober 2011 Using CDISC ODM to Migrate Data By Alan Yeomans Abstract The migration of data from a legacy system to a new EDC system poses both technical and regulatory challenges. System architectures differ widely, database structures are not compatible and it is rare that a simple copy-paste type of solution can be applied. This paper describes the choice of CDISC ODM as a mechanism to migrate data from a legacy system that did not support CDISC standards, and the work entailed. Conversion, cleaning, archiving, migration, export to a legacy data analysis system and validation of the data were all aspects that were included in the migration project. The migration took approximately 6 months to prepare, and 3 days to perform. Setting the Scene The sponsor wanted to update a proprietary database solution containing post marketing information comprising over 33 million data points collected over 15 years to a new EDC solution. The data points were derived from 1.1 million forms corresponding to 116,000 visits for 15,000 patients. The study covers 31 countries around the world. The existing study consisted of paper forms (filled out manually onsite) being returned to the sponsor for entry into the database. Laboratory samples with centralised analysis had also been performed. Reports and analyses of the data were then produced and sent back to the sites. The new solution specified that all sites would use a web-based interface to directly enter patient information. Reports and analyses would then be automatically generated online for users to download directly. As the original process was largely paper-based, the sponsor decided on a 30 day stop for data entry into the system by investigators. During the first two weeks of that stop data cleaning would be performed on the existing database solution, and then that database would be frozen/locked and the migration to the new EDC solution would commence. All data collected by investigators during this 30 day stop would then be entered by the investigators themselves retroactively once the new system was taken into operation. 1
2 During the 15 years that the study had been in operation a number of protocol amendments had been performed. This resulted in data that was relevant but had only been collected in later years, historic data that was no longer collected but was still of use for reference, and historic data that was no longer collected and was not of interest. It was decided that as well as migrating the data, the CRF would be updated (i.e. a new protocol amendment performed) and data that was no longer of interest would be sorted out of the data set and not migrated at all. The sponsor had an advanced collection of SAS scripts for analysis of data in their analysis database, and the decision was made to continue using the analysis database even after the migration to perform advanced analyses. Data Cleaning There were a number of data processing steps required, the first of which was data cleaning. This involved completion of data and answering of open queries, basically bringing the existing database fully up to date before starting the migration. From the point of view of the migration process there were only two requirements resulting from data cleaning: The data cleaning must be completed before the rest of the migration process can commence (which was a sponsor activity and responsibility). It must be possible to clean data in the new EDC system even after migration we do not live in a perfect world and we must make allowances accordingly. Define Data to be Migrated Most of the data was to be migrated, but a small portion was judged to be not of interest and was not migrated. This resulted in the following categories of data to be taken into account during the migration: Historic data that was not migrated Historic data that was migrated, but only for reference purposes it should not be possible to modify in the new CRF Historic data that was migrated, was not included in the new CRF, but which should be editable (allowing investigators to update or correct old data) Data that was part of the new CRF (irrespective of whether it was migrated from the old system or directly entered by the investigator into the new system) and which was to be handled accordingly. The majority of the data was in this category. Archiving of Historic Data Archiving became a little simpler when it was decided not to migrate all data to the new EDC system. Using the new EDC system to archive historic data was no longer an option. In the end it was decided that the entire existing proprietary database and associated tools and macros would be mothballed and stored by the sponsor in such a fashion that it can be extracted from storage and re-installed if necessary. 2 CDISC.org
3 Data Mapping Data is not just data - there were a number of special cases discovered when the detailed mapping of variables was started. The first special case that arose was metadata. This included information about clinics as well as detailed information about the data entered (audit trail information and more). As the old solution was basically a paper process there were no electronic signatures or equivalents to migrate. Data formats had sometimes been changed in the past, and some were being changed as a result of the protocol amendment being performed when the new EDC system was implemented. Conversion rules for each format change were defined and implemented. In some cases independent data fields in the historic data were being combined into one common data field in the new EDC system, and in some cases these did not even have the same format initially. One example was a single numerical field in the new system, which had two numerical fields and one text field from the old system all being mapped into it. This required analysis and conversion of the text field. The opposite was also being done two or more new data fields were being implemented in the new protocol for data that had historically not been differentiated. This required careful mapping so that every individual instance in the old system was migrated into the correct field in the new system. The new EDC system allowed specification of allowed values and range checks, something that was used extensively in the new protocol. Many old data values did not comply with these allowed values or were out of range and rules for handling these values were drawn up. In some cases these values were allowed only for historic data, in other cases they were marked as invalid and the investigator was prompted to correct these values (by automatically generated queries) when the new system was taken online. Data Export from the Old Solution As the original data was stored in a proprietary database (without support for export in CDISC ODM format) a special application was written to extract all data. The extracted data was then converted to CDISC ODM format and written into files containing a maximum of 500 patients each. This resulted in 31 files to be imported into the new EDC system. This was the only new programming performed especially for the data migration, and as such Computer System Validation (CSV) of the program must be considered. As this was a once-off, throw-away program (it will never be used again) the question arises about whether or not it is sufficient to validate the data (can the program be considered to be part of the data migration procedure) or is CSV of the export program a requirement? As the data being migrated was from a post marketing study and not a clinical study we decided against CSV this time, but it does raise an interesting question for the future. Data Import to the New EDC System The new EDC system contains CDISC ODM import and export as standard functionality, which eased the rest of the process. CDISC ODM import was a little quicker than the export program, so the export program was started first and then after a few hours the import was started. As soon as the export 3 CDISC.org
4 program produced a new file (of the total of 31) it was transferred to the import program. The entire export/import run took approximately 36 hours. The new protocol specified a number of calculated values to be produced based on the data entered by the investigator. These values did not exist in the old system, so the calculated values had to be created by the new system for migrated data after it had been imported. Functions and scripts were triggered after all data had been imported and these values were produced. As the sponsor will continue to use their SAS-based analysis database (which was even used for the old system) a SAS export set is produced by the new EDC system for export to the analysis database. Validation of Data The sponsor s decision to use the same analysis database with the new system as for the old system eased the way for a comprehensive and detailed data validation procedure that did not cost much in terms of extra effort. The decision was made to compare the SAS-export from the old database to the SAS-export from the new database and use that to verify that the data had been migrated correctly. The goal was to be able to perform a file compare of the output from both systems, but in order to do that SAS scripts had to be written to take into account the data mappings and conversions described above. From a validation point of view this resulted in an independent (in terms of programming) set of scripts to validate the data migrated. The result of the SAS file comparison still produced a number of deviations (that could not be programmed into SAS). Each of these deviations then had to be checked and accounted for in the final validation report. Finally end-to-end data validation still had to be performed to confirm that the original source records had been correctly migrated into the new EDC system, and for this validation even the data cleaning had to be taken into account. Why CDISC ODM? The choice to use CDISC ODM format for the data migration was simple when we considered the following advantages: Reuse of import functionality. The export function was a once-off, throw-away product and appending a CDISC ODM format conversion to that product was additional work. But by using CDISC ODM for the import format we anticipate that we will be able to reuse the import functionality many times in the future, and thus save design effort in the long term The use of the CDISC ODM format resulted in a preliminary data correctness check before import the data had to fit into the CDISC ODM format or there was something wrong with the initial data Separation of export and import eases debugging and validation. The fact that human readable CDISC ODM files were produced as the interface between these processes made everyone s life easier Computer System Validation of the new EDC system covers the import functionality, and therefore we only need to perform CSV of our product once for many data migrations 4 CDISC.org
5 Good Practice The migration taught us a lot about how to migrate data and (surprisingly enough) not too much about how not to migrate the choices we made for this data migration were confirmed by the success of the operation. The first users started using the system the same day it went online and 6 new patients were entered into the database during the first two weeks of use. Other major factors (besides the use of CDISC ODM) that contributed to the success of the data migration were: The production of a detailed mapping of all variables including format conversions and data field combinations and splits The production of a data decision document in advance of the migration, deciding how to handle different non-compliances before they arose Multiple test runs of the data migration (starting at one patient, one clinic, one country, etc.) to identify special data cases that need to be handled and other problems well ahead of time The next steps Where do we go from here? This time there were a number of areas that we could ignore as we were migrating data from a paper based process even though the data came from a database. We have already commenced our next data migration project and it is a step up in complexity the migration of data from a proprietary web-based ecrf system with clinics, users, audit trail, queries, comments and electronic signatures. This system does not support CDISC ODM so we will use a similar methodology to that described above, however there is a lot more regulatory information (21 CFR Part 11 compliant information) that must be included and handled correctly this time. After that the next project will involve migrating data from another commercially available EDC system, one that does support CDISC ODM. We suspect that this may not be as simple as it sounds CDISC ODM does allow users a certain degree of freedom in specifying customised fields, and the sponsor may decide to perform a protocol update at the same time. Therefore we suspect we may still need to perform a certain degree of post-processing on the CDISC ODM files exported from that system before they are ready for import into our system. Or maybe CDISC ODM really will solve all our problems... Copyright CDISC October 2011 cdisc.org 5 CDISC.org
Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS
Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS Training Course in Sexual and Reproductive Health Research Geneva 2013 OUTLINE Overview of Clinical Data
An Introduction to Electronic Data Capture Software. Learn the basics to find the right system for your needs
An Introduction to Electronic Data Capture Software Learn the basics to find the right system for your needs By Forte Research Systems Software to fit your clinical research needs Cloud-based clinical
Programme Guide PGDCDM
Post Graduate Diploma in Clinical Data Management and Biostatistics with SAS Programme Guide PGDCDM School of Health Sciences Indira Gandhi National Open University WHY THIS PROGRAMME? The Post Graduate
Organization Profile. IT Services
Introduction In today s scientific and medical world, various issues in clinical trials and research have permeated every society and every field in medicine. Ethics and in particular the quality of research
Statistical Operations: The Other Half of Good Statistical Practice
Integrating science, technology and experienced implementation Statistical Operations: The Other Half of Good Statistical Practice Alan Hopkins, Ph.D. Theravance, Inc. Presented at FDA/Industry Statistics
Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS
Clinical Data Management (Process and practical guide) Dr Nguyen Thi My Huong WHO/RHR/RCP/SIS Training Course in Sexual and Reproductive Health Research Geneva 2012 OUTLINE Clinical Data Management CDM
Using SAS Data Integration Studio to Convert Clinical Trials Data to the CDISC SDTM Standard Barry R. Cohen, Octagon Research Solutions, Wayne, PA
Using SAS Data Integration Studio to Convert Clinical Trials Data to the CDISC SDTM Standard Barry R. Cohen, Octagon Research Solutions, Wayne, PA ABSTRACT A new industry standard for clinical trials data,
The Importance of Good Clinical Data Management and Statistical Programming Practices to Reproducible Research
The Importance of Good Clinical Data Management and Statistical Programming Practices to Reproducible Research Eileen C King, PhD Research Associate Professor, Biostatistics Acting Director, Data Management
ECRIN (European Clinical Research Infrastructures Network)
ECRIN (European Clinical Research Infrastructures Network) Wolfgang Kuchinke University of Duesseldorf (HHU) and ECRIN EUDAT 1st User Forum 7 March 2012 8 March 2012, Barcelona 1 What is ECRIN? European
Optimizing Data Quality and Patient Safety with EDC Integration
Optimizing Data Quality and Patient Safety with EDC Integration March 2012 Gwen Alofaituli Sale, MPH Lead Business Systems Analyst, EDC Christopher Lanning, MS Sr. Scientific Developer, EDC Lawrence Love
Healthcare Link User's Guide
Healthcare Link User's Guide Clinical Research Data Capture Introduction Healthcare Link is a CDISC initiative with the overarching goals to make it easier for physicians/healthcare sites to participate
Supplement to the Guidance for Electronic Data Capture in Clinical Trials
Supplement to the Guidance for Electronic Data Capture in Clinical Trials January 10, 2012 Drug Evaluation Committee, Japan Pharmaceutical Manufacturers Association Note: The original language of this
KCR Data Management: Designed for Full Data Transparency
KCR Data Management: Designed for Full Data Transparency 6% Observational 4% Phase IV 2% Device 11% Phase I 28% Phase II 49% Phase III The quality of study data relies first and foremost on the quality
Electronic Data Capture - MACRO. Anja Fischer, Thomas Müller
Electronic Data Capture - MACRO Anja Fischer, Thomas Müller Agenda Purpose of Electronic Data Capture (EDC) Regulatory Requirements EDC-System MACRO Clinical Trial Support for ELN by WP 3 (CICS) Costs
The Evolution of Data Management Job Models. in the Execution of Clinical Trials. [email protected]. www.kcrcro.com
The Evolution of Data Management Job Models in the Execution of Clinical Trials [email protected] KCR S.A. Corporate Headquarters 6 Postepu str., 02-676 Warsaw Phone: +48 22 313 13 13 Fax: +48 22 313 13 14
«How we did it» Implementing CDISC LAB, ODM and SDTM in a Clinical Data Capture and Management System:
Implementing CDISC LAB, ODM and SDTM in a Clinical Data Capture and Management System: «How we did it» 27 April 2006 Berlin CDISC Interchange Xavier Bessette, [i-clinics] Jozef Aerts, XML4Pharma Who are
Guidance for electronic trial data capturing of clinical trials
Guidance for electronic trial data capturing of clinical trials 1 st November, 2007 Japan Pharmaceutical Manufacturing Association pg. 1 Table of Contents 1. Background... 3 2. Purpose... 3 3. Scope...
ORACLE CLINICAL. Globalization. Flexibility. Efficiency. Competition ORACLE DATA SHEET OVERVIEW ROBUST CLINICAL DATA MANAGEMENT SOLUTION
ORACLE CLINICAL OVERVIEW ROBUST CLINICAL DATA MANAGEMENT SOLUTION Smoothly transition from paper to EDC trials Annotated CRFs provides an intuitive means of creating submission-ready annotations Improved
Infoset builds software and services to advantage business operations and improve patient s life
Infoset builds software and services to advantage business operations and improve patient s life Clinical Data Management ecrf & EDC Patient Support Programs Medication Adherence Mobile e-health Big Data
INSERT COMPANY LOGO HERE BEST PRACTICES RESEARCH
INSERT COMPANY LOGO HERE BEST PRACTICES RESEARCH Background and Company Performance Industry Challenges esource: Electronic Clinical Trial Solution Clinical trial sponsors and clinical research organizations
A white paper presented by: Barry Cohen Director, Clinical Data Strategies Octagon Research Solutions, Inc. Wayne, PA
THE CLINICAL DATA AND REGULATORY EXPERTS SDTM, Plus or Minus A white paper presented by: Barry Cohen Director, Clinical Data Strategies Octagon Research Solutions, Inc. Wayne, PA This Whitepaper is for
REGULATIONS COMPLIANCE ASSESSMENT
ALIX is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. REGULATIONS COMPLIANCE ASSESSMENT BUSINESS
Data Management Unit Research Institute for Health Sciences, Chiang Mai University
Data Management Unit Research Institute for Health Sciences, Chiang Mai University Clinical Data Management is the process of handling data from clinical trials. The inherent goal of any clinical data
4. Executive Summary of Part 1 FDA Overview of Current Environment
Public Meeting Regulatory New Drug Review: Solutions for Study Data Exchange Standards 1. Background Meeting Summary Food and Drug Administration White Oak, MD November 5, 2012 10am 4pm On November 5,
Building an Integrated Clinical Trial Data Management System With SAS Using OLE Automation and ODBC Technology
Building an Integrated Clinical Trial Data Management System With SAS Using OLE Automation and ODBC Technology Alexandre Peregoudov Reproductive Health and Research, World Health Organization Geneva, Switzerland
MAKE THE SWITCH TO ELECTRONIC DATA CAPTURE
MAKE THE SWITCH TO ELECTRONIC DATA CAPTURE Sophie McCallum, Director of Operations, Clinovo INTRODUCTION Electronic Data Capture (EDC) collects clinical trial data electronically rather than on paper.
Topics. From paper to EDC. From paper to EDC. From paper to EDC. From paper to EDC
Topics Infermed MACRO - Electronic Data Capture according to GCP Dipl. Inf. A. Fischer I. II. Requirements by GCP III. IV. Heidelberg / January 28, 2008 2 History Idea born in 1970s 1980 - early 1990s:
Data-management and Biostatistics
Data-management and Biostatistics OnQ Data prides itself in being able to offer a cost-effective flexible service that result in the hassle-free generation of clean, high quality scientific data in the
End-to-End E-Clinical Coverage with Oracle Health Sciences InForm GTM
End-to-End E-Clinical Coverage with InForm GTM A Complete Solution for Global Clinical Trials The broad market acceptance of electronic data capture (EDC) technology, coupled with an industry moving toward
How To Use Sas With A Computer System Knowledge Management (Sas)
Paper AD13 Medical Coding System for Clinical Trials 21 CFR Part 11 Compliant SAS/AF Application Annie Guo, ICON Clinical Research, Redwood City, CA ABSTRACT Medical coding in clinical trials is to classify
datalabs edc REvolutionizing clinical data management
datalabs edc REvolutionizing clinical data management Since 2002, the DataLabs EDC solution has been helping many biopharmaceutical sponsors, clinical research organizations (CROs) and medical device manufacturers
CLINICAL DATA MANAGEMENT
J * Edition Practical Guide to CLINICAL DATA MANAGEMENT Susanne Prokscha (g) CRC Press Taylor Francis Croup London York CRC Press is an imprint of the Taylor Francis Croup, an buslness Preface Introduction
Clinical Data Management BPaaS Approach HCL Technologies
Leading pharmaceutical companies are estimating new business models including alternative Clinical data management platforms to reduce costs, shorten timelines, and maintain quality and compliance. HCL
UTILIZING CDISC STANDARDS TO DRIVE EFFICIENCIES WITH OPENCLINICA Mark Wheeldon CEO, Formedix Boston June 21, 2013
UTILIZING CDISC STANDARDS TO DRIVE EFFICIENCIES WITH OPENCLINICA Mark Wheeldon CEO, Formedix Boston June 21, 2013 AGENDA Introduction Real World Uses : Saving Time & Money. Your Clinical Trials Automated.
Records management in SharePoint 2010
Records management in SharePoint 2010 Implications and issues Crown copyright 2011 You may re-use this information (excluding logos) free of charge in any format or medium, under the terms of the Open
Clinical database/ecrf validation: effective processes and procedures
TITOLO SLIDE Testo Slide Testo Slide Testo Slide Clinical database/ecrf validation: effective processes and procedures IV BIAS ANNUAL CONGRESS Padova September, 26 th 2012 PQE WORKSHOP: What's new in Computerized
9 Things you need to know about Continuous Monitoring Systems in FDA-Regulated Environments
9 Things you need to know about Continuous Monitoring Systems in FDA-Regulated Environments If you work in a life science company or any company that is regulated by the FDA, you know that you will have
USE CDISC SDTM AS A DATA MIDDLE-TIER TO STREAMLINE YOUR SAS INFRASTRUCTURE
USE CDISC SDTM AS A DATA MIDDLE-TIER TO STREAMLINE YOUR SAS INFRASTRUCTURE Kalyani Chilukuri, Clinovo, Sunnyvale CA WUSS 2011 Annual Conference October 2011 TABLE OF CONTENTS 1. ABSTRACT... 3 2. INTRODUCTION...
Reflection paper on expectations for electronic source data and data transcribed to electronic data collection tools in clinical trials
09 June 2010 EMA/INS/GCP/454280/2010 GCP Inspectors Working Group (GCP IWG) Reflection paper on expectations for electronic source data and data transcribed to electronic data collection tools in clinical
Effective Data Management Plans for Research Studies Patrick Murphy, Research Informatics, Family Health International
Effective Data Management Plans for Research Studies Patrick Murphy,, Family Health International 1 What is a Data Management Plan? A document that describes how data (clinical, behavioural, lab) will
Data Conversion to SDTM: What Sponsors Can Do to Facilitate the Process
Data Conversion to SDTM: What Sponsors Can Do to Facilitate the Process Fred Wood VP, Data Standards Consulting Octagon Research Solutions CDISC U.S. Interchange Baltimore, MD November 2009 1 Outline Background
GCP INSPECTORS WORKING GROUP <DRAFT> REFLECTION PAPER ON EXPECTATIONS FOR ELECTRONIC SOURCE DOCUMENTS USED IN CLINICAL TRIALS
European Medicines Agency London, 17 October 2007 Doc. Ref. EMEA/505620/2007 GCP INSPECTORS WORKING GROUP REFLECTION PAPER ON EXPECTATIONS FOR ELECTRONIC SOURCE DOCUMENTS USED IN CLINICAL TRIALS
Computerised Systems. Seeing the Wood from the Trees
Computerised Systems Seeing the Wood from the Trees Scope WHAT IS A COMPUTERISED SYSTEM? WHY DO WE NEED VALIDATED SYSTEMS? WHAT NEEDS VALIDATING? HOW DO WE PERFORM CSV? WHO DOES WHAT? IT S VALIDATED -
A white paper. Data Management Strategies
A white paper Data Management Strategies Data Management Strategies Part 1: Before the Study Starts By Jonathan Andrus, M.S., CQA, CCDM Electronic Data Capture (EDC) systems should be more than just a
21 CFR Part 11 Compliance Using STATISTICA
21 CFR Part 11 Compliance Using STATISTICA Last Updated: April 2003 This document was updated to reflect the FDA s latest guidance (released February, 2003) and the withdrawal of previous guidance.! STATSOFT
QUALITY CONTROL AND QUALITY ASSURANCE IN CLINICAL RESEARCH
QUALITY CONTROL AND QUALITY ASSURANCE IN CLINICAL RESEARCH Martin Valania, Executive Director, Corporate QA and Compliance Introduction Pharmaceutical companies recognize the benefits of carefully managing
Risk based monitoring using integrated clinical development platform
Risk based monitoring using integrated clinical development platform Authors Sita Rama Swamy Peddiboyina Dr. Shailesh Vijay Joshi 1 Abstract Post FDA s final guidance on Risk Based Monitoring, Industry
Data Collection Database options and Data Management considerations. Paul Donnelly George Clinical The George Institute for Global Health
Data Collection Database options and Data Management considerations Paul Donnelly George Clinical The George Institute for Global Health 1 Overview Introduction and types of studies Scope of research studies
Single Source: Use of Patient Care Data in Support of Clinical Research. Liora Alschuler, Landen Bain, Rebecca Kush, PhD October 2003
Single Source: Use of Patient Care Data in Support of Clinical Research Liora Alschuler, Landen Bain, Rebecca Kush, PhD October 2003 Two Different Worlds Patient Care World Clinical Research World Different
SAS CLINICAL TRAINING
SAS CLINICAL TRAINING Presented By 3S Business Corporation Inc www.3sbc.com Call us at : 281-823-9222 Mail us at : [email protected] Table of Contents S.No TOPICS 1 Introduction to Clinical Trials 2 Introduction
ComplianceSP TM on SharePoint. Complete Document & Process Management for Life Sciences on SharePoint 2010 & 2013
TM ComplianceSP TM on SharePoint Complete Document & Process Management for Life Sciences on SharePoint 2010 & 2013 Overview With increasing pressure on costs and margins across Life Sciences, the industry
Guidance for Industry. 21 CFR Part 11; Electronic Records; Electronic Signatures. Electronic Copies of Electronic Records
Guidance for Industry 21 CFR Part 11; Electronic Records; Electronic Signatures Electronic Copies of Electronic Records Draft Guidance This guidance document is being distributed for comment purposes only.
<workers> Online Claims and Injury Management
Global Resources... Local Knowledge With over 30 years experience in workers compensation, our claims management systems have been adopted by Self-Insured Organisations, Third Party Administrators and
Implementing an Audit Trail within a Clinical Reporting Tool Paul Gilbert, Troy A. Ruth, Gregory T. Weber DataCeutics, Inc.
Paper AD12 Implementing an Audit Trail within a Clinical Reporting Tool Paul Gilbert, Troy A. Ruth, Gregory T. Weber DataCeutics, Inc., Pottstown, PA ABSTRACT This paper is a follow-up to Overview of a
Overview of the CDISC Operational Data Model for Clinical Data Acquisition and Archive (based on CDISC DTD 1.1 Final)
Overview of the CDISC Operational Data Model for Clinical Data Acquisition and Archive (based on CDISC DTD 1.1 Final) Copyright 2002 CDISC April 26, 2002 History and Background Historically there has been
The Next Generation Clinical Trial Management Platform. TranSenda is now a part of. White Paper June 2010
TranSenda is now a part of The Next Generation Clinical Trial Management Platform White Paper June 2010 Written by Robert Webber Vice-President, Clinical Trial Management Systems, BioClinica, Inc. Is Anything
Monitoring Clinical Trials with a SAS Risk-Based Approach
Paper DH05 Monitoring Clinical Trials with a SAS Risk-Based Approach Laurie Rose, SAS, Cary, NC USA ABSTRACT With global regulatory encouragement, the life sciences industry is gaining momentum to embrace
XClinical offers an integrated range of software products for CROs, pharmaceutical, medical device and biopharmaceutical companies.
XCLINICAL Software & Services - Fast - Flexible - Focused XClinical offers an integrated range of software products for CROs, pharmaceutical, medical device and biopharmaceutical companies. Our products
Streamlining the drug development lifecycle with Adobe LiveCycle enterprise solutions
White paper Streamlining the drug development lifecycle with Adobe LiveCycle enterprise solutions Using intelligent PDF documents to optimize collaboration, data integrity, authentication, and reuse Table
Challenges and Opportunities in Clinical Trial Data Processing
Challenges and Opportunities in Clinical Trial Data Processing Vadim Tantsyura, Olive Yuan, Ph.D. Sergiy Sirichenko (Regeneron Pharmaceuticals, Inc., Tarrytown, NY) PG 225 Introduction The review and approval
Business & Decision Life Sciences
Business & Decision Life Sciences Define-it: Demo webinar Anne-Sophie Bekx / 20th May 2014 INSERT COMPANY LOGO IN MASTER SLIDE HERE History of Define.xml Define-it Software Demo Define-it versions Q &
Performing a data mining tool evaluation
Performing a data mining tool evaluation Start with a framework for your evaluation Data mining helps you make better decisions that lead to significant and concrete results, such as increased revenue
Product Overview. Dream Report. OCEAN DATA SYSTEMS The Art of Industrial Intelligence. User Friendly & Programming Free Reporting.
Dream Report OCEAN DATA SYSTEMS The Art of Industrial Intelligence User Friendly & Programming Free Reporting. Dream Report for Trihedral s VTScada Dream Report Product Overview Applications Compliance
Understanding CDISC Basics
Trends in Bio/Pharmaceutical Industry Understanding CDISC Basics Jane Ma Abstract Data standards can make data and its associated program more portable. The CDISC (Clinical Data Interchange Standards Consortium)
Needs, Providing Solutions
Identifying Needs, Providing Solutions 1 I n d u s t r y The growth of medical research and the countless innovations coming from the pharmaceutical, biotechnology and medical device industry, has improved
Synergizing global best practices in the CRO industry
Synergizing global best practices in the CRO industry KREARA - India Established on April 24 th 2004 Contract Research Services to Pharmaceutical companies Clinical Data management and Biometrics Interactive
Clinical Data Management Overview
The 2 nd Clinical Data Management Training Clinical Data Management Overview Andrew Taylor ( 安 泰 乐 ), M.S. Head of Clinical Data Management August 30, 2010 Learning Objectives Overview of Process Related
CDISC Journal. Healthcare Link and esource. By Landen Bain, CDISC Liaison to Healthcare. Introduction
CDISC Journal Clinical Data Interchange Standards Consortium O ctober 2011 Healthcare Link and esource By Landen Bain, CDISC Liaison to Healthcare Introduction Clinical research data follow a life cycle
Clinical Data Interchange Standards Consortium Electronic Source Data Interchange (esdi) Group
Clinical Data Interchange Standards Consortium Electronic Source Data Interchange (esdi) Group Leveraging the CDISC Standards to Facilitate the use of Electronic Source Data within Clinical Trials Version
Manual 074 Electronic Records and Electronic Signatures 1. Purpose
1. Purpose The purpose of this document is to provide an interpretation of FDA 21 CFR Part 11, Electronic Records; Electronic Signatures (ER/ES) and to provide guidance for acceptable practices in the
ACDM GUIDELINES TO FACILITATE PRODUCTION OF A DATA HANDLING PROTOCOL
ACDM GUIDELINES TO FACILITATE PRODUCTION OF A DATA HANDLING PROTOCOL BACKGROUND The need was identified by the Electronic Data Transfer Special Interest Group (SIG) for each company or organisation to
Electronic Submission of Regulatory Information, and Creating an Electronic Platform for Enhanced Information Management
Written Notice of Participation by the Clinical Data Interchange Standards Consortium (CDISC) and Written Statement for Discussion Topics to be Addressed In the FDA Public Hearing: Electronic Submission
White Paper: Financial Services Compliance
www. e g n y t e. c o m White Paper: Financial Services Compliance SEC Rule 17a for Broker-Dealers SEC Rule 31a-2 and 204-2 for Investment Advisors www.egnyte.com 2011 Egnyte Inc. All rights reserved.
PODCAST TRANSCRIPT. Integrating Eclinical and EDC Guest: Landen Bain HEALTH CARE LIAISON, CDISC
PODCAST TRANSCRIPT Integrating Eclinical and EDC Guest: Landen Bain HEALTH CARE LIAISON, CDISC Will the enclave of industry-sponsored pharmaceutical research ever be connected to physician and hospital
A Document Retention System for Eye Care Practices. Release Notes. Version 7.5 October 2013. A Milner Technologies, Inc. Solution
A Document Retention System for Eye Care Practices Release Notes Version 7.5 A Milner Technologies, Inc. Solution TABLE OF CONTENTS WELCOME! 3 GETTING STARTED 3 GETTING ASSISTANCE 3 NOTICES 4 COPYRIGHT
TEMPLATE DATA MANAGEMENT PLAN
TEMPLATE DATA MANAGEMENT PLAN ICRIN (QM sub group) Version: XX Date: XXXXXXX Page 1 of 6 1.0 Document Ownership The Data Management Plan (DMP) will be initiated and subsequently owned by the Data Manager
How To Restore From A Backup In Sharepoint
Recovering Microsoft Office SharePoint Server Data Granular search and recovery means time and cost savings. An Altegrity Company 2 Introduction 3 Recovering from Data Loss 5 Introducing Ontrack PowerControls
A Tool for Evaluation and Optimization of Web Application Performance
A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 [email protected] Michael J. Donahoo 2 [email protected] Abstract: One of the main goals of web application
INTRODUCTION. This book offers a systematic, ten-step approach, from the decision to validate to
INTRODUCTION This book offers a systematic, ten-step approach, from the decision to validate to the assessment of the validation outcome, for validating configurable off-the-shelf (COTS) computer software
Data Management: Good Team Work is de sleutel tot succes!
Data Management: Good Team Work is de sleutel tot succes! Gerald Ruiter Senior Data Manager Topics Introduction Data Management Activities People Process Technology Clinical Data Management: introduction
The Clinical Research Center
The Clinical Research Center Clinical Research Database and Web Survey Technologies An Overview of products available to Children s Hospital Boston Investigators The Clinical Research Center Page 2 Data
How Industry Can Partner with FDA in Defining a Risk- Based Monitoring Program
How Industry Can Partner with FDA in Defining a Risk- Based Monitoring Program Presenter: Jan Holladay Pierre, MPH Quality Principal Leader DynPort Vaccine Company LLC, A CSC Company This presentation
PROCESSING & MANAGEMENT OF INBOUND TRANSACTIONAL CONTENT
PROCESSING & MANAGEMENT OF INBOUND TRANSACTIONAL CONTENT IN THE GLOBAL ENTERPRISE A BancTec White Paper SUMMARY Reducing the cost of processing transactions, while meeting clients expectations, protecting
.CRF. Electronic Data Capture and Workflow System for Clinical Trials
.CRF Electronic Data Capture and Workflow System for Clinical Trials Business challenge Most research takes place in different centers simultaneously. These are often located in different cities or even
GUIDELINES FOR AUDITS OF COUNTY AND CITY HOSPITALS BY INDEPENDENT CERTIFIED PUBLIC ACCOUNTING FIRMS
GUIDELINES FOR AUDITS OF COUNTY AND CITY HOSPITALS BY INDEPENDENT CERTIFIED PUBLIC ACCOUNTING FIRMS ISSUED JUNE 2002 INTRODUCTION On March 21, 2002, Public Law 91, 2002 amended IC 16-22-3-12 to allow county
Five Ways to Improve Electronic Patient Record Handling for HIPAA/HITECH with Managed File Transfer
Five Ways to Improve Electronic Patient Record Handling for HIPAA/HITECH with Managed File Transfer 1 A White Paper by Linoma Software INTRODUCTION The healthcare industry is under increasing pressure
Automate Data Integration Processes for Pharmaceutical Data Warehouse
Paper AD01 Automate Data Integration Processes for Pharmaceutical Data Warehouse Sandy Lei, Johnson & Johnson Pharmaceutical Research and Development, L.L.C, Titusville, NJ Kwang-Shi Shu, Johnson & Johnson
Guide to Low Cost Electronic Data Capture Systems for Clinical Trials Supported by the Institute for Translational Health Sciences, Seattle, WA
Guide to Low Cost Electronic Data Capture Systems for Clinical Trials Supported by the Institute for Translational Health Sciences, Seattle, WA Paul OldenKamp Seattle Children s Research Institute and
The Evolution of PACS Data Migration
Clinical Content Interoperability White Paper The Evolution of PACS Data Migration A Discussion of Current Migration Strategies Shannon Werb Chief Strategy Officer Chief Operating Officer Contents Introduction...
Dream Report vs MS SQL Reporting. 10 Key Advantages for Dream Report
Dream Report vs MS SQL Reporting 10 Key Advantages for Dream Report Page 2 of 15 Table of Contents INTRODUCTION 3 PROFESSIONAL SOFTWARE FOR NON-PROGRAMMING USERS 4 CONSIDERABLE DIFFERENCE IN ENGINEERING
Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007
Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007 SIEMENS AG Industry Sector Industry Automation D-76181 Karlsruhe, Federal Republic of Germany E-mail: [email protected] Fax: +49
Taking the Migraine Out of Migrations
Taking the Migraine Out of Migrations In our recent meeting with a senior IT executive, she shared that she accepted her current position a few years ago with the caveat, I ll do anything except data migrations.
PhUSE 2010. Paper CD13
Paper CD13 Clinical Data Interchange Standards Consortium (CDISC) integration into the Oracle Clinical/Remote Data Capture (OC/RDC) clinical data management system Peter Van Reusel, Business & Decision
