SlideShare a Scribd company logo
Migrating Clinical Data in Various Formats to a 
Clinical Data Management System 
Tammy Dutkin, Director of Clinical Data Management, Life Sciences, Perficient 
Michelle Engler, Senior Application Architect, Life Sciences, Perficient 
facebook.com/perficient linkedin.com/company/perficient twitter.com/Perficient_LS
About Perficient 
Perficient is a leading information technology consulting firm serving clients throughout 
North America and Europe. 
We help clients implement business-driven technology solutions that integrate business 
processes, improve worker productivity, increase customer loyalty and create a more agile 
enterprise to better respond to new business opportunities.
• Founded in 1997 
• Public, NASDAQ: PRFT 
• 2013 revenue ~$373 million 
Perficient Profile 
• Major market locations throughout North America 
• Atlanta, Boston, Charlotte, Chicago, Cincinnati, Cleveland, 
Columbus, Dallas, Denver, Detroit, Fairfax, Houston, 
Indianapolis, Los Angeles, Minneapolis, New Orleans, New 
York City, Northern California, Philadelphia, Southern 
California, St. Louis, Toronto and Washington, D.C. 
• Global delivery centers in China, Europe and India 
• >2,100 colleagues 
• Dedicated solution practices 
• ~85% repeat business rate 
• Alliance partnerships with major technology vendors 
• Multiple vendor/industry technology and growth awards
Life Sciences 
Practices / Solutions 
Deep Clinical and Pharmacovigilance Applications Expertise 
Implementation 
Migration 
Integration 
Validation 
Consulting 
Upgrades 
Managed Services 
Application Development 
Private Cloud Hosting 
Application Support 
Sub-licensing 
Study Setup 
Services 
Clinical Trial 
Management 
Clinical Trial Planning and Budgeting 
Oracle ClearTrial 
CTMS 
Oracle Siebel CTMS / ASCEND 
Mobile CRA 
Clinical Data Management 
& Electronic Data Capture 
CDMS 
Oracle Clinical 
Electronic Data Capture 
Oracle Remote Data Capture 
Oracle InForm 
Medical Coding 
Oracle Thesaurus Management System 
Safety & 
Pharmacovigilance 
Adverse Event Reporting 
Oracle Argus Safety Suite 
Oracle AERS / EmpiricaTrace 
Axway Synchrony Gateway 
Signal Management 
Oracle Empirica Signal/Topics 
Medical Coding 
Oracle Thesaurus Management System 
Clinical Data 
Warehousing & Analytics 
Clinical Data Warehousing 
Oracle Life Sciences Data Hub 
Clinical Data Analytics 
Oracle Clinical Development Analytics 
JReview 
Data Review and Cleansing 
Oracle Data Management Workbench 
Clients
Welcome & Introduction 
Tammy Dutkin 
Director of Clinical Data Management & EDC 
Life Sciences, Perficient 
Michelle Engler 
Senior Solutions Architect 
Life Sciences, Perficient
Agenda 
• Data Migration from CRO to OC Business Case 
• Team 
• Overall Process 
• Quality Control 
• Parsing Data into BDL Format 
• Converting PDF/Word Listings to BDL Format 
• Lessons Learned 
• Contact Information and Questions
Data Migration from CRO to Oracle 
Clinical Business Case 
• Client had 24 legacy studies in various formats from their CROs and 
partners. 
• It was not possible to obtain SAS dataset files or further data 
transfers for all of these legacy studies. 
• Background information for many of the studies was limited. In many 
cases the protocol and clinical study report were all that were 
available. 
• The legacy studies were available in various formats: 
– SAS dataset files 
– Word (or Word converted to PDF) listings and Clinical Study Reports 
– Scans of SAS listings 
– Excel files 
• Client had Oracle Clinical and wanted all of their data stored within 
their production instance of Oracle Clinical for future cross analyzes 
and reporting.
Team 
Role Responsibilities and Experience 
OC Study Builders • Built the study objects in Oracle Clinical (OC) 
• Handled the annotations and mapping documents 
• Had 8+ years of experience building studies in OC 
OC Study Loaders • Used the mapping documents and the Excel files to load the data into OC 
• Had 8+ years of experience building studies in OC and loading data with 
the batch data loader 
Technical Experts • Handled the parsing of the Word/PDF listings into Excel 
Data Managers / 
Quality Control 
• Performed the QC of the study build, load, and final quality control 
Summary report (Note: often the same person(s) building the studies) 
Data Entry • Performed data entry on those listings that could not be parsed/loaded 
• Had 5-10 years of DM and entry experience 
Project Manager • Managed the timelines, quality, and process 
• Reviewed all documents prior to sending to client
Overall Process 
The process followed was dependent on the type 
of file available. 
• For studies where the SAS datasets 
exported into Microsoft Excel were available, 
the process included study setup in OC, 
creating maps between the Microsoft Excel 
file data extractions and the OC Study, pre-processing 
the Microsoft Excel file data 
using the existing Generic Data Parser 
program and finally, loading the data into 
OC. 
• For those studies where PDF or Word 
listings are available, the data was first 
parsed into Excel format and then followed 
the process of building, mapping, 
preprocessing and loading. 
• For the studies where only scans of the 
listings were available, the study was setup 
in OC and then double data entered into the 
database. 
Quality control was performed at each step
Quality Control 
• QC was built into every major step of the process 
– Builder Peer Review (checklist) 
• Study Design / Study Definition 
• Documentation (annotations, assumptions, mapping, DVG document) 
– Parsing Review (if applicable) 
– Loader Peer Review (checklist) 
• Discrepancy check 
• Verify Source data vs. loadable Excel File 
• Data Extract views 
• Data spot checking 
• Data entry browse checking 
– QC Summary Report 
• Response Counts and DCI Counts done via SQL 
• Spot Checks (5 records checked from the original source file to OC) 
• Any assumptions made during the build or the load/entry was 
documented in a Study Assumptions document
Listing Formats and Processing 
Word (or Word converted to 
PDF) Listings 
1. Convert to TXT and split 
into 1 doc per page 
2. Parse data into Excel 
format 
3. Parse to BDL format 
4. Load into Oracle Clinical 
Txt Listings 
1. Split into 1 doc per page 
2. Parse Data into Excel 
format 
3. Parse to BDL format 
4. Load into Oracle Clinical 
SAS Listings 
1. Convert to Excel 
2. Parse to BDL format 
3. Load into Oracle Clinical 
Excel Listings 
1. Parse to BDL format 
2. Load into Oracle Clinical 
Scans of SAS Listings 
Perform 1st and 2nd pass data 
entry on the listings
Converting PDF/Word Listings 
to BDL Format 
• Data format comes in PDF or Word listings 
• Listings had to be split into 1 document per page 
• Listings had to be converted to TXT format 
• Simple Java Converter was written to perform this task 
Simple Java 
PDF->TXT 
Converter 
Simple Java 
RTF->TXT 
Converter
Converting PDF/Word Listings 
to BDL Format 
C:16 C:20 
C:59 
C:77 C:85 C:94 C:115 C:125 
• Wrapping columns of data 
• Fields split by slash e.g. start date/stop date 
• Multiple records for a single patient without the patient # repeating 
• Key to parsing this type of listing is to identify patterns 
– What signifies the start or end of the data? 
– Where do I get the patient number? 
– How can I determine when a field is wrapping vs. a new record? 
– What column positions constitute a new response?
Converting PDF/Word Listings 
to BDL Format 
• Case #1: Additional decoding information e.g. 1 = Yes, 2= No, then the information 
was incorporated using the DVG Long Value 
• Case #2: Comment was for a particular field for all patients, then the field was 
added and loaded the footnote for every single record 
• Case #3: Comment was just for a specific patient, then the comment was hand 
entered for the patient in a comment field in the question group 
• Case #4: If the footnote was giving unit information (e.g. weight in lbs), then it was 
incorporated into the SAS Label within the OC Question Definition 
• The handling of the footnotes was put in an Assumptions doc that was recorded 
for each study
Converting PDF/Word Listings 
to BDL Format 
Configuration file used to communicate 
details for the listing: 
• Column cutoff positions 
• Heading titles 
• Patient number headings, location, 
and amount of fields to split 
• What the patient number consisted of 
• What signifies the start of the parsing 
• What signifies the end of the parsing 
• Other keys that the parser would need 
for interpreting the file: 
– Keep trail for 
– Max rows allowed per record 
– What type of delimiter separates the 
patient fields 
– Etc.
Converting PDF/Word Listings 
to BDL Format 
C:16 C:20 
C:59 
C:77 C:85 C:94 C:11 
5 
C:12 
5 
TXT Converter (custom utility created by Perficient) 
TXT 
Listing 
Configuration File 
Excel File for GDP Input
Parsing Data into BDL Format 
• Data must be in Excel file format 
• Create mapping file to define 
relationship between OC and data file 
• Create Lists file for mapping data 
values 
• Run the generic data parser to output 
the BDL file 
• Load BDL file into Oracle Clinical 
Lists Data 
Map 
Generic Data Parser 
BDL File 
Oracle Clinical
Parsing Data into BDL Format 
Generic Data Parser Mapping File
Parsing Data into BDL Format 
Generic Data Parser Mapping File 
Lists Map Data 
Generic Data Parser 
Batch Data Load File (fixed format ASCII Text File) 
Oracle Clinical
Lessons Learned 
• Confusion about whether to format the studies to a standard or load them “as is” 
– The decision was made to load the data “as is” and using any data standards the 
legacy study had available. 
– Although it would have taken much longer, converting the data into company/CDISC 
standards would have been beneficial. 
• Experienced communication and consistency Issues which were addressed with: 
– Weekly status meeting 
– Added checklists, templates and process flowcharts 
– Keeping running issue Log 
– Communication and process had to be consistent and formalized in order to ensure 
success 
• Flexibility required 
– In some cases, the data could not be effectively parsed/loaded; therefore, double 
data entry was the better option 
– New Data Challenges: Column wrapping was out of alignment with column headings 
– the parsing had to be able to be separated by column positions as opposed to 
column headings. Programmatic changes had to be made as they were needed. 
• Consistency Checks 
– 100% verification manual quality checks were performed at several points to ensure 
that the output of a parsing prior to loading were crucial to ensure success
Questions?
Thank You! 
For more information, please contact: 
Tammy.Dutkin@perficient.com 
Michelle.Engler@perficient.com 
LifeSciencesInfo@perficient.com (Sales) 
+1 303 570 8464 (U.S. Sales) 
+44 (0) 1865 910200 (U.K. Sales) 
www.perficient.com 
www.facebook.com/perficient 
www.twitter.com/perficient_LS

