Building an Integrated Clinical Trial Data Management System With SAS Using OLE Automation and ODBC Technology

Size: px
Start display at page:

Download "Building an Integrated Clinical Trial Data Management System With SAS Using OLE Automation and ODBC Technology"

Transcription

1 Building an Integrated Clinical Trial Data Management System With SAS Using OLE Automation and ODBC Technology Alexandre Peregoudov Reproductive Health and Research, World Health Organization Geneva, Switzerland Introduction Handling clinical data is in many ways different from dealing with any other traditional data. Guidelines for Good Clinical Practice (GCP) impose various strict requirements on computerized systems and procedures to be used in clinical trials. The SAS System features many of those characteristics that are essential for Clinical Trial Data Management: a powerful database engine, advanced statistical analysis tools, elaborated reporting and data presentation procedures. It is also important to mention that the SAS self-documented database format is accepted by many national drug regulation agencies as a standard for Computer Assisted New Drug Applications (CANDA). New features and further enhancements of the SAS System with the Nashville Release improve its integration into Microsoft Windows platform and interoperability with other Windows compatible applications. OLE automation and ODBC support provided by the SAS System pave the way for software integration with other OLE automation compliant Windows applications to take advantage of the best available in these products. This paper describes how different program components are being integrated by an OLE automation controller through Visual Basic programming into a Clinical Trial Data Management System (CTDMS 2000) with the SAS System as a core. System Overview CTDMS 2000 is being developed by the Reproductive Health and Research Department (RHR), WHO in response to the needs for centralized data management of multi-centre clinical trials. The main objectives are: GCP compliance, lower development and maintenance costs, portability, and provision for new technologies, such as automatic data capture with optical character recognition and WEB-based data entry. RHR has a world-wide network of trial sites. More than 100 institutions in five continents participate in the collaborative research being co-ordinated by the RHR secretariat from Geneva. These institutions are located both in developed and developing countries. Some have at their disposal advanced telecommunication and informatics infrastructure with adequately trained staff. Others are far away from the most recent technological developments, still relying on traditional post, telephone and fax as the only ways of communication with the outside institutions. These specific conditions impose a number of severe limitations on the system design and implementation. CTDMS 2000 should be able to receive the clinical trial data case report Page 1 of 9

2 forms (CRFs) - from the sites both as paper copies posted to the centralized data management unit and remotely through the WEB-based data entry. The data should be processed in a uniform way regardless of the CRF input mode and results should be communicated back to the sites in exactly the same manner. SAS/AF Frame objects, like Data Table and Data Form, facilitate the speedy development of data entry applications with graphical user interface to the data. But the SAS/AF solution, in the given setting, seems to be neither cost effective nor technically feasible. First, because it is too expensive to provide a SAS license from the limited RHR budget to all the centres that are technologically ready to implement this option. Second, because it does not entirely solve data acquisition problems, especially for the centres from developing countries, and does not permit a flexible multi-facet data entry. Apart from that, paper CRFs are still in use in 100% of the clinical trials conducted by RHR (and by many other sponsors). It is unlikely that within the next few years there will be migration to complete electronic data processing systems. Technological levels, due to wide geographic representation and differences in economical status, vary too much from one trial site to another. Therefore, CRFs should be designed, translated into various local languages, printed in multiple copies and distributed amongst the trial sites. As the CRF is part and parcel of the clinical trial protocol, it appears to be logical to integrate the form design tool in the clinical trial data management system. Most form design software products not only create a graphical environment for CRF development but also provide means for direct data entry through electronic forms. This is GCP compliant (if the data is protected by electronic signature) and certainly the least expensive solution, but it needs a reliable Internet connection and qualified technical support staff at the trial site. The paper CRFs - comprising the total current data flow - will be processed by OCR (optical character recognition) software. Preliminary testing showed that the OCR engines are capable of reading form images and capturing data from both machine-printed and hand-written forms, including text, check marks, bar codes, labels and other fields, with a very high degree of precision. Advantages of the OCR automatic data capture are numerous. OCR not only replaces manual data entry, the bottleneck of any data collection application, with fast, reliable and cost-effective procedures. It provides all the means to build electronic archives of the form images and link them with the extracted data, thus ensuring an effective mechanism for audit trail required by GCP. Therefore, the solution that has been adopted for CTDMS 2000 enforces the SAS system with two OLE automation compatible software tools (see Fig. 1). CRF design and related electronic data entry are being implemented with JetForm (JF). Paper CRF processing and automatic data capture from the forms is being dealt with by Eyes and Hands for Forms (EHF), the OCR software from ReadSoft. Both packages are Windows compatible applications and allow for full integration with the SAS system under the Windows NT platform. The core of the data management procedures - maintenance and update of clinical trial databases, validation of transaction records, data quality report generation - is being implemented with the SAS Base software using its macro and formatting facilities. Page 2 of 9

3 Trial Site Trial Site CRF Processing with EHF CTDMS 2000 Trial WEB Site CRF Processing with JF Transaction database Transaction database OLE Automation Controller Quality Reporting Data Query Database Update D b U d Data Validation Data View Data Dictionary Main Database Validation Dictionary OLE Automation Controller CRF Definition with EHF CRF Design with JF Fig. 1. CTDMS 2000 Overview Page 3 of 9

