Clinical Trial Software Development

Size: px
Start display at page:

Download "Clinical Trial Software Development"

Transcription

1 Version 2.2 Effective date: 07 January 2013 Author: Approved by: Mr A Willis, Senior Programmer Dr Sarah Duggan, CTU Manager Revision Chronology: Effective Date Reason for change Version January 2013 Update to remove the defunct guideline: G10-WCTU-PT-Standard Trial Objects and to remove the specified timelines for arranging system review meetings Version February 2011 Update to acknowledge the Senior Project Manager and System Owner roles Version January 2009 Re-write to incorporate new procedures for software development Version 1.0 March 2006 Page 1 of 6

2 1. Purpose This Standard Operating Procedure (SOP) describes the Warwick Clinical Trials Unit (WCTU) Programming Team s procedures for clinical trial software development and maintenance. 2. Background The clinical trial software development process has been tailored specifically to meet the needs of clinical trials. The development process incorporates elements from a number of standard methodologies, in particular UP (Unified Process) and RAD (Rapid Application Development) and has been structured around the WCTU Programming Team s in-house application development tool CT-AUTO. All software developed by the WCTU Programming Team complies with the Data Protection Act, GCP and all other applicable regulations. The software development process outlined in this SOP will be used for all trials created by the WCTU Programming Team. Software requirements will first be discussed with the Senior Programmer at the grant application stage and before finalising programming costs. All software not developed by the WCTU Programming Team, and therefore not covered by this SOP, should be fully documented and validated. 3. Procedure 3.1 Who? This SOP applies to the WCTU Programming Team and any person working with the programming team in the development of the software. This will usually include the Chief Investigator, Senior Project Manager, Trial Co-ordinator, Statistician and Software Tester/Randomisation Officer. 3.2 When? The software development process begins when an initial request for work is made to the Senior Programmer and is continued until the research is complete. 3.3 How? The procedure is explained in the activity diagram and the following text. Page 2 of 6

3 3.3.1 Software Development Process Initial request Project review meeting Change request Create SMR [Senior Programmer Approves SMR] Programmer assigned [PT comments] [Approve SMR] System review meeting [SO Comments] [Approve SMR] FRS Development [PT review FRS] [PT Comments] [SO review FRS] [SO Comments] [FRS approved] [PT Review] System development [PT Comments] [Prototype] [Internal Test] [SO Comments] [Fail] [Fail] [Passed] User acceptance FRS - Functional Requirement Specification SMR - System Modification Request PT - Programming Team SO - System Owner [Passed] Implementation Page 3 of 6

4 3.3.2 Project Initiation Once funding for a trial has been secured, a senior member of the trial management team should make a request for work by contacting the Senior Programmer. The Senior Programmer will arrange an initial project review meeting to briefly discuss the requirements for the project. The Senior Programmer will allocate the project to one or more Programmers who will then arrange a system review meeting with members of the trial management team. The system review points of discussion should include enrolment/randomisation, CRF design and content, trial and data management, security, timescales (especially urgent requirements), the likely phases of work, mid-term analysis deadlines (e.g. Data Monitoring Committee, Steering Committee etc) and any other relevant information concerning the trial. The identification of the System Owner should be confirmed during the system review. The Trial Coordinator should normally be nominated as the System Owner but if this is not possible either the Senior Project Manager or the Chief Investigator should be nominated. Each system should only have one person as the System Owner Requirements and Analysis The Programmer must determine, from discussions with the System Owner and the Statistician the system s data items including the specification of data types, validation constraints, link tables and any processing requirements e.g. disabling of controls, navigation and data searching requirements. Any irregular requests should be addressed to the Senior Programmer. The Programmer will take electronic copies of any documents (CRFs, Reports etc.) that pertain to the planned phase of work and will then utilise CT-AUTO to create the first draft Functional Requirement Specification (FRS) document. The FRS will then be reviewed by the System Owner and the assigned programmer(s). Once the FRS is complete and the Senior Programmer and System Owner are satisfied with the specified requirements, the document will be signed off by both the Senior Programmer and the System Owner. Where possible, each FRS revision should be accompanied with a working prototype Design and Development The Programmer will develop the system utilising the current CT-AUTO version (see G12-WCTU-PT Configuring the CT-AUTO Environment), using standard naming conventions (see G08-WCTU-PT - Naming conventions). The Programmer must also follow the standard conventions for creating security roles and tasks (see G09-WCTU-PT - System Security) and must create the standard project folders in the Programming Team s shared folder and in Visual SourceSafe for each new version of the software (see G07-WCTU-PT - File locations). Page 4 of 6