More Related Content

What's hot

Transforming Business Intelligence Testing
Transforming Business Intelligence TestingTransforming Business Intelligence Testing
Transforming Business Intelligence Testing
Method360
 
Data Quality: Issues and Fixes
Data Quality: Issues and FixesData Quality: Issues and Fixes
Data Quality: Issues and FixesCRRC-Armenia
 
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
TEST Huddle
 
Bi 5
Bi 5Bi 5
Bi 5
shivz3
 
Healthcare Enterprise Data Model: The Buy vs. Build Debate
Healthcare Enterprise Data Model: The Buy vs. Build DebateHealthcare Enterprise Data Model: The Buy vs. Build Debate
Healthcare Enterprise Data Model: The Buy vs. Build Debate
Perficient, Inc.
 
Optimizing Siebel CTMS with Electronic Trip Reports
Optimizing Siebel CTMS with Electronic Trip ReportsOptimizing Siebel CTMS with Electronic Trip Reports
Optimizing Siebel CTMS with Electronic Trip Reports
Perficient, Inc.
 
The 5 Most Significant Changes in Argus Safety 8.1
The 5 Most Significant Changes in Argus Safety 8.1The 5 Most Significant Changes in Argus Safety 8.1
The 5 Most Significant Changes in Argus Safety 8.1
Perficient, Inc.
 
How Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
How Northwestern Medicine is Leveraging Epic to Enable Value-Based CareHow Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
How Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
Perficient, Inc.
 
Relational Databases are Evolving To Support New Data Capabilities
Relational Databases are Evolving To Support New Data CapabilitiesRelational Databases are Evolving To Support New Data Capabilities
Relational Databases are Evolving To Support New Data Capabilities
EDB
 
Tackle healthcare interoperability challenges and improve transitions of care v3
Tackle healthcare interoperability challenges and improve transitions of care v3Tackle healthcare interoperability challenges and improve transitions of care v3
Tackle healthcare interoperability challenges and improve transitions of care v3Perficient, Inc.
 
Migrating from Oracle AERS to Argus Safety: Reasons for the Move
Migrating from Oracle AERS to Argus Safety: Reasons for the MoveMigrating from Oracle AERS to Argus Safety: Reasons for the Move
Migrating from Oracle AERS to Argus Safety: Reasons for the Move
Perficient, Inc.
 
WITSML to PPDM mapping project
WITSML to PPDM mapping projectWITSML to PPDM mapping project
WITSML to PPDM mapping project
ETLSolutions
 
Multidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data ManagementMultidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data Management
Cognizant
 
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...Perficient
 
Validation and Business Considerations for Clinical Study Migrations
Validation and Business Considerations for Clinical Study MigrationsValidation and Business Considerations for Clinical Study Migrations
Validation and Business Considerations for Clinical Study Migrations
Perficient, Inc.
 
Drive Compliance and Profit with Oracle Healthcare Analytics
Drive Compliance and Profit with Oracle Healthcare AnalyticsDrive Compliance and Profit with Oracle Healthcare Analytics
Drive Compliance and Profit with Oracle Healthcare Analytics
Perficient, Inc.
 
A 5-step methodology for complex E&P data management
A 5-step methodology for complex E&P data managementA 5-step methodology for complex E&P data management
A 5-step methodology for complex E&P data management
ETLSolutions
 
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud SolutionsLower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
Perficient, Inc.
 
ASUG PPT Ensuring a Successful Data Migration_Final
ASUG PPT Ensuring a Successful Data Migration_FinalASUG PPT Ensuring a Successful Data Migration_Final
ASUG PPT Ensuring a Successful Data Migration_FinalTodd Conrad
 

What's hot (20)

Transforming Business Intelligence Testing
Transforming Business Intelligence TestingTransforming Business Intelligence Testing
Transforming Business Intelligence Testing
 
Data Quality: Issues and Fixes
Data Quality: Issues and FixesData Quality: Issues and Fixes
Data Quality: Issues and Fixes
 
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
Ray Scott - Agile Solutions – Leading with Test Data Management - EuroSTAR 2012
 
Bi 5
Bi 5Bi 5
Bi 5
 
Healthcare Enterprise Data Model: The Buy vs. Build Debate
Healthcare Enterprise Data Model: The Buy vs. Build DebateHealthcare Enterprise Data Model: The Buy vs. Build Debate
Healthcare Enterprise Data Model: The Buy vs. Build Debate
 
Optimizing Siebel CTMS with Electronic Trip Reports
Optimizing Siebel CTMS with Electronic Trip ReportsOptimizing Siebel CTMS with Electronic Trip Reports
Optimizing Siebel CTMS with Electronic Trip Reports
 
The 5 Most Significant Changes in Argus Safety 8.1
The 5 Most Significant Changes in Argus Safety 8.1The 5 Most Significant Changes in Argus Safety 8.1
The 5 Most Significant Changes in Argus Safety 8.1
 
How Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
How Northwestern Medicine is Leveraging Epic to Enable Value-Based CareHow Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
How Northwestern Medicine is Leveraging Epic to Enable Value-Based Care
 
Relational Databases are Evolving To Support New Data Capabilities
Relational Databases are Evolving To Support New Data CapabilitiesRelational Databases are Evolving To Support New Data Capabilities
Relational Databases are Evolving To Support New Data Capabilities
 
Tackle healthcare interoperability challenges and improve transitions of care v3
Tackle healthcare interoperability challenges and improve transitions of care v3Tackle healthcare interoperability challenges and improve transitions of care v3
Tackle healthcare interoperability challenges and improve transitions of care v3
 
Migrating from Oracle AERS to Argus Safety: Reasons for the Move
Migrating from Oracle AERS to Argus Safety: Reasons for the MoveMigrating from Oracle AERS to Argus Safety: Reasons for the Move
Migrating from Oracle AERS to Argus Safety: Reasons for the Move
 
WITSML to PPDM mapping project
WITSML to PPDM mapping projectWITSML to PPDM mapping project
WITSML to PPDM mapping project
 
Multidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data ManagementMultidimensional Challenges and the Impact of Test Data Management
Multidimensional Challenges and the Impact of Test Data Management
 
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
How to Rapidly Configure Oracle Life Sciences Data Hub (LSH) to Support the M...
 
Validation and Business Considerations for Clinical Study Migrations
Validation and Business Considerations for Clinical Study MigrationsValidation and Business Considerations for Clinical Study Migrations
Validation and Business Considerations for Clinical Study Migrations
 
Drive Compliance and Profit with Oracle Healthcare Analytics
Drive Compliance and Profit with Oracle Healthcare AnalyticsDrive Compliance and Profit with Oracle Healthcare Analytics
Drive Compliance and Profit with Oracle Healthcare Analytics
 
CET DQ Tool Selection - Executive
CET DQ Tool Selection - ExecutiveCET DQ Tool Selection - Executive
CET DQ Tool Selection - Executive
 