4 Provision is being made to fully utilize new features of the SAS System that are now available in the Version 8. Form Design and Definition CTDMS 2000 exposes the full functionality of the JetForm (Design & Filler ) graphical development tools for form design and data entry. JF Design module has been used for RHR clinical trials for many years, initially as a mainframe application and then under Windows. A fragment of a CRF designed with this tool is shown in Fig. 2. JF proved to be an efficient, flexible and powerful graphical design tool, with many more attractive features in the Windows environment, such as WEB-based data entry, forms dictionary and ODBC support. The outcome of the form design system is the CRF in an electronic format. Being an integral part of the clinical trial protocol, the CRFs are distributed amongst the trial sites in hard copies and, if necessary, electronically. In order to be processed by the OCR engine for automatic data capture the form initially has to be defined with EHF. The definition procedure works with the form image (TIF format) produced by a scanner from the paper copy. This is an advantage of the EHF software. It does not depend on any particular design tool. EHF deals with forms of any type and origin, even those drawn by hand, provided that the form design agrees with a few minor features imposed by the software. Data Dictionary The form design and definition process results in a primary data dictionary being created during these phases. Whether the dictionary is JF or EHF-specific, both include such key attributes as variable name, type and format. These dictionaries are exported and further translated into the SAS System format through Visual Basic programming. At this stage the primary dictionary is extended with a few more control variables to identify: transaction batch, user, date/time of entry and validation, and with a few more data attributes to supply SAS compatible variable labels and print formats. The data dictionary is stored within CTDMS 2000 as a SAS data set. This allows for an automatic generation of the related SAS transaction databases thus reducing overall application set-up time. Most of the data dictionary components may be modified if and when necessary. When both JF and EHF primary dictionaries are created, the data dictionary module checks whether they are comparable and makes sure that both are translated in the same data dictionary. Transaction data dictionaries serve as a source for design of all other databases, such as, for example, main database and analysis database. This is done merely by selecting the required variables from different dictionaries and writing the SAS code to compile the data. Page 4 of 9

5 Multi-Facet Data Entry CTDMS 2000 is providing two data entry modes: paper CRFs centrally processed by OCR engine with automatic data capture (EHF tool) and remote WEB-based entry through electronic CRF format (JF tool). In the case of OCR reading, data manager intervention is only required at the data verification stage. By comparing the CRF image on the computer screen with the extracted information (see Fig. 2), the data manager takes the immediate decision to accept or correct the data or to generate a data query to the investigator at the trial site. Fig. 2. On-screen data verification after OCR reading by EHF Whatever the input mode of the given CRF, CTDMS 2000 generates an unique form-specific SAS transaction database. The transaction database is completed directly by EHF or JF through the SAS ODBC driver. A possibility to export a flat ASCII transaction file from any data entry mode also exists as a back-up option. Page 5 of 9

6 Database Update The transaction database has a very short life span. It is used as a bridge between the data entry module and the main database. Once the transaction database is completed (optionally, validated and corrected) the main database is automatically updated. Database update in the SAS System is a straightforward Data step processing that require just a few basic SAS statements. It becomes slightly more complicated in order to allow CTDMS 2000 to control procedures: preventing an update with transaction records already existing in the main database, determining the number of the input and the output records and reporting summary of the update processing to the user for logging. Data Quality Control A great deal of effort needs to be put into quality control when managing clinical trials data. Ideally, computer records should 100% mirror the original data from the CRFs. Quite often, standard operating procedures applied by the pharmaceutical industry require complete checks of a certain percentage of electronic records against the CRFs. Collected data should be checked for completeness, consistency and correctness. Any detected error should be annotated and, if necessary, referred to the investigator in charge as a data query. When resolved, the data query should be translated into a formal data correction and applied to the trial data base. Depending on the complexity of the trial and amount of information to be collected, data quality checks may be very numerous. The more thorough the data quality control the more reliable the data will be. There are two types of quality checks that are established in CTDMS Both require the SAS Base features only. Range check (RChk) addresses a single item of information (i.e. a single SAS variable) and verifies whether the value falls within the specified range (continuous variable) or belongs to the specified list (discrete variable). Cross check (XChk) involves a number of information items (i.e. a number of SAS variables) that may belong to different databases. Normally, XChk is defined through the SAS language as a certain logical condition to be satisfied. Validation Dictionary Every variable in the SAS transaction database may be linked by CTDMS 2000 with a range check. The validation dictionary module takes the check definition as a valid range or as a valid list of values that the variable may be assigned. This definition is then transformed by the module into the SAS user-written format. The RChk format is applied at the database validation step only. When executed by the function put(variable,rchk-format), any value of the given variable is translated into one of the RChk-format keywords. The main one is Page 6 of 9