5 Once development is complete, the Senior Programmer may conduct a code review and/or request a demonstration Enrolment and/or Randomisation The Programmer will ensure that the phase of work that includes enrolment and/or randomisation processes should refer to the standard enrolment/randomisation system guidelines (see G04-WCTU-PT - Computerised Enrolment/Randomisation) Testing The Senior Programmer will identify a WCTU staff member (usually the Randomisation Officer) to carry out the software testing. The Programmer will create a test document and both the Tester and Programmer will conduct the testing cycle (see G03-WCTU-PT Testing) User Acceptance (UA) Once the software testing is completed the System Owner must review the software and feed back any comments. S/he will sign and date the UA document once satisfied with the software Implementation The software will be implemented by the Programmer in accordance to the guideline G05-WCTU-PT Implementation Training The System Owner will be expected to become familiar with the software during the development process and subsequently provide training for Data Entry Clerks. Users will be trained to use new application features by the Programming Team as and when they are developed Change Management If a change is required after the software has been released (known as a System Modification Request), the System Owner must make a request to the Programming Team via the address: ctuprogrammingteam@warwick.ac.uk. The Senior Programmer will allocate the System Modification Request (SMR) to a Programmer (usually the Programmer currently assigned to the project), who will create a SMR document (see G01-WCTU-PT - System Modification Request) On completion, the Senior Programmer and the System Owner will review the SMR and sign and date if satisfied with the content Problem Reporting (Bugs and Data Cleaning) Sometimes a change request is actually a request to fix a bug or to carry out a data clean. For further instructions on problem reporting and data cleaning see guideline G06-WCTU-PT - Problem/Data Cleaning Reporting Page 5 of 6

6 Trial Completion The System Owner will notify the Senior Programmer once the data collected for a trial is deemed complete and clean. The Senior Programmer will revoke access to any applications and databases. The Statistician s read-only access is maintained until the Statistician notifies the Senior Programmer to archive the trial data. Archived databases remain on the server but access to all users is removed Database Maintenance and Administration WCTU servers are hosted and maintained by the Application Service Hosting Team, a service provided by the University of Warwick Information Technology Services (ITS). Server maintenance and administration tasks (including database backups, failover log shipping, performance and security monitoring) are carried out by ITS. The Senior Programmer periodically reviews the tasks carried out by ITS and requests modifications to the servers as and when required List of abbreviations: CRF Case Report Form CT-AUTO WCTU s trial development software FRS Functional Requirements Specification GCP Good Clinical Practice ITS Information Technology Services PT Programming Team RAD Rapid Application Development SO System Owner SOP Standard Operating Procedure SMR System Modification Request UA User Acceptance UP Unified Process WCTU Warwick Clinical Trials Unit Related WCTU-PT Guidelines: 1. G01-WCTU-PT - System Modification Request 2. G02-WCTU-PT - Functional Requirement Specification 3. G03-WCTU-PT - Testing 4. G04-WCTU-PT - Computerised Enrolment/Randomisation 5. G05-WCTU-PT - Implementation 6. G06-WCTU-PT - Problem/Data Cleaning Reporting 7. G07-WCTU-PT - File Locations 8. G08-WCTU-PT - Naming Conventions 9. G09-WCTU-PT - System Security 10. G10-WCTU-PT - Standard Coding List 11. G11-WCTU-PT - Version Control 12. G12-WCTU-PT - Configuring the CT-AUTO Environment These documents can be found alongside SOP 14 on the CTU website: Page 6 of 6

1.0 Scope. 2.0 Abbreviations. 3.0 Responsibilities

1.0 Scope. 2.0 Abbreviations. 3.0 Responsibilities 1.0 Scope This Standard Operating Procedure (SOP) has been written in order to conduct clinical studies according to the International Conference on Harmonisation of Technical Requirements for Registration

More information

ACDM GUIDELINES TO FACILITATE PRODUCTION OF A DATA HANDLING PROTOCOL

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

More information

Managing & Validating Research Data

Managing & Validating Research Data Research Management Standard Operating Procedure ISOP-H02 VERSION / REVISION: 2.0 EFFECTIVE DATE: 01 03 12 REVIEW DATE: 01 03 14 AUTHOR(S): CONTROLLER(S): APPROVED BY: Information Officer; NBT Clinical

More information

Archiving of Research Documentation

Archiving of Research Documentation Suspension, Termination & Completion Standard Operating Procedure VERSION / REVISION: 2.0 EFFECTIVE DATE: 28 05 12 REVIEW DATE: 28 05 14 AUTHOR(S): CONTROLLER: APPROVED BY: Clinical Trials Manager; Recruitment

More information

Document Title: Project Management of Papworth Sponsored Studies

Document Title: Project Management of Papworth Sponsored Studies Document Title: Project Management of Papworth Sponsored Studies Document Number: SOP009 Staff involved in development: Job titles only Document author/owner: Directorate: Department: For use by: RM&G

More information

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 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

More information

STANDARD OPERATING PROCEDURE FOR RESEARCH. Management of Essential Documents and Trial Folders

STANDARD OPERATING PROCEDURE FOR RESEARCH. Management of Essential Documents and Trial Folders STANDARD OPERATING PROCEDURE FOR RESEARCH Management of Essential Documents and Trial Folders Author Linda Ward Author s Job Title QA Coordinator Division Department Version number 2 Ref SOP/CLN/001/2

More information

INTERIM SITE MONITORING PROCEDURE

INTERIM SITE MONITORING PROCEDURE INTERIM SITE MONITORING PROCEDURE 1. PURPOSE The purpose of this SOP is to describe the interim monitoring procedures conducted at Institution, according to GCP and other applicable local regulations.

More information

JOB DESCRIPTION. Northern Ireland Clinical Trials Unit (NICTU), The Royal Hospitals, Belfast. Biostatistician / Senior Biostatistician