A 5-step methodology for complex E&P data management
A 5-step methodology for complex E&P data managementA 5-step methodology for complex E&P data management
A 5-step methodology for complex E&P data management
 
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud SolutionsLower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
Lower Cost and Complexity with Azure and StorSimple Hybrid Cloud Solutions
 
ASUG PPT Ensuring a Successful Data Migration_Final
ASUG PPT Ensuring a Successful Data Migration_FinalASUG PPT Ensuring a Successful Data Migration_Final
ASUG PPT Ensuring a Successful Data Migration_Final
 

Viewers also liked

2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
Databricks
 
Successes, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
Successes, Challenges, and Pitfalls Migrating a SAAS business to HadoopSuccesses, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
Successes, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
DataWorks Summit/Hadoop Summit
 
Spark meetup TCHUG
Spark meetup TCHUGSpark meetup TCHUG
Spark meetup TCHUG
Ryan Bosshart
 
Big Data Platform Industrialization
Big Data Platform Industrialization Big Data Platform Industrialization
Big Data Platform Industrialization
DataWorks Summit/Hadoop Summit
 
Effective Supplier Management: Because Knowing Is Better than Wondering
Effective Supplier Management: Because Knowing Is Better than WonderingEffective Supplier Management: Because Knowing Is Better than Wondering
Effective Supplier Management: Because Knowing Is Better than Wondering
SAP Ariba
 
Clinical Supply Management with Siebel Clinical
Clinical Supply Management with Siebel ClinicalClinical Supply Management with Siebel Clinical
Clinical Supply Management with Siebel ClinicalPerficient
 
Clinical information system-final copy
Clinical information system-final copyClinical information system-final copy
Clinical information system-final copyCISgroup
 
Cloudera Impala 1.0
Cloudera Impala 1.0Cloudera Impala 1.0
Cloudera Impala 1.0
Minwoo Kim
 
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
Carestream
 
Building a modern Application with DataFrames
Building a modern Application with DataFramesBuilding a modern Application with DataFrames
Building a modern Application with DataFrames
Databricks
 
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
Health Catalyst
 
The ABCs of Clinical Trial Management Systems
The ABCs of Clinical Trial Management SystemsThe ABCs of Clinical Trial Management Systems
The ABCs of Clinical Trial Management Systems
Perficient, Inc.
 
Building a modern Application with DataFrames
Building a modern Application with DataFramesBuilding a modern Application with DataFrames
Building a modern Application with DataFrames
Spark Summit
 
Jump Start into Apache® Spark™ and Databricks
Jump Start into Apache® Spark™ and DatabricksJump Start into Apache® Spark™ and Databricks
Jump Start into Apache® Spark™ and Databricks
Databricks
 
Scalable And Incremental Data Profiling With Spark
Scalable And Incremental Data Profiling With SparkScalable And Incremental Data Profiling With Spark
Scalable And Incremental Data Profiling With Spark
Jen Aman
 
Computer Information Systems and the Electronic Health Record
Computer Information Systems and the Electronic Health RecordComputer Information Systems and the Electronic Health Record
Computer Information Systems and the Electronic Health RecordRebotto89
 
Mmc vendor qualification and management -dr. ursula schlictiger-may2012
Mmc vendor qualification and management -dr. ursula schlictiger-may2012Mmc vendor qualification and management -dr. ursula schlictiger-may2012
Mmc vendor qualification and management -dr. ursula schlictiger-may2012Medpace
 
Top 10 clinical data manager interview questions and answers
Top 10 clinical data manager interview questions and answersTop 10 clinical data manager interview questions and answers
Top 10 clinical data manager interview questions and answerscadderlux
 
Hadoop application architectures - using Customer 360 as an example
Hadoop application architectures - using Customer 360 as an exampleHadoop application architectures - using Customer 360 as an example
Hadoop application architectures - using Customer 360 as an example
hadooparchbook
 
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
DataWorks Summit/Hadoop Summit
 

Viewers also liked (20)

2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
2016 Spark Summit East Keynote: Ali Ghodsi and Databricks Community Edition demo
 
Successes, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
Successes, Challenges, and Pitfalls Migrating a SAAS business to HadoopSuccesses, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
Successes, Challenges, and Pitfalls Migrating a SAAS business to Hadoop
 
Spark meetup TCHUG
Spark meetup TCHUGSpark meetup TCHUG
Spark meetup TCHUG
 
Big Data Platform Industrialization
Big Data Platform Industrialization Big Data Platform Industrialization
Big Data Platform Industrialization
 
Effective Supplier Management: Because Knowing Is Better than Wondering
Effective Supplier Management: Because Knowing Is Better than WonderingEffective Supplier Management: Because Knowing Is Better than Wondering
Effective Supplier Management: Because Knowing Is Better than Wondering
 
Clinical Supply Management with Siebel Clinical
Clinical Supply Management with Siebel ClinicalClinical Supply Management with Siebel Clinical
Clinical Supply Management with Siebel Clinical
 
Clinical information system-final copy
Clinical information system-final copyClinical information system-final copy
Clinical information system-final copy
 
Cloudera Impala 1.0
Cloudera Impala 1.0Cloudera Impala 1.0
Cloudera Impala 1.0
 
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
Evaluating Enterprise Clinical Data-Management Systems at RSNA 2016
 
Building a modern Application with DataFrames
Building a modern Application with DataFramesBuilding a modern Application with DataFrames
Building a modern Application with DataFrames
 
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
The Imperative of Linking Clinical and Financial Data to Improve Outcomes - H...
 
The ABCs of Clinical Trial Management Systems
The ABCs of Clinical Trial Management SystemsThe ABCs of Clinical Trial Management Systems
The ABCs of Clinical Trial Management Systems
 
Building a modern Application with DataFrames
Building a modern Application with DataFramesBuilding a modern Application with DataFrames
Building a modern Application with DataFrames
 