7 the standard keyword that stands for the valid case. The others signal a range error. When defining RChk, the user may assign specific keywords to the different range errors depending on their severity. The collection of validation formats defined for the whole database constitutes the RChk part of the validation dictionary. Physically, range checks in a source code are maintained as a SAS data set that may be updated as necessary. After compilation they are stored in a SAS catalogue. A cross check (XChk) definition consists of five components: list of related SAS variables, the SAS code which sets the logical condition that the variables should meet, the descriptive text and the short message associated with the XChk, and the clause controlling when the check should be activated (always, if and only if all the relevant variables are valid, not active, etc.). The collection of cross checks defined for the whole database constitutes the XChk part of the validation dictionary. The validation dictionary module verifies all the XChk components provided by the user and stores them as a SAS data set that may be updated as necessary. The XChk descriptive text may include a macro variable that will be assigned a value after execution of the XChk code by the SAS System. By their definition, cross checks may be either limited to the transaction database or be applicable to the main database. The XChk clause provides a flexible way to temporary switch off some of the global cross checks that are not applicable to a particular transaction database. Validation Procedures The burden of the final data validation and quality control remains with the SAS Base. Though simple range checks can be set-up in both data entry modes, thorough final validation of the transaction and main databases is essential to justify corrections to the source data as well as for documentation purposes. The SAS formatting features and macro facilities turn out to be extremely powerful and flexible for the data quality checks and reporting. The validation processing in CTDMS 2000 is a 100% SAS Data step application. It employs Data step and macro functions with a few procedures available in the SAS Base. The executable codes for range and cross checks are defined as SAS macros. When initialised, they generate a series of global macro variables and statements that make the SAS Base system apply the validation dictionary. In fact, the validation dictionary components are copied to the macro variables. Most of the processing during the validation step takes place in the macro environment. It results in the validation report - a SAS data set - which brings together all the violations of RChk and XChk rules that occurred for every database record. Page 7 of 9

8 Validation Reporting The goal of the clinical trial data validation is to identify incomplete, inconsistent, and incorrect data and to report it to the data manager and investigators for the prompt corrective action. The validation report should be as detailed as is possible. Any relevant information from the data and validation dictionaries as well as from the database may help to take quick and adequate decisions with respect to corrections. ODS formatting and graphical options in the Nashville Release allow one to produce very attractive looking validation reports (see Fig. 3). What is more important, the report can be directed through ODS to the HTML destination. When the CTDMS 2000 WEB site is set-up (future plans) the validation report will be immediately available world-wide for referral by all the investigators involved in the trial. RHR Project (PH) Mifepristone and Two Regimens of Levonorgestrel in Emergency Contraception Page 1 Validation Report for: Centre 16 - Ulaanbaatar Date: 18 Apr :31 Case No Check Id Reference/Label Value Message 0028-P ESQ08D ESQ08M ESQ08Y ESQ13 Date of ultrasound exam (DD) Date of ultrasound exam (MM) Date of ultrasound exam (YYYY) Fetal heart beats 9 Invalid value xcheck 129 Suspected pregnancy. Please verify the data and check pregnancy report for completeness Pregnancy ESQ04 ESQ08 ESQ09 ESQ10 ESQ11A ESQ11B ESQ12 ESQ13 ESQ14 Pregnancy test Date of ultrasound exam Duration of pregnancy Date of conception Amniotic sac (A) Amniotic sac (B) Crown-rump length Fetal heart beats Carry pregnancy to term AUG Z xcheck 205 Second dose should be taken hours after the first one. Actual delay is 9 hours Protocol violation AMQ23A AMQ23B F1Q02A F1Q02B Date 1-st dose taken Time 1-st dose taken Date 2-nd dose taken Time 2-nd dose taken 13JAN19 12:40 13JAN19 21:40 Fig. 3. Validation report in HTML format Data Query Resolution The validation data set produced by CTDMS 2000 contains all the necessary information items to automatically generate (within Visual Basic) query resolution electronic forms. After Page 8 of 9

9 a data query is replied to by the investigator or fixed by the data manager, correct data values are entered through these forms. From the data entries, the query resolution module creates SAS data correction statements of the sort: if Rec_id then variable = correct_value. These apply modifications to the database. It would be natural to integrate data query entry boxes directly into the HTML-based validation report, next to the Value column (see Fig. 3). If it is feasible, the data query resolution could be done directly by the investigators via the Internet. Further Developments Some components of the CTDMS 2000 have already been programmed and tested. The validation processing is being used for the data management of the on-going RHR clinical trials. The Nashville Release (distributed in Switzerland as from April 2000) brought more power that extensively improves the SAS System and its integration with other OLE automation compliant Windows applications. Most of the effort now being made are intended to incorporate into the existing CTDMS 2000 version new enhancements of the SAS System and explore new features available in the Output Delivery System. Page 9 of 9

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

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

Carl R. Haske, Ph.D., STATPROBE, Inc., Ann Arbor, MI

Carl R. Haske, Ph.D., STATPROBE, Inc., Ann Arbor, MI Using SAS/AF for Managing Clinical Data Carl R. Haske, Ph.D., STATPROBE, Inc., Ann Arbor, MI ABSTRACT Using SAS/AF as a software development platform permits rapid applications development. SAS supplies

More information

.CRF. Electronic Data Capture and Workflow System for Clinical Trials

.CRF. Electronic Data Capture and Workflow System for Clinical Trials .CRF Electronic Data Capture and Workflow System for Clinical Trials Business challenge Most research takes place in different centers simultaneously. These are often located in different cities or even

