An Approach to Standard Programming in a Clinical Data Repository

Slides:



Advertisements
Similar presentations
Dimitri Kutsenko (Entimo AG)
Advertisements

The Advanced, Enterprise Publishing Environment for Cross-media Output to Print & Web.
Fermat Re-Engineering Workbench Presentation. Agenda Assembler business issues Fermat Solutions –Workbench –Migration Service –Documentation engine About.
HP Quality Center Overview.
Government Services Group Common Vendor Master File Project Shared Services SA Presented by David Sharpe, Project Manager, Reform Tuesday, 5 May 2015.
CS 290C: Formal Models for Web Software Lecture 6: Model Driven Development for Web Software with WebML Instructor: Tevfik Bultan.
Metadata Management – Our Journey Thus Far
LEVERAGING THE ENTERPRISE INFORMATION ENVIRONMENT Louise Edmonds Senior Manager Information Management ACT Health.
7. German CDISC User Group Meeting Define.xml Generator ODM Validator (define.xml validation) 2010/03/11 Dimitri Kutsenko Marianne Neumann.
1 Data Strategy Overview Keith Wilson Session 15.
Centre for Excellence & Innovation In Infrastructure Delivery.
Data Transformation for Analysis Purposes Presented By: Gregg Ravenscroft Khulisa Management Services
Accenture Accelerated R&D Standards Metadata Management – version control and its governance Kevin Lee CDISC NJ Meeting at 01/28/2015 We help our Clients.
23 August 2015Michael Knoessl1 PhUSE 2008 Manchester / Michael Knoessl Implementing CDISC at Boehringer Ingelheim.
JumpStart the Regulatory Review: Applying the Right Tools at the Right Time to the Right Audience Lilliam Rosario, Ph.D. Director Office of Computational.
Oracle iLearning/Tutor Integration Jan  Oracle iLearning Overview  Oracle Tutor Overview  Benefits of integration  Manual integration process.
Data Exchange Tools (DExT) DExT PROJECTAN OPEN EXCHANGE FORMAT FOR DATA enables long-term preservation and re-use of metadata,
DEVELOPMENT QA REPORTS A Series of Reports to Enforce Compliance with Your PeopleSoft Development Standards Leandro Baca.
Vertex and CDISC / MBC / 12March Vertex and CDISC Accomplishments and Strategy 12 March 2008 Lynn Anderson Associate Director Statistical Programming/Biometrics.
Automated Data Analysis National Center for Immunization & Respiratory Diseases Influenza Division Nishan Ahmed Data Management Training Cairo, Egypt April.
Antje Rossmanith, Roche 14th German CDISC User Group, 25-Sep-2012
Data Warehousing for the Reporting and Management of Clinical Data Robert Ellison, ICON CLINICAL Research Plc.
Form printing with SAP Smart Forms Instructor: Dylan Liu
© Copyright 2008 ADaM Validation and Integrity Checks Wednesday 12 th October 2011 Louise Cross ICON Clinical Research, Marlow, UK.
Business and IT Working Together to Streamline Corporate Reporting Stephen Hord, Director of Product Development – UBmatrix.
Collection as the Cornerstone of Presented by Sara Bishop, Administrative Systems Development West Virginia University Office of Information Technology.
Current and Future Applications of the Generic Statistical Business Process Model at Statistics Canada Laurie Reedman and Claude Julien May 5, 2010.
Metadata driven application for data processing – from local toward global solution Rudi Seljak Statistical Office of the Republic of Slovenia.
………….AUSTRALIAN GREENHOUSE EMISSIONS INFORMATION SYSTEM………… Inventory Management & Archiving Australian Greenhouse Emissions Information System (AGEIS)
How to improve quality control in a data conversion process? By extended usage of metadata! Dimitri Kutsenko Entimo AG - Berlin/Germany.
Student Records Training Team
Practical Image Management for Pharma Experiences and Directions. Use of Open Source Stefan Baumann, Head of Imaging Infrastructure, Novartis.
HARRIET Hazard, Assessment, Risk Review Identification and Evaluation Tool.
R7 Integrator and Enterprise Integrator: You won’t believe this is XA… Deborah Vermillion, VP Consulting Services, CPIM, CIRM Belinda Daub, Senior Consultant.
The Use of Metadata in Creating, Transforming and Transporting Clinical Data Gregory Steffens Director, Data Management and SAS Programming ICON Development.
Hints and Tips Creating standards in Microsoft Project Andy Jessop – Managing Director Project Learning Limited.
QMS Training TM Module.
Clinetics Data Merge Overview Andreas Schwarzer and Ralf Schaefer-Pregl – Clinical Data Center, Bayer Vital GmbH, Leverkusen.
Helping Hands in an International Workforce – Maximizing Client Benefits through use of Global Teams Cathy Michalsky and Manori Turmel.
Analysis and Reporting Toolset (A&RT): Lessons on how to develop a system with an external partner David Smith AstraZeneca.
Data Management Planning Joy Davidson
SHERPA/RoMEO Open Access Policy Tool for Publishers Peter Millington Centre for Research Communications University of Nottingham SHERPA/RoMEO for Publishers.
Leveraging R and Shiny for Point and Click ADaM Analysis
7. German CDISC User Group Meeting Define
Metrics Replication Presentation for Maryland Staff September 26, 2002
GRACE Governance, Risk and Control Evaluation.
Experience and process for collaborating with an outsource company to create the define file. Ganesh Sankaran TAKE Solutions.
System Design.
Center-wide strategy and plans Clark Judy Julia Collins
Beyond regulatory submission - Standards Metadata Management Kevin Lee CDISC NJ Meeting at 06/17/2015 We help our Clients deliver better outcomes, so.
Accenture Accelerated R&D Standards Metadata Management – version control and its governance Kevin Lee CDISC NJ Meeting at 01/28/2015 We help our Clients.
Creating ADaM Friendly Analysis Data from SDTM Using Meta-data by Erik Brun & Rico Schiller (CD ) H. Lundbeck A/S 13-Oct
DM WBS Functional View Develop and maintain Prepare internal data
Development Process and Governance of Implementing ADaM
at Statistics Netherlands
Health Ingenuity Exchange - HingX
Documentation for Developers
Chapter 7 Writing the Programs Shari L. Pfleeger Joann M. Atlee 4th Edition.
ESS.VIP VALIDATION An ESS.VIP project for mutual benefits
Statistical Information Technology
Database Design Hacettepe University
Data Dictionary Overview
Management Application for all segments
PPT and video are due no later than March 1, 2019
SAS/Graph to help data Dose/Concentration consistency review
SDMX Implementation The National Accounts use case
ESTP course on Statistical Metadata – Introductory course
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Palestinian Central Bureau of Statistics
Presentation transcript:

An Approach to Standard Programming in a Clinical Data Repository Robert Ellison - ICON Clinical Research plc

Agenda Why Use a Central Data Repository? Approach to Standard Code Development Parameter Driven Code Code Template Short & Long Term Benefits of Using Generic Code Library Maintenance Programming Methodology Future Developments

Why Use a Central Data Repository? Enhance the analysis and delivery of clinical trial data to sponsors Produce standardised operational and management reporting assets Create a foundation to support clinical data integration and reporting Manage trials across data centres

Why Use a Central Data Repository?

Approach to Standard Code Development Generic Parameter Driven Code Standard algorithms Fully validated Function/Protocol specific values passed in as parameters Generic Code Templates Standard Templates for development of Function/Protocol specific algorithms Requires full validation Sections of preprogrammed code integrated with template code Embedded references to generic parameter driven code

Short & Long Term Benefits of Using Generic Code Reduced Programming & Validation Effort For generic and template code Standardised Approach to Programming Standardised Output Formats Reporting Consistently Across: Sponsor Program Therapeutic Area

Library Maintenance Standard Library Object Tracker Track the development of all objects in the CDR Maintain a history of objects in the library Standard Library Object Repository Record details of all objects published in the CDR Tool for programmers to identify code by function in the library The Standard Library Object Tracker and Repository are linked by a unique object reference number

Library Maintenance

Programming Methodology Pattern 1: Value from variable A, table X is not in variable B, table Y Pattern 2: Value from variable A, table X is not equal to value from variable B, table Y

Programming Methodology Patterns identified within the logic of the program specifications translated into two parameter driven macros. Standards Object Repository checked for existing code. Existing code incorporated into study specific calling program If code does not exist macros developed in the library environment Once standard macros are in place in the published domain they can be utilised for the any study requiring same functional outputs.

Future Developments

Questions Robert Ellison Associate Director, Global Data & Technologies ICON Clinical Research External Tel: +353 1 291 2405 Email: robert.ellison@iconplc.com