JOB DESCRIPTION. Northern Ireland Clinical Trials Unit (NICTU), The Royal Hospitals, Belfast. Biostatistician / Senior Biostatistician JOB DESCRIPTION POST: LOCATION: Junior Biostatistician Northern Ireland Clinical Trials Unit (NICTU), The Royal Hospitals, Belfast BAND: 5 CONTRACT TYPE: RESPONSIBLE TO: REPORTS TO: 3 years Clinical Trials

More information

Needs, Providing Solutions

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

More information

This is a controlled document. The master document is posted on the JRCO website and any print-off of this document will be classed as uncontrolled.

This is a controlled document. The master document is posted on the JRCO website and any print-off of this document will be classed as uncontrolled. This is a controlled document. The master document is posted on the JRCO website and any print-off of this document will be classed as uncontrolled. Researchers and their teams may print off this document

More information

Document Number: SOP/RAD/SEHSCT/007 Page 1 of 17 Version 2.0

Document Number: SOP/RAD/SEHSCT/007 Page 1 of 17 Version 2.0 Standard Operating Procedures (SOPs) Research and Development Office Title of SOP: Computerised Systems for Clinical Trials SOP Number: 7 Version Number: 2.0 Supercedes: 1.0 Effective date: August 2013

More information

Section 5 onwards provides information aimed at researchers who are interested in working with us.

Section 5 onwards provides information aimed at researchers who are interested in working with us. NORWICH CLINICAL TRIALS UNIT This document provides an overview of the Norwich Clinical Trials Unit: Sections 1 to 3 describe the Norwich Clinical Trials Unit remit and structure for our stakeholders and

More information

SAS in clinical trials A relook at project management,

SAS in clinical trials A relook at project management, SAS in clinical trials A relook at project management, tools and software engineering Sameera Nandigama - Statistical Programmer PhUSE 2014 AD07 2014 inventiv Health. All rights reserved. Introduction

More information

Marie-Claire Rickard, GCP & Governance Manager Rachel Fay, GCP & Governance Manager Elizabeth Clough, R&D Operations Manager

Marie-Claire Rickard, GCP & Governance Manager Rachel Fay, GCP & Governance Manager Elizabeth Clough, R&D Operations Manager Standard Operating Procedures (SOP) for: Monitoring SOP 28 Version 7.0 Number: Number: Effective Date: 29 th November 2015 Review Date: 6 th January 2017 Author: Reviewer: Reviewer: Authorisation: Name

More information

White Paper On Pilot Method Of ERP Implementation

White Paper On Pilot Method Of ERP Implementation White Paper On Pilot Method Of ERP Implementation Rod Clarke Rod Clarke provides guidance, advice and support to businesses in successfully applying IS/IT in support of their business goals. He brings

More information

Effective Data Management Plans for Research Studies Patrick Murphy, Research Informatics, Family Health International

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

More information

JOB DESCRIPTION. Northern Ireland Clinical Trials Unit (NICTU) Royal Hospitals, BELFAST LOCATION: BAND: Band 5 JOB SUMMARY/MAIN PURPOSE:

JOB DESCRIPTION. Northern Ireland Clinical Trials Unit (NICTU) Royal Hospitals, BELFAST LOCATION: BAND: Band 5 JOB SUMMARY/MAIN PURPOSE: JOB DESCRIPTION POST: LOCATION: Data Manager Northern Ireland Clinical Trials Unit (NICTU) Royal Hospitals, BELFAST BAND: Band 5 REPORTS TO: RESPONSIBLE TO: JOB SUMMARY/MAIN PURPOSE: Data Project Manager

More information

CONTROLLED DOCUMENT. Uncontrolled Copy. RDS014 Research Related Archiving. University Hospitals Birmingham NHS Foundation Trust

CONTROLLED DOCUMENT. Uncontrolled Copy. RDS014 Research Related Archiving. University Hospitals Birmingham NHS Foundation Trust University Hospitals Birmingham NHS Foundation Trust CONTROLLED DOCUMENT RDS014 Research Related Archiving CATEGORY: CLASSIFICATION: PURPOSE Controlled Document Number: Version Number: 1 Controlled Document

More information

TRIAL MASTER FILE- SPONSORED

TRIAL MASTER FILE- SPONSORED gsop-06-04 - Management of TMF for ENHT/ WHHT Sponsored CTIMPs Page 1 of 16 Hertfordshire Hospitals R&D Consortium Incorporating West Herts Hospitals NHS Trust and East & North Herts NHS Trust TRIAL MASTER

More information

Data-management and Biostatistics

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

More information

Standard Operating Procedures

Standard Operating Procedures Standard Operating Procedures 5.5.1 Electronic Data Handling History Version Date Author Reason 1.1 18 th July 2007 B Fazekas New procedure 1.2 18 th August B Fazekas Changes ratified by MAB 2007 1.3 16

More information

DATA MANAGEMENT IN CLINICAL TRIALS: GUIDELINES FOR RESEARCHERS

DATA MANAGEMENT IN CLINICAL TRIALS: GUIDELINES FOR RESEARCHERS Reference Number: UHB 139 Version Number: 2 Date of Next Review: 14 Apr 2018 Previous Trust/LHB Reference Number: N/A DATA MANAGEMENT IN CLINICAL TRIALS: GUIDELINES FOR RESEARCHERS Introduction and Aim