More information

SigmaSoft International Software Features

SigmaSoft International Software Features SigmaSoft International Software Features www.sigmasoftintl.com SigmaSoft International SigmaSoft International is a global provider of data management software for clinical trials - DMSys. We provide

More information

Internal Control Deliverables. For. System Development Projects

Internal Control Deliverables. For. System Development Projects DIVISION OF AUDIT SERVICES Internal Control Deliverables For System Development Projects Table of Contents Introduction... 3 Process Flow... 3 Controls Objectives... 4 Environmental and General IT Controls...

More information

Organization Profile. IT Services

Organization Profile. IT Services Introduction In today s scientific and medical world, various issues in clinical trials and research have permeated every society and every field in medicine. Ethics and in particular the quality of research

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

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

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

CDISC Journal. Using CDISC ODM to Migrate Data. By Alan Yeomans. Abstract. Setting the Scene

CDISC Journal. Using CDISC ODM to Migrate Data. By Alan Yeomans. Abstract. Setting the Scene CDISC Journal Clinical Data Interchange Standards Consortium O ctober 2011 Using CDISC ODM to Migrate Data By Alan Yeomans Abstract The migration of data from a legacy system to a new EDC system poses

More information

Compliance Response Edition 07/2009. SIMATIC WinCC V7.0 Compliance Response Electronic Records / Electronic Signatures. simatic wincc DOKUMENTATION

Compliance Response Edition 07/2009. SIMATIC WinCC V7.0 Compliance Response Electronic Records / Electronic Signatures. simatic wincc DOKUMENTATION Compliance Response Edition 07/2009 SIMATIC WinCC V7.0 Compliance Response Electronic Records / Electronic Signatures simatic wincc DOKUMENTATION Compliance Response Electronic Records / Electronic Signatures

More information

Development, Acquisition, Implementation, and Maintenance of Application Systems

Development, Acquisition, Implementation, and Maintenance of Application Systems Development, Acquisition, Implementation, and Maintenance of Application Systems Part of a series of notes to help Centers review their own Center internal management processes from the point of view of

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

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

Synergy Document Management

Synergy Document Management Synergy Document Management Maximize Your Time and Minimize Your Clutter Today s paper-intensive business environment creates a fundamental need for a scalable document management system. The Synergy Document

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

SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN

SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN Paper PH200 SAS Enterprise Guide in Pharmaceutical Applications: Automated Analysis and Reporting Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN ABSTRACT SAS Enterprise Guide is a member

More information

REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS

REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS REx: An Automated System for Extracting Clinical Trial Data from Oracle to SAS Edward McCaney, Centocor Inc., Malvern, PA Gail Stoner, Centocor Inc., Malvern, PA Anthony Malinowski, Centocor Inc., Malvern,

More information

Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2" Operating System

Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2 Operating System , i: Double-Key Data EntryNerification in SASe Software Part of Downsizing a Clinical Data System to the OS/2" Operating System Barry R. Cohen, Planning Data Systems ABSTRACT The pharmaceutical industry,

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

Quality Assurance: Best Practices in Clinical SAS Programming. Parag Shiralkar

Quality Assurance: Best Practices in Clinical SAS Programming. Parag Shiralkar Quality Assurance: Best Practices in Clinical SAS Programming Parag Shiralkar eclinical Solutions, a Division of Eliassen Group Abstract SAS programmers working on clinical reporting projects are often

More information

Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007

Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007 Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007 SIEMENS AG Industry Sector Industry Automation D-76181 Karlsruhe, Federal Republic of Germany E-mail: pharma.aud@siemens.com Fax: +49

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

Data Management and Good Clinical Practice Patrick Murphy, Research Informatics, Family Health International

Data Management and Good Clinical Practice Patrick Murphy, Research Informatics, Family Health International Data Management and Good Clinical Practice Patrick Murphy,, Family Health International 1 What is GCP? Good Clinical Practice is an international ethical and scientific quality standard for designing,

More information

Programme Guide PGDCDM

Programme Guide PGDCDM Post Graduate Diploma in Clinical Data Management and Biostatistics with SAS Programme Guide PGDCDM School of Health Sciences Indira Gandhi National Open University WHY THIS PROGRAMME? The Post Graduate

More information

Normalized EditChecks Automated Tracking (N.E.A.T.) A SAS solution to improve clinical data cleaning

Normalized EditChecks Automated Tracking (N.E.A.T.) A SAS solution to improve clinical data cleaning Normalized EditChecks Automated Tracking (N.E.A.T.) A SAS solution to improve clinical data cleaning Frank Fan, Clinovo, Sunnyvale, CA Ale Gicqueau, Clinovo, Sunnyvale, CA WUSS 2010 annual conference November

More information

Census Data Capture with OCR Technology: Ghana s Experience.

Census Data Capture with OCR Technology: Ghana s Experience. 1. Background Census Data Capture with OCR Technology: Ghana s Experience. Population censuses have been conducted in Ghana at approximately ten-year intervals since 1891 except in 1941, when the series

More information

ABBYY recognition technologies ideal alternative to manual data entry. Automating processing of exam tests.