Jump Start into Apache® Spark™ and Databricks
Jump Start into Apache® Spark™ and DatabricksJump Start into Apache® Spark™ and Databricks
Jump Start into Apache® Spark™ and Databricks
 
Scalable And Incremental Data Profiling With Spark
Scalable And Incremental Data Profiling With SparkScalable And Incremental Data Profiling With Spark
Scalable And Incremental Data Profiling With Spark
 
Computer Information Systems and the Electronic Health Record
Computer Information Systems and the Electronic Health RecordComputer Information Systems and the Electronic Health Record
Computer Information Systems and the Electronic Health Record
 
Mmc vendor qualification and management -dr. ursula schlictiger-may2012
Mmc vendor qualification and management -dr. ursula schlictiger-may2012Mmc vendor qualification and management -dr. ursula schlictiger-may2012
Mmc vendor qualification and management -dr. ursula schlictiger-may2012
 
Top 10 clinical data manager interview questions and answers
Top 10 clinical data manager interview questions and answersTop 10 clinical data manager interview questions and answers
Top 10 clinical data manager interview questions and answers
 
Hadoop application architectures - using Customer 360 as an example
Hadoop application architectures - using Customer 360 as an exampleHadoop application architectures - using Customer 360 as an example
Hadoop application architectures - using Customer 360 as an example
 
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
How to overcome mysterious problems caused by large and multi-tenancy Hadoop ...
 

Similar to Migrating Clinical Data in Various Formats to a Clinical Data Management System

Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...
Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...
Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...Perficient
 
GouriShankar_Informatica
GouriShankar_InformaticaGouriShankar_Informatica
GouriShankar_InformaticaGouri Shankar M
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
Mukesh Jaiswal
 
rizwan cse exp resume
rizwan cse exp resumerizwan cse exp resume
rizwan cse exp resumeshaik rizwan
 
Creating a Project Plan for a Data Warehouse Testing Assignment
Creating a Project Plan for a Data Warehouse Testing AssignmentCreating a Project Plan for a Data Warehouse Testing Assignment
Creating a Project Plan for a Data Warehouse Testing Assignment
RTTS
 
Resume of Jay Zabinsky
Resume of Jay ZabinskyResume of Jay Zabinsky
Resume of Jay Zabinskyjzabinsky
 
Pradeep_ETL Testing_CV with 3 years of Exerience
Pradeep_ETL Testing_CV with 3 years of ExeriencePradeep_ETL Testing_CV with 3 years of Exerience
Pradeep_ETL Testing_CV with 3 years of ExeriencePradeep Shahapur
 
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
Perficient, Inc.
 
Elements of Data Documentation
Elements of Data DocumentationElements of Data Documentation
Elements of Data Documentation
ssri-duke
 
rough-work.pptx
rough-work.pptxrough-work.pptx
rough-work.pptx
sharpan
 
Data Verification In QA Department Final
Data Verification In QA Department FinalData Verification In QA Department Final
Data Verification In QA Department Final
Wayne Yaddow
 
Post-lock Data Flow: From CRF to FDA
Post-lock Data Flow: From CRF to FDAPost-lock Data Flow: From CRF to FDA
Post-lock Data Flow: From CRF to FDA
Brook White, PMP
 
DW (1).ppt
DW (1).pptDW (1).ppt
DW (1).ppt
RahulSingh986955
 
Spatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FMESpatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FME
Safe Software
 
An Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
An Easier Way to Prepare Clinical Trial Data for Reporting and AnalysisAn Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
An Easier Way to Prepare Clinical Trial Data for Reporting and AnalysisPerficient
 
Data Management Workshop - ETOT 2016
Data Management Workshop - ETOT 2016Data Management Workshop - ETOT 2016
Data Management Workshop - ETOT 2016
DataGenic Ltd
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference Library
Kerstin Forsberg
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.ppt
RafiulHasan19
 

Similar to Migrating Clinical Data in Various Formats to a Clinical Data Management System (20)

Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...
Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...
Leveraging Oracle's Clinical Development Analytics to Boost Productivity and ...
 
GouriShankar_Informatica
GouriShankar_InformaticaGouriShankar_Informatica
GouriShankar_Informatica
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
 
rizwan cse exp resume
rizwan cse exp resumerizwan cse exp resume
rizwan cse exp resume
 
Creating a Project Plan for a Data Warehouse Testing Assignment
Creating a Project Plan for a Data Warehouse Testing AssignmentCreating a Project Plan for a Data Warehouse Testing Assignment
Creating a Project Plan for a Data Warehouse Testing Assignment
 
Resume of Jay Zabinsky
Resume of Jay ZabinskyResume of Jay Zabinsky
Resume of Jay Zabinsky
 
Pradeep_ETL Testing_CV with 3 years of Exerience
Pradeep_ETL Testing_CV with 3 years of ExeriencePradeep_ETL Testing_CV with 3 years of Exerience
Pradeep_ETL Testing_CV with 3 years of Exerience
 
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
Automatically Retrieving and Loading Data into Siebel CTMS from Multiple CRO ...
 
Elements of Data Documentation
Elements of Data DocumentationElements of Data Documentation
Elements of Data Documentation
 
rough-work.pptx
rough-work.pptxrough-work.pptx
rough-work.pptx
 
Data Verification In QA Department Final
Data Verification In QA Department FinalData Verification In QA Department Final
Data Verification In QA Department Final
 
sandhya exp resume
sandhya exp resume sandhya exp resume
sandhya exp resume
 
Post-lock Data Flow: From CRF to FDA
Post-lock Data Flow: From CRF to FDAPost-lock Data Flow: From CRF to FDA
Post-lock Data Flow: From CRF to FDA
 
DW (1).ppt
DW (1).pptDW (1).ppt
DW (1).ppt
 
Spatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FMESpatial Network Inc. Data Management and Transformation with FME
Spatial Network Inc. Data Management and Transformation with FME
 
An Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
An Easier Way to Prepare Clinical Trial Data for Reporting and AnalysisAn Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
An Easier Way to Prepare Clinical Trial Data for Reporting and Analysis
 
Data Management Workshop - ETOT 2016
Data Management Workshop - ETOT 2016Data Management Workshop - ETOT 2016
Data Management Workshop - ETOT 2016
 
Vishwas Pande
Vishwas PandeVishwas Pande
Vishwas Pande
 
Designing and launching the Clinical Reference Library
Designing and launching the Clinical Reference LibraryDesigning and launching the Clinical Reference Library
Designing and launching the Clinical Reference Library
 
Various Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.pptVarious Applications of Data Warehouse.ppt
Various Applications of Data Warehouse.ppt
 

More from Perficient, Inc.

Driving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season ResultsDriving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season Results
Perficient, Inc.
 
Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation
Perficient, Inc.
 
The Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial ServicesThe Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial Services
Perficient, Inc.
 
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Perficient, Inc.
 
Content, Commerce, and... COVID
Content, Commerce, and... COVIDContent, Commerce, and... COVID
Content, Commerce, and... COVID
Perficient, Inc.
 
Centene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success StoryCentene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success Story
Perficient, Inc.
 
Automate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug KodaAutomate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug Koda
Perficient, Inc.
 
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration ProjectPreparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Perficient, Inc.
 
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Perficient, Inc.
 
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand FishkinThe Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
Perficient, Inc.
 
Cardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM CloudCardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM Cloud
Perficient, Inc.
 
Teams Summit - What is New and Coming
Teams Summit -  What is New and ComingTeams Summit -  What is New and Coming
Teams Summit - What is New and Coming
Perficient, Inc.
 
Empower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis ManagementEmpower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis Management
Perficient, Inc.
 
Adoption & Change Management Overview
Adoption & Change Management OverviewAdoption & Change Management Overview
Adoption & Change Management Overview
Perficient, Inc.
 
Microsoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from HomeMicrosoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from Home
Perficient, Inc.
 
Securing Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote WorkSecuring Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote Work
Perficient, Inc.
 
Infrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote WorkersInfrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote Workers
Perficient, Inc.
 
Accelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft TeamsAccelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft Teams
Perficient, Inc.
 
Preparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge ManagementPreparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge Management
Perficient, Inc.
 
Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work
Perficient, Inc.
 

More from Perficient, Inc. (20)

Driving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season ResultsDriving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season Results
 
Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation
 
The Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial ServicesThe Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial Services
 
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
 
Content, Commerce, and... COVID
Content, Commerce, and... COVIDContent, Commerce, and... COVID
Content, Commerce, and... COVID
 
Centene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success StoryCentene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success Story
 
Automate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug KodaAutomate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug Koda
 
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration ProjectPreparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
 
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
 
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand FishkinThe Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
 
Cardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM CloudCardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM Cloud
 
Teams Summit - What is New and Coming
Teams Summit -  What is New and ComingTeams Summit -  What is New and Coming
Teams Summit - What is New and Coming
 
Empower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis ManagementEmpower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis Management
 
Adoption & Change Management Overview
Adoption & Change Management OverviewAdoption & Change Management Overview
Adoption & Change Management Overview
 
Microsoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from HomeMicrosoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from Home
 
Securing Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote WorkSecuring Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote Work
 
Infrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote WorkersInfrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote Workers
 
Accelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft TeamsAccelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft Teams
 
Preparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge ManagementPreparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge Management
 
Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work
 

Recently uploaded

Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 

Recently uploaded (20)

Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 