More information

Data Management Unit Research Institute for Health Sciences, Chiang Mai University

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

More information

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 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

More information

Introduction. The Evolution of the Data Management Role: The Clinical Data Liaison

Introduction. The Evolution of the Data Management Role: The Clinical Data Liaison Introduction The CDL is a new role that will become a standard in the industry for companies that want to make more efficient use of limited resources: time and money. A CDL is key in that he or she conducts

More information

The Concept of Quality in Clinical Research. Dorota Śwituła Senior Clinical Quality Assurance Advisor

The Concept of Quality in Clinical Research. Dorota Śwituła Senior Clinical Quality Assurance Advisor The Concept of Quality in Clinical Research Dorota Śwituła Senior Clinical Quality Assurance Advisor 1 Agenda What is quality? How we define quality in clinical research? The standard components of a Quality

More information

Computer System Validation for Clinical Trials:

Computer System Validation for Clinical Trials: Computer System Validation for Clinical Trials: Framework Standard Operating Procedure (F-SOP) Author: Tim Cross Version History: 0.1di DRAFT 24-April-2013 0.2 DRAFT 12-June-2013 Current Version: 1.0 17-June-2013

More information

Fixed Asset Management Evaluation Guide

Fixed Asset Management Evaluation Guide Fixed Asset Management Evaluation Guide Your guide to selecting a fixed asset management solution Real Asset Management Fixed Asset Management Evaluation Guide Welcome to the Fixed Asset Management Evaluation

More information

SOP Number: SOP-QA-20 Version No: 1. Author: Date: 1-9-15 (Patricia Burns, Research Governance Manager, University of Aberdeen)