ABBYY recognition technologies ideal alternative to manual data entry. Automating processing of exam tests. ABBYY recognition technologies ideal alternative to manual data entry. Automating processing of exam tests. Marin Vlada 1, Ivan Babiy 2, Octav Ivanescu 3 (1) University of Bucharest, vlada[at]fmi.unibuc.ro

More information

CoSign for 21CFR Part 11 Compliance

CoSign for 21CFR Part 11 Compliance CoSign for 21CFR Part 11 Compliance 2 Electronic Signatures at Company XYZ Company XYZ operates in a regulated environment and is subject to compliance with numerous US government regulations governed

More information

Document Storage Tips: Inside the Email Vault

Document Storage Tips: Inside the Email Vault Portfolio Media. Inc. 860 Broadway, 6th Floor New York, NY 10003 www.law360.com Phone: +1 646 783 7100 Fax: +1 646 783 7161 customerservice@law360.com Document Storage Tips: Inside the Email Vault Law360,

More information

A white paper. Data Management Strategies

A white paper. Data Management Strategies A white paper Data Management Strategies Data Management Strategies Part 1: Before the Study Starts By Jonathan Andrus, M.S., CQA, CCDM Electronic Data Capture (EDC) systems should be more than just a

More information

The Clinical Research Center

The Clinical Research Center The Clinical Research Center Clinical Research Database and Web Survey Technologies An Overview of products available to Children s Hospital Boston Investigators The Clinical Research Center Page 2 Data

More information

Clinical database/ecrf validation: effective processes and procedures

Clinical database/ecrf validation: effective processes and procedures TITOLO SLIDE Testo Slide Testo Slide Testo Slide Clinical database/ecrf validation: effective processes and procedures IV BIAS ANNUAL CONGRESS Padova September, 26 th 2012 PQE WORKSHOP: What's new in Computerized

More information

FlexTrac Client Support & Software Maintenance Policies

FlexTrac Client Support & Software Maintenance Policies Supporting the IP Community Powered by TORViC Technologies, Inc. SINCE 1996 [t]: +1.855.997.9933 [f]: +1.302.721.6266 [w]: www.flextrac.com [e]: Info@FlexTrac.com the largest provider of tailored Intellectual

More information

Nova Southeastern University Standard Operating Procedure for GCP. Title: Electronic Source Documents for Clinical Research Study Version # 1

Nova Southeastern University Standard Operating Procedure for GCP. Title: Electronic Source Documents for Clinical Research Study Version # 1 Nova Southeastern University Standard Operating Procedure for GCP Title: Electronic Source Documents for Clinical Research Study Version # 1 SOP Number: OCR-RDM-006 Effective Date: August 2013 Page 1 of

More information

Crystal Gears. Crystal Gears. Overview:

Crystal Gears. Crystal Gears. Overview: Crystal Gears Overview: Crystal Gears (CG in short) is a unique next generation desktop digital call recording system like no other before. By widely compatible with most popular telephony communication

More information

SCIENTIFIC SUBSTANTIATION OF STANDARD OPERATIONAL PROCEDURES ROLE IN QUALITY ASSURANCE SYSTEM IN CLINICAL DRUG TRIALS

SCIENTIFIC SUBSTANTIATION OF STANDARD OPERATIONAL PROCEDURES ROLE IN QUALITY ASSURANCE SYSTEM IN CLINICAL DRUG TRIALS UDC 615:519.076 Dobrova V. Ye., Zupanets K. O., Ratushna K. L. National University of Pharmacy SCIENTIFIC SUBSTANTIATION OF STANDARD OPERATIONAL PROCEDURES ROLE IN QUALITY ASSURANCE SYSTEM IN CLINICAL

More information

Statistical Operations: The Other Half of Good Statistical Practice

Statistical Operations: The Other Half of Good Statistical Practice Integrating science, technology and experienced implementation Statistical Operations: The Other Half of Good Statistical Practice Alan Hopkins, Ph.D. Theravance, Inc. Presented at FDA/Industry Statistics

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

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

For more information about UC4 products please visit www.uc4.com. Automation Within, Around, and Beyond Oracle E-Business Suite

For more information about UC4 products please visit www.uc4.com. Automation Within, Around, and Beyond Oracle E-Business Suite For more information about UC4 products please visit www.uc4.com Automation Within, Around, and Beyond Oracle E-Business Suite Content Executive Summary...3 Opportunities for Enhancement: Automation Within,

More information

William D. Clifford, SAS Institute Inc., Austin, TX

William D. Clifford, SAS Institute Inc., Austin, TX Is the SAS System a Database Management System? William D. Clifford, SAS Institute Inc., Austin, TX ABSTRACT Commercial Database Management Systems (DBMSs) provide applications with fast access to large

More information

Guidance for Industry Computerized Systems Used in Clinical Investigations

Guidance for Industry Computerized Systems Used in Clinical Investigations Guidance for Industry Computerized Systems Used in Clinical Investigations U.S. Department of Health and Human Services Food and Drug Administration (FDA) Office of the Commissioner (OC) May 2007 Guidance

More information

DOCUMATION S CUSTOMER SERVICES SOLUTION