Migrating Clinical Data in Various Formats to a Clinical Data Management System

  • 1. Migrating Clinical Data in Various Formats to a Clinical Data Management System Tammy Dutkin, Director of Clinical Data Management, Life Sciences, Perficient Michelle Engler, Senior Application Architect, Life Sciences, Perficient facebook.com/perficient linkedin.com/company/perficient twitter.com/Perficient_LS
  • 2. About Perficient Perficient is a leading information technology consulting firm serving clients throughout North America and Europe. We help clients implement business-driven technology solutions that integrate business processes, improve worker productivity, increase customer loyalty and create a more agile enterprise to better respond to new business opportunities.
  • 3. • Founded in 1997 • Public, NASDAQ: PRFT • 2013 revenue ~$373 million Perficient Profile • Major market locations throughout North America • Atlanta, Boston, Charlotte, Chicago, Cincinnati, Cleveland, Columbus, Dallas, Denver, Detroit, Fairfax, Houston, Indianapolis, Los Angeles, Minneapolis, New Orleans, New York City, Northern California, Philadelphia, Southern California, St. Louis, Toronto and Washington, D.C. • Global delivery centers in China, Europe and India • >2,100 colleagues • Dedicated solution practices • ~85% repeat business rate • Alliance partnerships with major technology vendors • Multiple vendor/industry technology and growth awards
  • 4. Life Sciences Practices / Solutions Deep Clinical and Pharmacovigilance Applications Expertise Implementation Migration Integration Validation Consulting Upgrades Managed Services Application Development Private Cloud Hosting Application Support Sub-licensing Study Setup Services Clinical Trial Management Clinical Trial Planning and Budgeting Oracle ClearTrial CTMS Oracle Siebel CTMS / ASCEND Mobile CRA Clinical Data Management & Electronic Data Capture CDMS Oracle Clinical Electronic Data Capture Oracle Remote Data Capture Oracle InForm Medical Coding Oracle Thesaurus Management System Safety & Pharmacovigilance Adverse Event Reporting Oracle Argus Safety Suite Oracle AERS / EmpiricaTrace Axway Synchrony Gateway Signal Management Oracle Empirica Signal/Topics Medical Coding Oracle Thesaurus Management System Clinical Data Warehousing & Analytics Clinical Data Warehousing Oracle Life Sciences Data Hub Clinical Data Analytics Oracle Clinical Development Analytics JReview Data Review and Cleansing Oracle Data Management Workbench Clients
  • 5. Welcome & Introduction Tammy Dutkin Director of Clinical Data Management & EDC Life Sciences, Perficient Michelle Engler Senior Solutions Architect Life Sciences, Perficient
  • 6. Agenda • Data Migration from CRO to OC Business Case • Team • Overall Process • Quality Control • Parsing Data into BDL Format • Converting PDF/Word Listings to BDL Format • Lessons Learned • Contact Information and Questions
  • 7. Data Migration from CRO to Oracle Clinical Business Case • Client had 24 legacy studies in various formats from their CROs and partners. • It was not possible to obtain SAS dataset files or further data transfers for all of these legacy studies. • Background information for many of the studies was limited. In many cases the protocol and clinical study report were all that were available. • The legacy studies were available in various formats: – SAS dataset files – Word (or Word converted to PDF) listings and Clinical Study Reports – Scans of SAS listings – Excel files • Client had Oracle Clinical and wanted all of their data stored within their production instance of Oracle Clinical for future cross analyzes and reporting.
  • 8. Team Role Responsibilities and Experience OC Study Builders • Built the study objects in Oracle Clinical (OC) • Handled the annotations and mapping documents • Had 8+ years of experience building studies in OC OC Study Loaders • Used the mapping documents and the Excel files to load the data into OC • Had 8+ years of experience building studies in OC and loading data with the batch data loader Technical Experts • Handled the parsing of the Word/PDF listings into Excel Data Managers / Quality Control • Performed the QC of the study build, load, and final quality control Summary report (Note: often the same person(s) building the studies) Data Entry • Performed data entry on those listings that could not be parsed/loaded • Had 5-10 years of DM and entry experience Project Manager • Managed the timelines, quality, and process • Reviewed all documents prior to sending to client
  • 9. Overall Process The process followed was dependent on the type of file available. • For studies where the SAS datasets exported into Microsoft Excel were available, the process included study setup in OC, creating maps between the Microsoft Excel file data extractions and the OC Study, pre-processing the Microsoft Excel file data using the existing Generic Data Parser program and finally, loading the data into OC. • For those studies where PDF or Word listings are available, the data was first parsed into Excel format and then followed the process of building, mapping, preprocessing and loading. • For the studies where only scans of the listings were available, the study was setup in OC and then double data entered into the database. Quality control was performed at each step
  • 10. Quality Control • QC was built into every major step of the process – Builder Peer Review (checklist) • Study Design / Study Definition • Documentation (annotations, assumptions, mapping, DVG document) – Parsing Review (if applicable) – Loader Peer Review (checklist) • Discrepancy check • Verify Source data vs. loadable Excel File • Data Extract views • Data spot checking • Data entry browse checking – QC Summary Report • Response Counts and DCI Counts done via SQL • Spot Checks (5 records checked from the original source file to OC) • Any assumptions made during the build or the load/entry was documented in a Study Assumptions document
  • 11. Listing Formats and Processing Word (or Word converted to PDF) Listings 1. Convert to TXT and split into 1 doc per page 2. Parse data into Excel format 3. Parse to BDL format 4. Load into Oracle Clinical Txt Listings 1. Split into 1 doc per page 2. Parse Data into Excel format 3. Parse to BDL format 4. Load into Oracle Clinical SAS Listings 1. Convert to Excel 2. Parse to BDL format 3. Load into Oracle Clinical Excel Listings 1. Parse to BDL format 2. Load into Oracle Clinical Scans of SAS Listings Perform 1st and 2nd pass data entry on the listings
  • 12. Converting PDF/Word Listings to BDL Format • Data format comes in PDF or Word listings • Listings had to be split into 1 document per page • Listings had to be converted to TXT format • Simple Java Converter was written to perform this task Simple Java PDF->TXT Converter Simple Java RTF->TXT Converter
  • 13. Converting PDF/Word Listings to BDL Format C:16 C:20 C:59 C:77 C:85 C:94 C:115 C:125 • Wrapping columns of data • Fields split by slash e.g. start date/stop date • Multiple records for a single patient without the patient # repeating • Key to parsing this type of listing is to identify patterns – What signifies the start or end of the data? – Where do I get the patient number? – How can I determine when a field is wrapping vs. a new record? – What column positions constitute a new response?
  • 14. Converting PDF/Word Listings to BDL Format • Case #1: Additional decoding information e.g. 1 = Yes, 2= No, then the information was incorporated using the DVG Long Value • Case #2: Comment was for a particular field for all patients, then the field was added and loaded the footnote for every single record • Case #3: Comment was just for a specific patient, then the comment was hand entered for the patient in a comment field in the question group • Case #4: If the footnote was giving unit information (e.g. weight in lbs), then it was incorporated into the SAS Label within the OC Question Definition • The handling of the footnotes was put in an Assumptions doc that was recorded for each study
  • 15. Converting PDF/Word Listings to BDL Format Configuration file used to communicate details for the listing: • Column cutoff positions • Heading titles • Patient number headings, location, and amount of fields to split • What the patient number consisted of • What signifies the start of the parsing • What signifies the end of the parsing • Other keys that the parser would need for interpreting the file: – Keep trail for – Max rows allowed per record – What type of delimiter separates the patient fields – Etc.
  • 16. Converting PDF/Word Listings to BDL Format C:16 C:20 C:59 C:77 C:85 C:94 C:11 5 C:12 5 TXT Converter (custom utility created by Perficient) TXT Listing Configuration File Excel File for GDP Input
  • 17. Parsing Data into BDL Format • Data must be in Excel file format • Create mapping file to define relationship between OC and data file • Create Lists file for mapping data values • Run the generic data parser to output the BDL file • Load BDL file into Oracle Clinical Lists Data Map Generic Data Parser BDL File Oracle Clinical
  • 18. Parsing Data into BDL Format Generic Data Parser Mapping File
  • 19. Parsing Data into BDL Format Generic Data Parser Mapping File Lists Map Data Generic Data Parser Batch Data Load File (fixed format ASCII Text File) Oracle Clinical
  • 20. Lessons Learned • Confusion about whether to format the studies to a standard or load them “as is” – The decision was made to load the data “as is” and using any data standards the legacy study had available. – Although it would have taken much longer, converting the data into company/CDISC standards would have been beneficial. • Experienced communication and consistency Issues which were addressed with: – Weekly status meeting – Added checklists, templates and process flowcharts – Keeping running issue Log – Communication and process had to be consistent and formalized in order to ensure success • Flexibility required – In some cases, the data could not be effectively parsed/loaded; therefore, double data entry was the better option – New Data Challenges: Column wrapping was out of alignment with column headings – the parsing had to be able to be separated by column positions as opposed to column headings. Programmatic changes had to be made as they were needed. • Consistency Checks – 100% verification manual quality checks were performed at several points to ensure that the output of a parsing prior to loading were crucial to ensure success
  • 22. Thank You! For more information, please contact: Tammy.Dutkin@perficient.com Michelle.Engler@perficient.com LifeSciencesInfo@perficient.com (Sales) +1 303 570 8464 (U.S. Sales) +44 (0) 1865 910200 (U.K. Sales) www.perficient.com www.facebook.com/perficient www.twitter.com/perficient_LS