SOP Number: SOP-QA-20 Version No: 1. Author: Date: 1-9-15 (Patricia Burns, Research Governance Manager, University of Aberdeen) Standard Operating Procedure: SOP Number: SOP-QA-20 Version No: 1 Author: Date: 1-9-15 (Patricia Burns, Research Governance Manager, University of Aberdeen) Approved by: Date: 1-9-15 (Professor Julie Brittenden,

More information

NORWICH CLINICAL TRIALS UNIT OVERVIEW

NORWICH CLINICAL TRIALS UNIT OVERVIEW NORWICH CLINICAL TRIALS UNIT OVERVIEW This document provides an overview of the Norwich Clinical Trials Unit. Sections 1 to 3 describe the Norwich Clinical Trials Unit remit and structure. Section 4 gives

More information

STANDARD OPERATING PROCEDURE FOR DATA RETENTION

STANDARD OPERATING PROCEDURE FOR DATA RETENTION STANDARD OPERATING PROCEDURE FOR DATA RETENTION SOP Number: GCP DM 505.02 Version Number & Date: 2 nd Version; 25 Apr 2013 Superseded Version Number & Date (if applicable): 1 st Version; 17 June 2010 Effective

More information

OECD SERIES ON PRINCIPLES OF GOOD LABORATORY PRACTICE AND COMPLIANCE MONITORING NUMBER 10 GLP CONSENSUS DOCUMENT

OECD SERIES ON PRINCIPLES OF GOOD LABORATORY PRACTICE AND COMPLIANCE MONITORING NUMBER 10 GLP CONSENSUS DOCUMENT GENERAL DISTRIBUTION OCDE/GD(95)115 OECD SERIES ON PRINCIPLES OF GOOD LABORATORY PRACTICE AND COMPLIANCE MONITORING NUMBER 10 GLP CONSENSUS DOCUMENT THE APPLICATION OF THE PRINCIPLES OF GLP TO COMPUTERISED

More information

What is necessary to provide good clinical data for a clinical trial?

What is necessary to provide good clinical data for a clinical trial? What is necessary to provide good clinical data for a clinical trial? Alain Barrois, Assistant Clinical Trials Operations Manager #EBMT2015 www.ebmt.org Is this a (typical) clinical trial? 2 Agenda Introduction

More information

Schedule A Support and Maintenance Agreement

Schedule A Support and Maintenance Agreement Page 1 of 5 During the Term and upon SSN s acceptance of an executed Order Form that specifies the Customer s designated support plan for the applicable Software (the Covered Services ), SSN shall provide

More information

NEWCASTLE CLINICAL TRIALS UNIT STANDARD OPERATING PROCEDURES

NEWCASTLE CLINICAL TRIALS UNIT STANDARD OPERATING PROCEDURES NEWCASTLE CLINICAL TRIALS UNIT STANDARD OPERATING PROCEDURES SOP details SOP title: SOP number: SOP category: Document Control GE-003 General SOP history Version number: 01 Version date: 1 March 2013 Effective

More information

Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described

Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described P O SITION DET AI L S: Position Title: C LI NICAL RESEAR C H PROJEC T

More information

ERASMUS & EXCHANGES BUSINESS PROCESS

ERASMUS & EXCHANGES BUSINESS PROCESS ERASMUS & EXCHANGES BUSINESS PROCESS PURPOSE The Erasmus and Exchanges section organises and coordinates all student, teacher and staff mobility between UL and partner universities situated in countries

More information

How to Write a Software Process Procedures and Policy Manual for YOUR COMPANY

How to Write a Software Process Procedures and Policy Manual for YOUR COMPANY How to Write a Software Process for YOUR COMPANY 1. Introduction MicroTools is proposing to assist YOUR COMPANY in improving the existing software process. The purpose of this project is to both improve

More information

Time Monitoring Tool Software Development Plan. Version <1.1>

Time Monitoring Tool Software Development Plan. Version <1.1> Time Monitoring Tool Software Development Plan Version Revision History Date Version Description Author 10/01/01 1.0 First Draft Sabrina Laflamme 12/01/01 1.1 Completion of Document John Lemon Page

More information

Introduction to Change

Introduction to Change Introduction to Management and SDLC Steve Owyoung Sr. Manager KPMG LLP, IT Advisory Doug Mohrland Audit Manager Oracle Corporation Discussiontopics o significance o o s o o o o Software (SDLC) s Organization

More information

QUALITY CONTROL AND QUALITY ASSURANCE IN CLINICAL RESEARCH

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

More information

Technology Update. Validating Computer Systems, Part 3. 2. System plan URS SLA

Technology Update. Validating Computer Systems, Part 3. 2. System plan URS SLA Technology Update Validating Computer Systems, Part 3 GCP Software Verification Teri Stokes Writing software for GCP use is serious business. Applications must be tested and retested to ensure that they

More information

Adoption by GCP Inspectors Working Group for consultation 14 June 2011. End of consultation (deadline for comments) 15 February 2012

Adoption by GCP Inspectors Working Group for consultation 14 June 2011. End of consultation (deadline for comments) 15 February 2012 10 December 2013 EMA/INS/GCP/600788/2011 Compliance and Inspection Reflection paper on the use of interactive response technologies (interactive voice/web response systems) in clinical trials, with particular

More information

PROCEDURE FOR PREPARING GCP INSPECTIONS REQUESTED BY THE EMEA. GCP Inspectors Working Group

PROCEDURE FOR PREPARING GCP INSPECTIONS REQUESTED BY THE EMEA. GCP Inspectors Working Group European Medicines Agency Inspections London, 20 September 2007 EMEA/INS/GCP/197228/2005 Procedure no.: INS/GCP/2 PROCEDURE FOR PREPARING GCP INSPECTIONS REQUESTED BY THE EMEA GCP Inspectors Working Group

More information

THOMSON REUTERS C-TRACK E-FILING SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6

THOMSON REUTERS C-TRACK E-FILING SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6 THOMSON REUTERS C-TRACK E-FILING SOFTWARE AS A SERVICE SERVICE DEFINITION FOR G-CLOUD 6 C-Track E-Filing is a stand-alone component of the C-Track product suite which can easily integrate with the C-Track

More information

1.0 Scope. 2.0 Abbreviations

1.0 Scope. 2.0 Abbreviations 1.0 Scope This Standard Operating Procedure (SOP) has been written in order to conduct clinical studies according to the International Conference on Harmonisation of Technical Requirements for Registration

More information

DESKTOP COMPUTER SKILLS

DESKTOP COMPUTER SKILLS 1 Desktop Computer Skills Price List DESKTOP COMPUTER SKILLS Microsoft Office 2010 Microsoft Office 2010: New Features Please note all prices exclude VAT Approx. Learning Hours: 3 Price: 45 Office 2010

More information

Supplement to the Guidance for Electronic Data Capture in Clinical Trials

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

More information

STANDARD OPERATING PROCEDURE NO. CM.13-00 - 00

STANDARD OPERATING PROCEDURE NO. CM.13-00 - 00 STANDARD OPERATING PROCEDURE NO. CM.13-00 - 00 Version date: Effective Date: Replaces SOP No.: 1 5 January 20 13 15 February 20 13 Approved by: Date No: CM.13 00 00 Effective Date: 15 February 2013 Version

More information

CHANGE OF MONITOR AT STUDY SITE No: CM.8 01 02 Effective Date: 15 April 2013 Version Date: 15 March 2013

CHANGE OF MONITOR AT STUDY SITE No: CM.8 01 02 Effective Date: 15 April 2013 Version Date: 15 March 2013 CONTENTS: 1. DEFINITIONS/REFERENCES 2. 2. PURPOSE 2. 3. SCOPE.2. 4. RESPONSABILITIES 2. 5. PROCEDURES...3. 5.1 Assessment of Need and Approval of Change of CRA... 3. 5.2 Project training......3. 5.3 Documentation

More information

A Web-Based Data Management System for Small And Medium Clinical Trials

A Web-Based Data Management System for Small And Medium Clinical Trials A Web-Based Data Management System for Small And Medium Clinical Trials Tzafi Glass and Diklah Geva EMR-IBS 2007 January 23-25, 2007 Eilat Israel 2007, Diklah Geva IntegriStat Introduction-1 A Web based

More information

RD SOP17 Research data management and security

RD SOP17 Research data management and security RD SOP17 Research data management and security Version Number: V2 Name of originator/author: Dr Andy Mee, R&I Manager Name of responsible committee: R&I Committee Name of executive lead: Medical Director

More information

The New Mexico House of Representatives

The New Mexico House of Representatives The New Mexico House of Representatives JOB DESCRIPTIONS of Available Positions Fifty-Second Legislature Second Session, 2016 Compiled by the House Chief Clerk s Office (505) 986-4751 Suite 100 * State

More information

Guideline for Developing Randomization Procedures RPG-03

Guideline for Developing Randomization Procedures RPG-03 The Clinical Research Center Research Practice Manual Guideline for Developing Randomization Procedures RPG-03 Purpose Guideline The purpose of this Guideline is to outline the Clinical Research Center

More information

Personal data - Personal data identify an individual. For example, name, address, contact details, date of birth, NHS number.

Personal data - Personal data identify an individual. For example, name, address, contact details, date of birth, NHS number. Background The Data Protection Act 1998 i came into force in March 2000 and is followed by all NHS employed staff via their policies and procedures. The act applies to all personal, identifiable information

More information

Project Management System Services

Project Management System Services Project Management System Services Today's projects need to deal with increasing amounts of information that require better tools to help navigate through all the data produced by projects. Our services

More information

ROLE OF THE RESEARCH COORDINATOR

ROLE OF THE RESEARCH COORDINATOR Clinical and Translational Science Institute / CTSI at the University of California, San Francisco Welcome to Online Training for Clinical Research Coordinators ROLE OF THE RESEARCH COORDINATOR Data Collection

More information

ROLES, RESPONSIBILITIES AND DELEGATION OF DUTIES IN CLINICAL TRIALS OF MEDICINAL PRODUCTS

ROLES, RESPONSIBILITIES AND DELEGATION OF DUTIES IN CLINICAL TRIALS OF MEDICINAL PRODUCTS ROLES, RESPONSIBILITIES AND DELEGATION OF DUTIES IN CLINICAL TRIALS OF MEDICINAL PRODUCTS STANDARD OPERATING PROCEDURE NO SOP 09 DATE RATIFIED 4/7/13 NEXT REVIEW DATE 4/7/14 POLICY STATEMENT/KEY OBJECTIVES:

More information

Signature Requirements for the etmf

Signature Requirements for the etmf Wingspan Technology Signature Requirements for the etmf A Regulatory and Technological Assessment Kathie Clark Director, Product Management Wingspan Technology 1 November 2012 Signature Requirements for

More information

Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described

Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described Why is this Job Description being written? New Position Replacement Position Position re-designed Position not previously described P O SITION DET AI L S: Position Title: C LI NICAL RESEAR C H OFFICER

More information

Social Network Website to Monitor Behavior Change Design Document

Social Network Website to Monitor Behavior Change Design Document Social Network Website to Monitor Behavior Change Design Document Client: Yolanda Coil Advisor: Simanta Mitra Team #11: Gavin Monroe Nicholas Schramm Davendra Jayasingam Table of Contents PROJECT TEAM

More information

The Monitoring Visit. Denise Owensby, CCRP Sr. Clinical Research Coordinator Clinical & Translational Science Center University of California, Davis

The Monitoring Visit. Denise Owensby, CCRP Sr. Clinical Research Coordinator Clinical & Translational Science Center University of California, Davis The Monitoring Visit Denise Owensby, CCRP Sr. Clinical Research Coordinator Clinical & Translational Science Center University of California, Davis Disclosure The information herein is not intended to

More information

Response to Web Design & Development RFP Questions

Response to Web Design & Development RFP Questions 1. Most responses will offer Open Source Software (OSS) as the Content Management System (CMS). While our organization is fluent in OSS (WordPress, Drupal, Joomla etc.) we have developed our own CMS that

More information

IMS-ST-1.04 Document and Record Management. Prepared By: Jacqueline Raynes Print Date: 20/08/13 Version No: V01 Reviewed By: Jeff Innes

IMS-ST-1.04 Document and Record Management. Prepared By: Jacqueline Raynes Print Date: 20/08/13 Version No: V01 Reviewed By: Jeff Innes Integrated Management Standard 1.04 Document and Record Management Contents 1 Purpose... 2 2 Scope... 2 3 Standard... 2 3.1 OTML Documentation Overview... 2 3.2 Integrated Management System Documentation...

More information

A Unified Approach to Clinical Trials

A Unified Approach to Clinical Trials A Unified Approach to Clinical Trials A whitepaper describing how a Unified Approach enhances the safey, simplicity and speed of clinical trials. 2010 2 of 6 Table of Contents 1 The Clinical Problem...

More information

CONTROLLED DOCUMENT- DO NOT COPY STANDARD OPERATING PROCEDURE. STH Investigator

CONTROLLED DOCUMENT- DO NOT COPY STANDARD OPERATING PROCEDURE. STH Investigator Research Department STANDARD OPERATING PROCEDURE STH Investigator Archiving of Essential Documentation Generated During Clinical Research SOP Number A127 Version Number V1.3 Effective Date Author Zoe Whiteley

More information

Software Delivery Integration and Source Code Management. for Suppliers

Software Delivery Integration and Source Code Management. for Suppliers Software Delivery Integration and Source Code Management for Suppliers Document Information Author Version 1.0 Version Date 8/6/2012 Status final Approved by Reference not applicable Subversion_for_suppliers.doc

More information

UNIVERSITY OF LEICESTER, UNIVERSITY OF LOUGHBOROUGH & UNIVERSITY HOSPITALS OF LEICESTER NHS TRUST JOINT RESEARCH & DEVELOPMENT SUPPORT OFFICE

UNIVERSITY OF LEICESTER, UNIVERSITY OF LOUGHBOROUGH & UNIVERSITY HOSPITALS OF LEICESTER NHS TRUST JOINT RESEARCH & DEVELOPMENT SUPPORT OFFICE UNIVERSITY OF LEICESTER, UNIVERSITY OF LOUGHBOROUGH & UNIVERSITY HOSPITALS OF LEICESTER NHS TRUST JOINT RESEARCH & DEVELOPMENT SUPPORT OFFICE STANDARD OPERATING PROCEDURES University of Leicester (UoL)

More information

Computerised Systems. Seeing the Wood from the Trees

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 -

More information

The Study Site Master File and Essential Documents

The Study Site Master File and Essential Documents The Study Site Master File and Essential Documents Standard Operating Procedure Office of Health and Medical Research Queensland Health SOP reference: 002 Version number: 1 Effective date: 01 June 2010

More information

Trial Delivery SOP 05 Trial Archiving

Trial Delivery SOP 05 Trial Archiving Gloucestershire Research and Development Consortium Standard Operating Procedure R&D SOP TD 05Trial Archiving Trial Delivery SOP 05 Trial Archiving IT IS THE RESPONSIBILITY OF ALL USERS OF THIS SOP TO

More information

Program Lifecycle Methodology Version 1.7

Program Lifecycle Methodology Version 1.7 Version 1.7 March 30, 2011 REVISION HISTORY VERSION NO. DATE DESCRIPTION AUTHOR 1.0 Initial Draft Hkelley 1.2 10/22/08 Updated with feedback Hkelley 1.3 1/7/2009 Copy edited Kevans 1.4 4/22/2010 Updated

More information

ensurcloud Service Level Agreement (SLA)

ensurcloud Service Level Agreement (SLA) ensurcloud Service Level Agreement (SLA) Table of Contents ensurcloud Service Level Agreement 1. Overview... 3 1.1. Definitions and abbreviations... 3 2. Duties and Responsibilities... 5 2.1. Scope and

More information

IT Security Agency Policies and Procedures

IT Security Agency Policies and Procedures Revised Date: 12/20/11 (formatting) Page 1 of 6 IT Security Agency Policies and Procedures Firewall Change Control Procedure Policy Objectives: The purpose of this document is to define Admin s process

More information

The IT Project Manager Job Description and Its Responsibilities

The IT Project Manager Job Description and Its Responsibilities IS Systems Development Services - Consultant/Administrator Project Manager Position Summary: Under the broad policy guidance of the KIDS Information Data System (KIDS) Application Development Services

More information

Reflection paper on expectations for electronic source data and data transcribed to electronic data collection tools in clinical trials

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

More information

The Software Development Life Cycle (SDLC)

The Software Development Life Cycle (SDLC) Document ID: Version: 2.0 1 / 22 2 TABLE OF CONTENTS INTRODUCTION... 4 THE SDLC WATERFALL... 4 ALLOWED VARIATIONS... 5 OTHER SDLC MODELS... 6 REFERENCES... 7 GENERIC STAGE... 8 KICKOFF PROCESS... 8 INFORMAL

More information

Installation and licensing... 2. Licensing method 1 Manual Activation by Serial number... 3

Installation and licensing... 2. Licensing method 1 Manual Activation by Serial number... 3 Advanced User guide Contents Installation and licensing... 2 Licensing method 1 Manual Activation by Serial number... 3 Licensing method 2 Automatic Activation by Internet connection... 3 Setting up a

More information

Chapter 6 Implementation Planning

Chapter 6 Implementation Planning Chapter 6 Planning Planning- Division into Work Packages The following are the recommended Work Packages Overall Change Programme Work Package 1 E-Cabinet Model Work Package 2 Security Policy Design Work

More information

gsop-32-02 - Vendor Assessment SOP page 1 of 10

gsop-32-02 - Vendor Assessment SOP page 1 of 10 gsop-32-02 - Vendor Assessment SOP page 1 of 10 Hertfordshire Hospitals R&D Consortium Incorporating West Herts Hospitals NHS Trust and East & North Herts NHS Trust VENDOR ASSESSMENT Research & Development

More information

R&D Administration Manager. Research and Development. Research and Development

R&D Administration Manager. Research and Development. Research and Development Document Title: Document Number: Patient Recruitment SOP031 Staff involved in development: Job titles only Document author/owner: Directorate: Department: For use by: RM&G Manager, R&D Administration Manager,

More information

Publish Date: 30/06/14 Version: 1.2

Publish Date: 30/06/14 Version: 1.2 Publish Date: 30/06/14 Version: 1.2 Page: 1 Contents 1. Scope 3 2. Service Definitions 3 3. Service Provision 3 4. Optional Service Provision Features 4 5. Hardware RMA Process 4 6. Supported Coverage

More information

ALM Solutions using Visual Studio TFS 2013 ALMI13; 5 Days, Instructor-led

ALM Solutions using Visual Studio TFS 2013 ALMI13; 5 Days, Instructor-led ALM Solutions using Visual Studio TFS 2013 ALMI13; 5 Days, Instructor-led Course Description This five day course is designed to get your entire team working efficiently with Microsoft s Application Lifecycle

More information

Standard Operating Procedure

Standard Operating Procedure Standard Operating Procedure Title: Production and Control of Standard Operating Procedures Purpose The purpose of this SOP is to describe the procedure to be followed to ensure that SOPs are produced

More information

Reflection paper for laboratories that perform the analysis or evaluation of clinical trial samples

Reflection paper for laboratories that perform the analysis or evaluation of clinical trial samples 28 February 2012 EMA/INS/GCP/532137/2010 GCP Inspectors Working Group Reflection paper for laboratories that perform the analysis or evaluation of clinical trial Draft agreed by GCP Inspectors Working

More information

Special Item No. 132-51 Information Technology Professional Services. Government Site GSA Rate Effective March 6, 2015

Special Item No. 132-51 Information Technology Professional Services. Government Site GSA Rate Effective March 6, 2015 Fixed Hourly Rates - Labor Category Contract Number: GS-35F-0278L Period Covered by Contract: March 7, 2001 through March 6, 2016 Amendment/Modification No.: PS-0011 dated March 4, 2011 Special Item No.

More information

How To Write An Slcm Project Plan

How To Write An Slcm Project Plan SLCM 2003.1 Artifacts in a Nutshell ( as of 01/21/2005) Project Development Phases Pension Benefit Guaranty Corporation s (PBGC) System Life Cycle Methodology (SLCM) is comprised of five project development

More information

TVision Support Service Guidelines

TVision Support Service Guidelines TVision Support Service Guidelines TVision Technology Ltd 1 st Floor Premier House 15-19 Church Street West Woking Surrey GU21 6DJ MainTel: + 44 (0) 1483 751888 Support Tel: + 44 (0) 1483 713480 Fax: +

More information

Synergizing global best practices in the CRO industry

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

More information

Guidance for electronic trial data capturing of clinical trials

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...

More information

Appendix A Statement of Work: Digitization, Archiving and Digital Documents Management System

Appendix A Statement of Work: Digitization, Archiving and Digital Documents Management System Page 1 Appendix A Statement of Work: Digitization, Archiving and Digital Documents Management System 1 Page 2 Table of Contents Table of Contents... 2 TERMS AND ABBREVIATIONS... 3 Statement of Work Overview...

More information

Updating the International Standard Classification of Occupations (ISCO) Draft ISCO-08 Group Definitions: Occupations in ICT

Updating the International Standard Classification of Occupations (ISCO) Draft ISCO-08 Group Definitions: Occupations in ICT InternationalLabourOrganization OrganisationinternationaleduTravail OrganizaciónInternacionaldelTrabajo Updating the International Standard Classification of Occupations (ISCO) Draft ISCO-08 Group Definitions:

More information

a) To achieve an effective Quality Assurance System complying with International Standard ISO9001 (Quality Systems).