DOCUMATION S CUSTOMER SERVICES SOLUTION Documation s Customer Services Solution Documation is a leading provider of document-centric workflow and content management software, delivering services and solutions to businesses and organisations

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

White Paper. The Five Keys to a Successful Document Management System ABSTRACT. www.treenosoftware.com Command Your Content

White Paper. The Five Keys to a Successful Document Management System ABSTRACT. www.treenosoftware.com Command Your Content 1 White Paper The Five Keys to a Successful Document Management System ABSTRACT The successful implementation of an electronic document management system begins with a detailed understanding the specific

More information

Whitepapers on Imaging Infrastructure for Research Paper 1. General Workflow Considerations

Whitepapers on Imaging Infrastructure for Research Paper 1. General Workflow Considerations Whitepapers on Imaging Infrastructure for Research Paper 1. General Workflow Considerations Bradley J Erickson, Tony Pan, Daniel J Marcus, CTSA Imaging Informatics Working Group Introduction The use of

More information

DeltaV Event Chronicle

DeltaV Event Chronicle January 2013 Page 1 This document provides information on how to configure, use, and manage the. www.deltav.com January 2013 Page 2 Table of Contents Introduction... 3 Database Technology... 3 Database

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

Eclipsys Sunrise Clinical Manager Enterprise Electronic Medical Record (SCM) and Title 21 Code of Federal Regulations Part 11 (21CFR11)

Eclipsys Sunrise Clinical Manager Enterprise Electronic Medical Record (SCM) and Title 21 Code of Federal Regulations Part 11 (21CFR11) Eclipsys Sunrise Clinical Manager Enterprise Electronic Medical Record (SCM) and Title 21 Code of Federal Regulations Part 11 (21CFR11) The title 21 code of federal regulations part 11 deals with an institutions

More information

How To Use A Court Record Electronically In Idaho

How To Use A Court Record Electronically In Idaho Idaho Judicial Branch Scanning and Imaging Guidelines DRAFT - October 25, 2013 A. Introduction Many of Idaho s courts have considered or implemented the use of digital imaging systems to scan court documents

More information

INSERT COMPANY LOGO HERE BEST PRACTICES RESEARCH

INSERT COMPANY LOGO HERE BEST PRACTICES RESEARCH INSERT COMPANY LOGO HERE BEST PRACTICES RESEARCH Background and Company Performance Industry Challenges esource: Electronic Clinical Trial Solution Clinical trial sponsors and clinical research organizations

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

EXAM PREPARATION GUIDE

EXAM PREPARATION GUIDE EXAM PREPARATION GUIDE PECB Certified ISO 9001 Lead Auditor The objective of the Certified ISO 9001 Lead Auditor examination is to ensure that the candidate possesses the needed expertise to audit a Quality

More information

Format 999-99-9999 OCR ICR. ID Protect From Vanguard Systems, Inc.

Format 999-99-9999 OCR ICR. ID Protect From Vanguard Systems, Inc. OCR/ICR 12 3-45. 76 79 12 3-45-7679 OCR Format 999-99-9999 Valid? Image Correction and Syntax search ICR 12 3-45. 76 79 12 3-45-76 79 Export Cancel ID Protect From Vanguard Systems, Inc. Integrated with

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

Section 1 Project Management, Project Communication/Process Design, Mgmt, Documentation, Definition & Scope /CRO-Sponsor Partnership

Section 1 Project Management, Project Communication/Process Design, Mgmt, Documentation, Definition & Scope /CRO-Sponsor Partnership Section 1 Project Management, Project Communication/Process Design, Mgmt, Documentation, Definition & Scope /CRO-Sponsor Partnership PROJECT MANAGEMENT - SCOPE DEFINITION AND MANAGEMENT Understands the

More information

STATE OF NEBRASKA STATE RECORDS ADMINISTRATOR DURABLE MEDIUM WRITTEN BEST PRACTICES & PROCEDURES (ELECTRONIC RECORDS GUIDELINES) OCTOBER 2009

STATE OF NEBRASKA STATE RECORDS ADMINISTRATOR DURABLE MEDIUM WRITTEN BEST PRACTICES & PROCEDURES (ELECTRONIC RECORDS GUIDELINES) OCTOBER 2009 STATE OF NEBRASKA STATE RECORDS ADMINISTRATOR DURABLE MEDIUM WRITTEN BEST PRACTICES & PROCEDURES (ELECTRONIC RECORDS GUIDELINES) OCTOBER 2009 Following is a voluntary guideline issued by the State Records

More information

Kentucky Department for Libraries and Archives Public Records Division

Kentucky Department for Libraries and Archives Public Records Division Introduction Kentucky Department for Libraries and Archives Public Records Division Ensuring Long-term Accessibility and Usability of Textual Records Stored as Digital Images: Guidelines for State and

More information

ATTACHMENT III Tender No. 10000265-HD-48009. Laboratory Information Management System (LIMS)

ATTACHMENT III Tender No. 10000265-HD-48009. Laboratory Information Management System (LIMS) Objective: ATTACHMENT III Tender No. 10000265-HD-48009 Laboratory Information Management System (LIMS) HPCL Mumbai refinery is looking for LIMS system to automate the Refinery Laboratory operation and

More information