Editor's Notes

  1. For those of you who might not know, Perficient is a large IT consulting organization. Actually, we serve throughout North-America and Europe and really our strategy and goal is to help provide business solutions and technologies for companies to be able to be more efficient in what they do on the daily basis. One of our primary goals is to work with you not only to deliver solution, but also to really become a partner with you. We don’t want to implement something and walk away; we want to continue to be there to help provide solutions for you; to help you meet your business needs.   Perficient was founded in 1997. Again, you’ll see that we have many offices throughout the United States. We also have some global, offshore resources in different countries, as well. Again, repeat business is one of our huge things that we like to talk about, because we want to build partnerships with organizations.   So, little bit about Life Sciences. A lot of you probably know the name, “BioPharm Systems”, and have heard it for years. We were acquired by Perficient on April 1st of this year, and now we are the Life Science Practice within Perficient’s vertical business units (some of those other ones may be healthcare etc). So, our services of what we offer are still the same, across the Life Sciences arena, in all of the different areas; anywhere from implementation to hosting, to application support… Actually, now with Oracle becoming part of Perficient, that allows us to resell Oracle’s first solutions to our customers, as well - if they would like to work with us.
  2. For those of you who might not know, Perficient is a large IT consulting organization. Actually, we serve throughout North-America and Europe and really our strategy and goal is to help provide business solutions and technologies for companies to be able to be more efficient in what they do on the daily basis. One of our primary goals is to work with you not only to deliver solution, but also to really become a partner with you. We don’t want to implement something and walk away; we want to continue to be there to help provide solutions for you; to help you meet your business needs.   Perficient was founded in 1997. Again, you’ll see that we have many offices throughout the United States. We also have some global, offshore resources in different countries, as well. Again, repeat business is one of our huge things that we like to talk about, because we want to build partnerships with organizations.   So, little bit about Life Sciences. A lot of you probably know the name, “BioPharm Systems”, and have heard it for years. We were acquired by Perficient on April 1st of this year, and now we are the Life Science Practice within Perficient’s vertical business units (some of those other ones may be healthcare etc). So, our services of what we offer are still the same, across the Life Sciences arena, in all of the different areas; anywhere from implementation to hosting, to application support… Actually, now with Oracle becoming part of Perficient, that allows us to resell Oracle’s first solutions to our customers, as well - if they would like to work with us.
  3. For those of you who might not know, Perficient is a large IT consulting organization. Actually, we serve throughout North-America and Europe and really our strategy and goal is to help provide business solutions and technologies for companies to be able to be more efficient in what they do on the daily basis. One of our primary goals is to work with you not only to deliver solution, but also to really become a partner with you. We don’t want to implement something and walk away; we want to continue to be there to help provide solutions for you; to help you meet your business needs.   Perficient was founded in 1997. Again, you’ll see that we have many offices throughout the United States. We also have some global, offshore resources in different countries, as well. Again, repeat business is one of our huge things that we like to talk about, because we want to build partnerships with organizations.   So, little bit about Life Sciences. A lot of you probably know the name, “BioPharm Systems”, and have heard it for years. We were acquired by Perficient on April 1st of this year, and now we are the Life Science Practice within Perficient’s vertical business units (some of those other ones may be healthcare etc). So, our services of what we offer are still the same, across the Life Sciences arena, in all of the different areas; anywhere from implementation to hosting, to application support… Actually, now with Oracle becoming part of Perficient, that allows us to resell Oracle’s first solutions to our customers, as well - if they would like to work with us.
  4. Let me start out by introducing myself. My name is Param Singh and I am the Director of the Clinical Trial Management Solutions practice within Perficient’s Life Science Business Unit. I have been working in the industry since 1999, and have almost exclusively been working with Siebel Clinical during that time. I have been with Perficient’s Life Science BU for over 6 years, and before that I was part if Accenture’s Pharma R&D practice and leading Siebel CTMS implementations there as well. Overall I have been a part of, over 30 implementations of Siebel CTMS now. These vary from implementations fro Pharma, CROs, Medical Device companies, and also range from anywhere from 30 user to global implementations of over 4500 users. And each type and size of organization has its own approach to selecting and implementing this solution and a lot of what we will discuss is direct feedback from my clients from over the years.
  5. We’ll now open up the lines for any questions you may have. If you have a question, the best method is to use the chat feature to submit your question and we will address the questions as we receive them. If you would like to ask your question live, As a reminder, to unmute your line, press *7 on your phone, and to mute it again, press *6. It’s up to you if you would like to introduce yourself - as a reminder, this presentation is being recorded and will be posted on our website.