a) To achieve an effective Quality Assurance System complying with International Standard ISO9001 (Quality Systems). FAT MEDIA QUALITY ASSURANCE STATEMENT NOTE 1: This is a CONTROLLED Document as are all quality system files on this server. Any documents appearing in paper form are not controlled and should be checked

More information

Please Note: Temporary Graduate 485 skills assessments applicants should only apply for ANZSCO codes listed in the Skilled Occupation List above.

Please Note: Temporary Graduate 485 skills assessments applicants should only apply for ANZSCO codes listed in the Skilled Occupation List above. ANZSCO Descriptions This ANZSCO description document has been created to assist applicants in nominating an occupation for an ICT skill assessment application. The document lists all the ANZSCO codes that

More information

Avaya Learning Companion Guide for the

Avaya Learning Companion Guide for the Avaya Learning Companion Guide for the Avaya Proactive Outreach Manager Administration and Configuration Knowledge Access (5C00050E) Version 2 April 14, 2014 Page 1 Table of Contents About this Guide...

More information

COPY. Revision History: Changes were made to reflect the current practice of only including the most recent changes in the revision history.

COPY. Revision History: Changes were made to reflect the current practice of only including the most recent changes in the revision history. Revision History COPY The top row of this table shows the most recent changes to this controlled document. For previous revision history information, archived versions of this document are maintained by

More information

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 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

More information

Software Validation in Clinical Trial Reporting: Experiences from the Biostatistical & Data Sciences Department

Software Validation in Clinical Trial Reporting: Experiences from the Biostatistical & Data Sciences Department Software Validation in Clinical Trial Reporting: Experiences from the Biostatistical & Data Sciences Department Andrea Baker Senior Programmer GlaxoSmithKline SeUGI 19 Florence May 29-June 1 2001 Introduction

More information

LEHMAN COLLEGE: DEPARTMENTAL RETENTION SCHEDULE 8/7/2014 INFORMATION TECHNOLOGY (IT)

LEHMAN COLLEGE: DEPARTMENTAL RETENTION SCHEDULE 8/7/2014 INFORMATION TECHNOLOGY (IT) IT-1 Contracts/ Software Licenses/ Use Agreements Legal agreements, including contracts, legal releases, software licenses, and use agreements involving the College or the University 6 years after expiration

More information