GFI White Paper: GFI FaxMaker and HIPAA compliance

GFI White Paper: GFI FaxMaker and HIPAA compliance GFI White Paper: GFI FaxMaker and HIPAA compliance This document outlines the requirements of HIPAA in terms of faxing protected health information and how GFI Software s GFI FaxMaker, an easy-to-use fax

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

An Introduction to Electronic Data Capture Software. Learn the basics to find the right system for your needs

An Introduction to Electronic Data Capture Software. Learn the basics to find the right system for your needs An Introduction to Electronic Data Capture Software Learn the basics to find the right system for your needs By Forte Research Systems Software to fit your clinical research needs Cloud-based clinical

More information

11. Extension Potential Financial Benefits

11. Extension Potential Financial Benefits 11. Extension Potential Financial Benefits Estimating the financial value of using electronic health records (EHR) for clinical research is fraught with difficulties for a number of reasons, some of which

More information

DOCUMATION S ACCOUNTS RECEIVABLE SOLUTION

DOCUMATION S ACCOUNTS RECEIVABLE SOLUTION Documation is a leading provider of document-centric workflow and content management software, delivering services and solutions to businesses and organisations in the UK, Europe and around the world.

More information

How To Use Sas With A Computer System Knowledge Management (Sas)

How To Use Sas With A Computer System Knowledge Management (Sas) Paper AD13 Medical Coding System for Clinical Trials 21 CFR Part 11 Compliant SAS/AF Application Annie Guo, ICON Clinical Research, Redwood City, CA ABSTRACT Medical coding in clinical trials is to classify

More information

MANAGED FILE TRANSFER: 10 STEPS TO HIPAA/HITECH COMPLIANCE

MANAGED FILE TRANSFER: 10 STEPS TO HIPAA/HITECH COMPLIANCE WHITE PAPER MANAGED FILE TRANSFER: 10 STEPS TO HIPAA/HITECH COMPLIANCE 1. OVERVIEW Do you want to design a file transfer process that is secure? Or one that is compliant? Of course, the answer is both.

More information

rsdm and 21 CFR Part 11

rsdm and 21 CFR Part 11 rsdm and 21 CFR Part 11 Meeting the 21 CFR Part 11 Burden without Overburdening The right solutions for smaller biopharma. Nothing more. Nothing less. Prepared by: Ken VanLuvanee www.virtualregulatorysolutions.com

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS

CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS 11-1 CHAPTER 11 COMPUTER SYSTEMS INFORMATION TECHNOLOGY SERVICES CONTROLS INTRODUCTION The State Board of Accounts, in accordance with State statutes and the Statements on Auditing Standards Numbers 78

More information

Optical Character Recognition (OCR)

Optical Character Recognition (OCR) History of Optical Character Recognition Optical Character Recognition (OCR) What You Need to Know By Phoenix Software International Optical character recognition (OCR) is the process of translating scanned

More information

Dell Statistica Web Data Entry

Dell Statistica Web Data Entry Dell Statistica Web Data Entry for Release 13.0 September 2015 This administrator guide provides information about Dell Statistica Web Data Entry for release 13.0. Topics: Overview Definitions Unique Values,

More information

3.11 System Administration

3.11 System Administration 3.11 The functional area is intended to contribute to the overall flexibility, efficiency, and security required for operating and maintaining the system. Depending on the architecture of the system, system

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

Increase your efficiency with maximum productivity and minimal work

Increase your efficiency with maximum productivity and minimal work >> ELO DocXtractor II FORM Increase your efficiency with maximum productivity and minimal work ELO DocXtractor II Form eliminates the high costs of capturing forms from day one. The intelligent module

More information

The use of computer systems

The use of computer systems Technology Update Computer Systems Validation, Part 1 Software Purchase and GCP Compliance Teri Stokes Teri Stokes, PhD, is senior consultant and director of GXP International, 131 Sudbury Road, Concord,

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

21 CFR Part 11 Implementation Spectrum ES

21 CFR Part 11 Implementation Spectrum ES 21 CFR Part 11 Implementation Spectrum ES INFRARED SPECTROSCOPY T E C H N I C A L N O T E Introduction Compliance with 21 CFR Part 11 is mandatory for pharmaceutical companies and their suppliers to sell

More information

dbspeak DBs peak when we speak

dbspeak DBs peak when we speak Data Profiling: A Practitioner s approach using Dataflux [Data profiling] employs analytic methods for looking at data for the purpose of developing a thorough understanding of the content, structure,

More information

MANAGED FILE TRANSFER: 10 STEPS TO PCI DSS COMPLIANCE

MANAGED FILE TRANSFER: 10 STEPS TO PCI DSS COMPLIANCE WHITE PAPER MANAGED FILE TRANSFER: 10 STEPS TO PCI DSS COMPLIANCE 1. OVERVIEW Do you want to design a file transfer process that is secure? Or one that is compliant? Of course, the answer is both. But

More information

DOCUMATION S ACCOUNTS PAYABLE INVOICE MANAGEMENT SOLUTION (IMS)

DOCUMATION S ACCOUNTS PAYABLE INVOICE MANAGEMENT SOLUTION (IMS) Documation is a leading provider of document-centric workflow and content management software, delivering services and solutions to businesses and organisations in the UK, Europe and around the world.

More information

Managing Clinical Trials Data using SAS Software

Managing Clinical Trials Data using SAS Software Paper DM08 Managing Clinical Trials Data using SAS Software Martin J. Rosenberg, Ph.D., MAJARO InfoSystems, Inc. ABSTRACT For over five years, one of the largest clinical trials ever conducted (over 670,000

More information

Document Management Software. Find what you need fast Break through organizational barriers Work from wherever you want, whenever you want

Document Management Software. Find what you need fast Break through organizational barriers Work from wherever you want, whenever you want Document Management Software Speed Find what you need fast Power Break through organizational barriers Control Work from wherever you want, whenever you want Why Document Management Is Important Nearly

More information

Version history Version number Version date Effective date 01 dd-mon-yyyy dd-mon-yyyy 02 dd-mon-yyyy dd-mon-yyyy 03 (current) dd-mon-yyyy dd-mon-yyyy

Version history Version number Version date Effective date 01 dd-mon-yyyy dd-mon-yyyy 02 dd-mon-yyyy dd-mon-yyyy 03 (current) dd-mon-yyyy dd-mon-yyyy Trial name: HOVON xxx yyy Sponsor: HOVON Version history Version number Version date Effective date 01 dd-mon-yyyy dd-mon-yyyy 02 dd-mon-yyyy dd-mon-yyyy 03 (current) dd-mon-yyyy dd-mon-yyyy QRMP authors

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

MFC Mikrokomerc OFFER

MFC Mikrokomerc OFFER MFC Mikrokomerc OFFER Belgrade, November 2011 1 Contents About the Company... 3 MFC Services... 4 Scanning Documents Digitizing... 4 Microfilming Documentation... 5 Documents Storage... 6 MFC Products...

More information

Dream Report vs MS SQL Reporting. 10 Key Advantages for Dream Report

Dream Report vs MS SQL Reporting. 10 Key Advantages for Dream Report Dream Report vs MS SQL Reporting 10 Key Advantages for Dream Report Page 2 of 15 Table of Contents INTRODUCTION 3 PROFESSIONAL SOFTWARE FOR NON-PROGRAMMING USERS 4 CONSIDERABLE DIFFERENCE IN ENGINEERING

More information

More power for your processes

More power for your processes >> ELO business solution for ERP applications More power for your processes - the integration module for ERP-oriented process solutions The (BLP) enables the efficient linking of different ERP systems

More information

Infoset builds software and services to advantage business operations and improve patient s life

Infoset builds software and services to advantage business operations and improve patient s life Infoset builds software and services to advantage business operations and improve patient s life Clinical Data Management ecrf & EDC Patient Support Programs Medication Adherence Mobile e-health Big Data

More information

Antelope Enterprise. Electronic Documents Management System and Workflow Engine

Antelope Enterprise. Electronic Documents Management System and Workflow Engine Antelope Enterprise Electronic Documents Management System and Workflow Engine Antelope Enterprise v4 High Availability Edition Information in this document applies to the Antelope Enterprise v4 High Availability.

More information

Sharing Documents on the Internet

Sharing Documents on the Internet Capture Components, LLC White Paper Page 1 of 13 32158 Camino Capistrano Suite A PMB 373 San Juan Capistrano, CA 92675 Sales@CaptureComponents.com www.capturecomponents.com Sharing Documents on the Internet

More information

Knowledge Base Data Warehouse Methodology

Knowledge Base Data Warehouse Methodology Knowledge Base Data Warehouse Methodology Knowledge Base's data warehousing services can help the client with all phases of understanding, designing, implementing, and maintaining a data warehouse. This

More information

More power for your processes ELO Business Logic Provider for Microsoft Dynamics NAV

More power for your processes ELO Business Logic Provider for Microsoft Dynamics NAV >> ELO Business Logic Provider for ELO Business Solution for Microsoft Dynamics NAV More power for your processes ELO Business Logic Provider for Microsoft Dynamics NAV The ELO Business Logic Provider

More information

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA ABSTRACT The SAS Institute has a long history of commitment to openness

More information

Radiological Assessment Display and Control System

Radiological Assessment Display and Control System Features Fast, real-time data acquisition and control Highly reliable communication with remote terminal units Collecting, converting, integrating and analyzing data from all monitors Detecting, annunciating

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

Database Design, Development and Maintenance Application Design, Development and Maintenance Application Conversions Web Development and Maintenance

Database Design, Development and Maintenance Application Design, Development and Maintenance Application Conversions Web Development and Maintenance Mission Statement It is the goal of Sapientech to provide the business community with a set of cost effective tools to aid the common user in developing robust business applications. Sapientech is dedicated

More information

State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm

State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm State of Michigan Records Management Services Best Practices for the Capture of Digital Images from Paper or Microfilm 1.0 Introduction The Records Reproduction Act (MCL 24.401-24.406) regulates the reproduction

More information

USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3]

USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] Pro-curo Software Ltd USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] CONTENTS Everyday use... 3 Logging on... 4 Main Screen... 5 Adding locations... 6 Working with locations... 7 Duplicate...

More information