How To Test Software For Safety

Size: px
Start display at page:

Download "How To Test Software For Safety"

Transcription

1 Software Supplier Assessment Plan The life cycle for software parallels that for a computer system. It begins during the analysis of the requirements... by Robert W. Stotz, Ph.D. Manager of Validation Jacobs Engineering Group and Alan R. Bluhm Independent Consultant I t has long been recognized that two of the most critical steps in the development life cycle of a computer system are the definition of the system's functional requirements and the development of high quality software. Regarding quality, FDA stated in the Federal Register (Volume 61, Number 87, May, 1996) covering proposed changes to 21 CFR Parts 210 and 211 that "The GMP regulations are based on fundamental concepts of quality assurance: (1) Quality, safety, and effectiveness must be designed and built into a product; (2) quality cannot be inspected or tested into a finished product; and () each step of the manufacturing process must be controlled to maximize the likelihood that the finished product will be acceptable." These basic quality principles are directly applicable to the development and validation of computer systems, and associated software for GXP (Le., GLP, GMP, and GCP) applications in the pharmaceutical and health care industry. Background The life cycle for software parallels that for a computer system. It begins during the analysis of the requirements for the system and proceeds throughout all stages of the system development life cycle until the system is retired. The quality of a computer system must be built in during creation of the software. To assure that important aspects of quality are met, it is important for the software user to obtain assurance that the supplier has followed the appropriate software development and configuration management practices. The assessment should establish the following: Written development standards and procedures are being followed; Test plans and test methods adequately demonstrate that the software meets requirements; Good configuration management and documentation practices are utilized. Assessments of potential software suppliers should be made by the end-user prior to selection of the supplier. Once a supplier is selected, additional performance reviews should be conducted throughout the course of the project. Since the elements of an assessment and the requirements for documentation of the development process are heav- C o n d u c t i n g Au d i t s, G A P A s s e s s m e n t s, & C o r r e c t i ve A c t i o n s 221

2 Robert W. Stotz, Ph.D. & Alan R. Bluhm ily dependent on the type of software being developed, it would be appropriate at this point to define those classifications. Software can be classified into system, configurable and application-specific software. These classifications are not considered to be rigid or mutually exclusive, but they allow important distinctions to be made about vendorsupplied software and software testing. Operating system software provides basic operating instructions for the computer. Examples of system software include DOS and UX. Since operating system software (which is supplied with the computer) has a very large user base and is independent of the specific application, it does not require formal validation. Configurable software is a program which allows the user to define a number of conditions such as operating parameters, reporting parameters and alarm conditions. The user does not change the configurable program code itself, but can change the parameters to satisfy the requirements of a specific application. Lotus 1-2- of a computerized system, it requires the greatest degree of validation documentation. The documentation for both application-specific and configurable software are often scrutinized by the FDA during an inspection, since both have the potential for adversely affecting the operation of the computerrelated system. In the case of vendor-supplied software (both configurable and application-specific software), the end-user assumes the ultimate responsibility for the use of the software. Thus, the user must rely heavily on vendor-supplied information and test data to assess the quality of their software. As part of an assessment, the user should carefully scrutinize the development and testing practices of the software developer to ensure that the software developer meets the appropriate standards. The quality assurance discipline of the end-user firm (or their representative) should be familiar enough with software development and testing practices to effectively participate in the performance of the assessment. As part of the assessment, the end-user should assess the software programmer's application of software quality assurance standards, guidelines, and standard operating procedures relative to software development, verification, validation, and maintenance. Detailed studies of this documentation, as well as test cases, test reports, software anomaly and/or bug fix reports and change reports establish the integrity and worth of the software developer's product. Related factors to consider as part of an assessment are the software supplier's use of written quality assurance, testing and configuration management procedures, the experience level of their programmers, and the quality and depth of their documentation. For configurable software, the user base for the specific version of the configurable program being used, length of vendor support for prior versions, and their financial stability are also important considerations. An important part of the software development life cycle for both configurable and application-specific software, is how it is tested and documented. Thorough documentation is imperative throughout all stages of software development, including: requirements, design, programming, and testing. While demonstrating compliance with requirements and development standards, testing also shows Application-specific software is code which is written to the specific requirements of the end-user. in their application. and most Distributed Control System (DCS) software are examples of configurable software. Validation of configurable software is heavily dependent on assessing a supplier's practices, and the quality of documentation generated during software development and testing. Application-specific software is code which is written to the specific requirements of the end-user in their application. When a configurable program is used, the parameters and operations which are specified via the configurable software comprise the application-specific program. Examples would include designing a spread sheet in Lotus 1-2- to calculate yield of a particular mixing operation or setting up a Microsoft ACCESS database to track product complaints. (Note: If the program code of configurable software is altered for a specific enduser's application, the entire code is considered to be application-specific software.) Since applicationspecific software directly controls the functionality 222 I n s t i t u t e o f Va l i d a t i o n Te c h n o l o g y

3 Robert W. Stotz, Ph.D. & Alan R. Bluhm functionality, compatibility, and performance. Most important, testing identifies non-conformance with end-user requirements and accepted software development practices. Software testing is classified as structural or functional testing. Experience has shown that structural testing, and the detailed examination of the functional logic of code, may be the most important step in building quality into software. Structural testing includes peer review of the code to determine if it meets user requirements/specifications and structurally adheres to established standards/procedures. Structural testing also includes analysis of all logic paths, and inspection for "dead" code. Dead code is executable code that is extraneous to the normal operation of the system. On board diagnostics, utilities, configurable code, in-line code comments or other compiled code that is not accessed on a regular basis is not considered dead code. A listing of the source code (the human readable form of the code) must be available to perform structural testing. In its 1986 concept paper, PhRMA's (formerly PMA's) Computer Systems Validation Committee (CSVC) advised that source code for application-specific software should generally be available to the end-user. (In the same concept paper the CSVC also emphasized the importance of having written procedures that are followed when preparing or altering any software.) FDA Policy Guide 712a.1 published in May, 1987, emphasized three key points regarding source code: User-firms should maintain source code for vendor-supplied application programs. User-firms should review and approve such source codes. Dead code should be removed on the basis of such reviews. Documentation of the structural testing of configurable and application-specific software is the software developer's responsibility, but the responsibility for determining the adequacy of this structural testing documentation lies with the end-user. Therefore, a decision to purchase supplier software should be dependent upon their ability to provide appropriate documentation of the structural integrity of their software. A supplier assessment should be performed if there are any concerns about the adequacy of their documentation, or whether or not the supplier developed the software using software development standards and/or procedures. Functional testing of software evaluates the inputs or range of inputs compared to the expected output values. Functional testing does not require source code, but the source code can be helpful in designing tests to be performed. Functional testing does, however, require a comprehensive system specification that describes all functions of the platform in sufficient detail to define the tests required to assure proper performance. The supplier of configurable software may provide documented verification of functional testing of their software, but the end-user must also perform sufficient functional testing as part of operational qualification to verify the proper operation of the configurable software for their unique application and within their specific environment. Functional testing of application-specific software is generally the end-user's total responsibility. End-users who rely on vendors to perform functional testing of application-specific software need to obtain assurance of the vendor's education, training, computer validation experience and the adequacy of the testing documentation. Assessment Matrix An assessment matrix was developed by the authors to facilitate the performance and documentation of a supplier assessment, and to maintain consistency amongst the assessments performed. It is important to note that the matrix has aspects of both an assessment and an audit. An audit requires a pre-approved audit plan. An audit has a narrower, defined scope, and examines documentation in terms of compliance with traceable directives such as applicable regulatory requirements, standard operating procedures, accepted standards, manufacturing procedures, project and quality assurance plans, etc. The audit report includes observations for documents, and conclusions relative to the software developer's performance and compliance with appropriate directives. An assessment on the other hand is informal, has a much broader scope, and examines documentation in terms of current industry practice and regulatory agency expectations. An assessment report is subsequently generated that offers an opinion based on experience in the industry as to the level of compliance of reviewed documentation, and offers suggestions for improvement. Many of the items for review listed in the matrix C o n d u c t i n g Au d i t s, G A P A s s e s s m e n t s, & C o r r e c t i ve A c t i o n s 22

4 Robert W. Stotz, Ph.D. & Alan R. Bluhm are directly traceable, and therefore referenced, to ISO 9000, viz., ISO 9001, Quality Systems - Model for Quality Assurance in Design/Development, Production, Installation and Servicing, and ISO 9000-, Part, Guidelines for the Application of ISO 9001 to the Development, Supply and Maintenance of Software. FDA made the following statement regarding the ISO 9000 series of standards in the May, 1996 Federal Register cited above: "Other organizations have developed standards to define quajityin the. manufeicturing process.one such organization is the International Organization of Standardization (ISO). Thepurpose of the ISO Standards is tof:jrovide generic guidance on.qucility in manufacturing processes to both. industry.and vef)dors supplying industry. Five stfjndards (9000-9()04) have been developed by thels0.counci/and are '. intendecl to be acceptedworldwide..these stan: danjs. areapplica61eto any industry:and are not specific othe. pharmeiceutical industi}t.compliance with thestandarrjs is vojuntary.the principles andpractices elucidatedin the ISO standards are.not ifl conflict:w;ththose provided : by the cgmp'regulations. Indef!Jd, voluntary ISO standards share corj1mon 'principles with FDA's' CGMp requ{rements." A key word, used twice, in the above statement is 'voluntary'. It is because of the voluntary nature of the ISO Standards that they are not, and never The rating/scoring system used in the performance of the assessment is as follows: a rating of Satisfactory (S) is equal to a score of, Needs Improvement () is equal to a score of, and Needs Substantial Improvement (NSI) is a zero score. The highest total score attainable is 20. No attempt has been made to prioritize the importance of the items listed in the matrix since their importance is dependent on specific project requirements, i.e., the ranking would be dependent upon the reviewer's end use of the product/service. Thus, the ranking of the items should occur, if at all, after the assessment has been completed, when items with 'NSI' or '' ratings can be prioritized relative to their potential impact on the validatability of the application. Example Application and Assessment Findings The following is an actual example of the application of the Assessment Matrix in the performance of an assessment of a software supplier. The company assessed, noted as "[CLIENT]," developed both configurable and application-specific software for their manufactured systems. At the time of the assessment [CLIENT] was developing new configurable software following a quality program that had been in place for less than a year. The Corporate Quality Manual and other documentation related to the software development and validation process at [CLIENT] were evaluated using the Matrix described above. [CLIENT] scored 227 out of 20 points, leaving an improvement potential of 9. This was a very good rating considering the youth of [CLIENT's] quality program, and relative to similar assessments that have been performed using this approach. It is important to bear in mind that the observations and ratings summarized in the following completed matrix concerning the [CLIENT's] Corporate Quality Program pertain to the development and release of software and documentation solely. No evaluation of quality systems as they pertain to the manufacturing facilities was made as a part of this assessment plan matrix. The findings of the assessment too lengthy for inclusion in the comments section of the matrix are presented following the matrix. Recommendations for improvement for [CLIENT] are presented in Example Assessment Recommendations section. A listing of the source code (the human readable form of the code) must be available to perform structural testing. will be, accepted by FDA as a substitute for GXP regulations. However, if one can provide a high level of assurance through a supplier assessment that ISO and/or ANSI/IEEE (also used in developing the assessment matrix) standards have indeed been followed in the development of whatever product and/or service the supplier is providing, our experience has shown that you will have demonstrated to FDA's satisfaction that the product/service is validatable. 224 I n s t i t u t e o f Va l i d a t i o n Te c h n o l o g y

5 Figure 1 See discus'sion be C o n d u c t i n g Au d i t s, G A P A s s e s s m e n t s, & C o r r e c t i ve A c t i o n s Has the company assigned personnel and resources to and validation activities independent from the code development process?. Has the company a means.of advising management that the requirerljents of the quality plan are implemented and mainta.ined? See discussion below ISO NSI See discussion below i 6. Does the company have a policy of conducting joint reviews between supplier and purchaser? 7. Doe)he company have a policy of establishing a uniqu quality plan for each project? ISO See discussion below ISO 900-A Does the company have a procedure for conducting internal audits to ensure compliance with the quality plan and adherence to standards? 9. If yes to Item 8, is there a policy that effectively notifies management of quality discrepancies? ISO NSI 0 ISO N1 0 No procedure was available for review See Item 8 and discussions regarding the lack of formal management endorsement a. Investigating the causes of non-conforming product and corrective action necessary to prevent recurrence? b. Analyzing all processes, work operations, concessions, quality records and customer complaints to detect and eliminate potential causes of non-conformance? c. Initiating preventative actions to deal with problems corresponding to the risks encountered? S d. Applying controls to ensure that corrective actions are taken and that they are effective? e. Implementing and recording changes in procedures resulting from corrective action? Refer to item 1Oc Refer to item 10c 11. Does the company have a policy in place to handle changes in the Purchasers requirements during development? 6J The required actions should be formalized via a procedure C/) 6' F' Qo I Item is addressed informally, but no procedure was available for review :b or:::s ;tj OJ :

6 226 g I n s t i t u t e o f Va l i d a t i o n Te c h n o l o g y (I) ::t ;e (I) 8' F'!=l QQ :b Qr ::l ;n tb a. Development phases to be carried out?f Iw I I The oolicv coverina this item e. Analysis of potential problems associated with the development phases and with the achievement of specified requirements? 14. Does the company have a formal development plan that includes the following issues: a. A schedule of development, implementation and associated deliverables? c. A listing of orqanizational responsibilities, 1t::UUI\.lt:: d. A listing of organizational and technical interfaces between different groups, specifically between the software development effort and testing group? 1. Does the development plan identify methods for ensuring that all activities are carried out correctly and include: d conventions for software development? opment? c. A configuration management plan? 8 8 Item presently addressed informally. Procedure should be implemented I 1:

INTRODUCTION. This book offers a systematic, ten-step approach, from the decision to validate to

INTRODUCTION. This book offers a systematic, ten-step approach, from the decision to validate to INTRODUCTION This book offers a systematic, ten-step approach, from the decision to validate to the assessment of the validation outcome, for validating configurable off-the-shelf (COTS) computer software

More information

Software Quality Subcontractor Survey Questionnaire INSTRUCTIONS FOR PURCHASE ORDER ATTACHMENT Q-201

Software Quality Subcontractor Survey Questionnaire INSTRUCTIONS FOR PURCHASE ORDER ATTACHMENT Q-201 PURCHASE ORDER ATTACHMENT Q-201A Software Quality Subcontractor Survey Questionnaire INSTRUCTIONS FOR PURCHASE ORDER ATTACHMENT Q-201 1. A qualified employee shall be selected by the Software Quality Manager

More information

QUALITY MANAGEMENT SYSTEM REQUIREMENTS General Requirements. Documentation Requirements. General. Quality Manual. Control of Documents

QUALITY MANAGEMENT SYSTEM REQUIREMENTS General Requirements. Documentation Requirements. General. Quality Manual. Control of Documents Chapter j 38 Self Assessment 729 QUALITY MANAGEMENT SYSTEM REQUIREMENTS General Requirements 1. Establishing and implementing a documented quality management system 2. Implementing a documented quality

More information

DEC STD 017-2 - ISO 9002 - Quality Systems - Model for Quality Assurance in Production and Installation

DEC STD 017-2 - ISO 9002 - Quality Systems - Model for Quality Assurance in Production and Installation Digital Internal Use Only DEC STD 017-2 - ISO 9002 - Quality Systems - Model for Quality Assurance in Production and Installation DOCUMENT IDENTIFIER: A-DS-EL00017-02-0000 Rev A, ABSTRACT: This standard

More information

Testing Automated Manufacturing Processes

Testing Automated Manufacturing Processes Testing Automated Manufacturing Processes (PLC based architecture) 1 ❶ Introduction. ❷ Regulations. ❸ CSV Automated Manufacturing Systems. ❹ PLCs Validation Methodology / Approach. ❺ Testing. ❻ Controls

More information

Quality System: Design Control Procedure - Appendix

Quality System: Design Control Procedure - Appendix Quality System: Design Control Procedure - Appendix Page 1 of 10 Quality System: Design Control Procedure - Appendix CORP Medical Products Various details have been removed, indicated by [ ] 1. Overview

More information

ONTIC UK SUPPLIER QUALITY SURVEY

ONTIC UK SUPPLIER QUALITY SURVEY MAIL-IN / ONSITE This report is intended to furnish data relative to the Suppliers capability to control the quality of supplies and services furnished to Ontic UK. Please complete this Survey and return

More information

The purpose of this Supplier Quality Standard is to communicate the expectations and requirements of Baxter Healthcare Corporation to its suppliers.

The purpose of this Supplier Quality Standard is to communicate the expectations and requirements of Baxter Healthcare Corporation to its suppliers. Supplier Quality Standard 1.0 Purpose The purpose of this Supplier Quality Standard is to communicate the expectations and requirements of Baxter Healthcare Corporation to its suppliers. These expectations

More information

COTS Validation Post FDA & Other Regulations

COTS Validation Post FDA & Other Regulations COTS Validation Post FDA & Other Regulations TABLE OF CONTENTS 1. Abstract 3 2. What is COTS 3 3. Why should COTS require Validation? 3 4. Risk Based Approach 4 5. Validation Approach 6 6. Applicable Regulations

More information

QUALITY MANAGEMENT SYSTEM MANUAL

QUALITY MANAGEMENT SYSTEM MANUAL The online version of this document is controlled. Therefore, all printed versions of this document are unofficial copies. QUALITY MANAGEMENT SYSTEM MANUAL 6901 Charles Street Towson, Maryland 21204 Manual

More information

Revision Date Author Description of change. 10 07Jun13 Mark Benton Removed Admin. Manager from approval

Revision Date Author Description of change. 10 07Jun13 Mark Benton Removed Admin. Manager from approval Page 2 of 15 Document Revision History Revision Date Author Description of change 10 07Jun13 Mark Benton Removed Admin. Manager from approval 12Feb13 Mark Benton 08 01Oct12 Mark Benton 07 8/30/2012 Refer

More information

ISO 9001 Quality Systems Manual

ISO 9001 Quality Systems Manual ISO 9001 Quality Systems Manual Revision: D Issue Date: March 10, 2004 Introduction Micro Memory Bank, Inc. developed and implemented a Quality Management System in order to document the company s best

More information

DNV GL Assessment Checklist ISO 9001:2015

DNV GL Assessment Checklist ISO 9001:2015 DNV GL Assessment Checklist ISO 9001:2015 Rev 0 - December 2015 4 Context of the Organization No. Question Proc. Ref. Comments 4.1 Understanding the Organization and its context 1 Has the organization

More information

Company Quality Manual Document No. QM Rev 0. 0 John Rickey Initial Release. Controlled Copy Stamp. authorized signature

Company Quality Manual Document No. QM Rev 0. 0 John Rickey Initial Release. Controlled Copy Stamp. authorized signature Far West Technology, Inc. ISO 9001 Quality Manual Document No.: QM Revision: 0 Issue Date: 27 August 1997 Approval Signatures President/CEO Executive Vice President Vice President/CFO Change Record Rev

More information

ISO 9001:2008 Audit Checklist

ISO 9001:2008 Audit Checklist g GE Power & Water ISO 9001:2008 Audit Checklist Organization Auditor Date Page 1 Std. 4.1 General s a. Are processes identified b. Sequence & interaction of processes determined? c. Criteria for operation

More information

Computer System Validation - It s More Than Just Testing

Computer System Validation - It s More Than Just Testing Computer System Validation - It s More Than Just Testing Introduction Computer System Validation is the technical discipline that Life Science companies use to ensure that each Information Technology application

More information

Quality Management System MANUAL. SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702

Quality Management System MANUAL. SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702 Quality Management System MANUAL SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702 Doc. No. G5500 Rev. 9.2 Status : APPROVED Effective: 9/25/2015 Page 2 of 23 Quality Manual Table of Contents

More information

ISO 9001 (2000) QUALITY MANAGEMENT SYSTEM ASSESSMENT REPORT SUPPLIER/ SUBCONTRACTOR

ISO 9001 (2000) QUALITY MANAGEMENT SYSTEM ASSESSMENT REPORT SUPPLIER/ SUBCONTRACTOR Page 1 of 20 ISO 9001 (2000) QUALITY MANAGEMENT SYSTEM ASSESSMENT REPORT SUPPLIER/ SUBCONTRACTOR SUPPLIER/ SUBCONTRACTOR NAME: ADDRESS: CITY AND STATE: ZIP CODE: SUPPLIER/MANUFACTURER NO PHONE: DIVISION:

More information

Empowering the Quality and Regulatory Compliance Functions

Empowering the Quality and Regulatory Compliance Functions Empowering the Quality and Regulatory Compliance Functions Management must take steps to ensure that regulatory and quality compliance is everyone s responsibility. By: J. Glenn George, Kenneth Imler,

More information

CAPA Issues and Pitfalls

CAPA Issues and Pitfalls CAPA Issues and Pitfalls Timothy Barash, BSI April 3, 2014 2 CAPA: Corrective Action, Preventive Action It does NOT mean JUST Corrective Action! A CAPA Story 3 4 Overview A CAPA Story Core CAPA Steps CAPA

More information

WHITEPAPER: SOFTWARE APPS AS MEDICAL DEVICES THE REGULATORY LANDSCAPE

WHITEPAPER: SOFTWARE APPS AS MEDICAL DEVICES THE REGULATORY LANDSCAPE WHITEPAPER: SOFTWARE APPS AS MEDICAL DEVICES THE REGULATORY LANDSCAPE White paper produced by Maetrics For more information, please contact global sales +1 610 458 9312 +1 877 623 8742 globalsales@maetrics.com

More information

ISO 9001:2000 Gap Analysis Checklist

ISO 9001:2000 Gap Analysis Checklist ISO 9001:2000 Gap Analysis Checklist Type: Assessor: ISO 9001 REQUIREMENTS STATUS ACTION/COMMENTS 4 Quality Management System 4.1 General Requirements Processes needed for the quality management system

More information

QW Enterprises, LLP. Quality Manual

QW Enterprises, LLP. Quality Manual QW Enterprises, LLP Quality Manual ISO 9001:2008 Quality Manual 9001 2008 D1 Quality Manual 9001 2008 D1 Page 2 of 34 0 Table of contents 0 Table of contents 2 1 General 5 1.1 Purpose and scope 5 1.2 Application

More information

(COMPANY LOGO) CGMP COMPUTERIZED SYSTEM VENDOR AUDIT QUESTIONNAIRE

(COMPANY LOGO) CGMP COMPUTERIZED SYSTEM VENDOR AUDIT QUESTIONNAIRE 1. GENERAL COMPANY INFORMATION (COMPANY LOGO) 1.1 Name Address Years in Business Number of Employees Services Performed or Products Manufactured Prior Experience with (Company Name) 1.2 Please provide

More information

Building an Effective Supplier Control Program: A review of key program elements & their implementation.

Building an Effective Supplier Control Program: A review of key program elements & their implementation. Building an Effective Supplier Control Program: A review of key program elements & their implementation. Jonathan Lee VP RQCS Medtronic Surgical Technologies Building an Effective Supplier Control Program

More information

Computerized System Audits In A GCP Pharmaceutical Laboratory Environment

Computerized System Audits In A GCP Pharmaceutical Laboratory Environment IVTGXP_july06.qxd 6/28/06 1:09 PM Page 36 Computerized System Audits In A GCP Pharmaceutical Laboratory Environment By Maintaining data integrity for both clinical laboratory processes and patient data

More information

G & R Labs. Quality Assurance Manual. G&R Labs. 2996 Scott Boulevard Santa Clara CA 95054. Light Meters and Calibration

G & R Labs. Quality Assurance Manual. G&R Labs. 2996 Scott Boulevard Santa Clara CA 95054. Light Meters and Calibration G & R Labs Light Meters and Calibration Quality Assurance Manual G&R Labs 2996 Scott Boulevard Santa Clara CA 95054 QM01 QUALITY MANUAL ISO9001:2008 Manual Contents QM 01 Manual Contents 2 QM 02 Copy Holder

More information

Schweppes Australia Head Office Level 5, 111 Cecil Street South Melbourne Victoria 3205. www.schweppesaustralia.com.au

Schweppes Australia Head Office Level 5, 111 Cecil Street South Melbourne Victoria 3205. www.schweppesaustralia.com.au Schweppes Australia Head Office Level 5, 111 Cecil Street South Melbourne Victoria 3205 www.schweppesaustralia.com.au Quality Management Systems 1. Quality Management Systems develop, implement, verify

More information

Camar Aircraft Products Co. QUALITY MANUAL Revision D

Camar Aircraft Products Co. QUALITY MANUAL Revision D QUALITY MANUAL Revision D Gujll'y Manual Introduction The purpose of this manual is to describe the Quality Assurance Program implemented by Camar Aircraft Products Co. (hereafter referred to as C.A.P.C.)

More information

Quality Management System MANUAL. SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702

Quality Management System MANUAL. SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702 Quality Management System MANUAL SDIX, LLC Headquarters: 111 Pencader Drive Newark, Delaware 19702 Doc. No. G5500 Rev. 9.1 Status : APPROVED Effective: 12/11/2014 Page 2 of 23 Quality Manual Table of Contents

More information

Risk-Based Validation of Computer Systems Used In FDA-Regulated Activities

Risk-Based Validation of Computer Systems Used In FDA-Regulated Activities September 2, 2003 Risk-Based Validation of Computer Systems Used In FDA-Regulated Activities Purpose This document provides a summary of the requirements relating to use of computer-based systems in activities

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

16) QUALITY MANAGEMENT SYSTEMS

16) QUALITY MANAGEMENT SYSTEMS INTRODUCTION 16) QUALITY MANAGEMENT SYSTEMS The aim of this paper is to give a brief introduction to the idea of a quality management system and specifically in ISO 9001:2000: Quality Management System.

More information

ISO 9001:2008 Quality Management System Requirements (Third Revision)

ISO 9001:2008 Quality Management System Requirements (Third Revision) ISO 9001:2008 Quality Management System Requirements (Third Revision) Contents Page 1 Scope 1 1.1 General. 1 1.2 Application.. 1 2 Normative references.. 1 3 Terms and definitions. 1 4 Quality management

More information

Quality Management System General

Quality Management System General Audit Date: Quality Management System General Requirement: 4.1 and 4.2.2-QMS General Verify Scope Comments/Evidence/Findings: Verify the Exclusions is applicable and justified How are the processes in

More information

074-8432-552 Page 1 of 7 Effective Date: 12/18/03 Software Supplier Process Requirements

074-8432-552 Page 1 of 7 Effective Date: 12/18/03 Software Supplier Process Requirements Page 1 of 7 Software Supplier Process Requirements 1.0 QUALITY SYSTEM FRAMEWORK 1.1 QUALITY POLICY The Seller shall document and implement a quality program in the form of Quality manual or detailed Quality

More information

CENTRIS CONSULTING. Quality Control Manual

CENTRIS CONSULTING. Quality Control Manual CENTRIS CONSULTING Quality Control Manual ISO 9001:2008 Introduction Centris Consulting developed and implemented a Quality Management System in order to document the company s best business practices,

More information

Summary of Requirements for ISO 14001:2004 February 24, 2005

Summary of Requirements for ISO 14001:2004 February 24, 2005 Summary of Requirements for ISO 14001:2004 February 24, 2005 This document provides a summary of the requirement of ISO 14001:2004, which is an international standard describing the specification and requirements

More information

FINE LOGISTICS. Quality Manual. Document No.: 20008. Revision: A

FINE LOGISTICS. Quality Manual. Document No.: 20008. Revision: A FINE LOGISTICS Quality Manual Document No.: 20008 Revision: A 20008 Rev. A FINE LOGISTICS, Quality Manual Page 1 of 24 Quality Manual: Table of contents Number Section Page 1. GENERAL 3 1.1 Index and revision

More information

Eagle Machining, Inc. Quality Management System

Eagle Machining, Inc. Quality Management System Eagle Machining, Inc. Quality Management System 1 of 10310 Antoine Drive Bldg D, Houston, Texas 77086 BUSINESS OPERATING MANUAL (QUALITY MANUAL) Revision Date: 08/01/2014 Approved By: Joseph Vu Date: 08/01/2014

More information

Quality Manual TABLE OF CONTENTS APPROVAL SIGNATURE PAGE 1.1 1 AMENDMENT RECORD 1.2 2 SCOPE 2.0 3 EXCLUSIONS 2.1 3

Quality Manual TABLE OF CONTENTS APPROVAL SIGNATURE PAGE 1.1 1 AMENDMENT RECORD 1.2 2 SCOPE 2.0 3 EXCLUSIONS 2.1 3 TABLE OF CONTENTS DESCRIPTION SECTION PAGE INTRODUCTION 1.0 1 APPROVAL SIGNATURE PAGE 1.1 1 AMENDMENT RECORD 1.2 2 SCOPE 2.0 3 EXCLUSIONS 2.1 3 CORPORATE POLICY 3.0 3 QUALITY MANAGEMENT SYSTEM 4.0 4 GENERAL

More information

Guidance for Industry. Q10 Pharmaceutical Quality System

Guidance for Industry. Q10 Pharmaceutical Quality System Guidance for Industry Q10 Pharmaceutical Quality System U.S. Department of Health and Human Services Food and Drug Administration Center for Drug Evaluation and Research (CDER) Center for Biologics Evaluation

More information

PROJECT QUALITY MANAGEMENT

PROJECT QUALITY MANAGEMENT 8 PROJECT QUALITY MANAGEMENT Project Quality Management includes the processes required to ensure that the project will satisfy the needs for which it was undertaken. It includes all activities of the

More information

INTEGRATED MANAGEMENT SYSTEM MANUAL IMS. Based on ISO 9001:2008 and ISO 14001:2004 Standards

INTEGRATED MANAGEMENT SYSTEM MANUAL IMS. Based on ISO 9001:2008 and ISO 14001:2004 Standards INTEGRATED MANAGEMENT SYSTEM MANUAL IMS Based on ISO 9001:2008 and ISO 14001:2004 Standards Approved by Robert Melani Issue Date 30 December 2009 Issued To Management Representative Controlled Y N Copy

More information

ISO 9001:2008 Quality Systems Manual

ISO 9001:2008 Quality Systems Manual ISO 9001:2008 [Company Name] ADDRESS Phone: Phone: Fax: Fax: The holder of this manual is cautioned that the information contained herein must not be loaned or circulated outside of [Company Name] except

More information

Conducting a Gap Analysis on your Change Control System. Presented By Miguel Montalvo, President, Expert Validation Consulting, Inc.

Conducting a Gap Analysis on your Change Control System. Presented By Miguel Montalvo, President, Expert Validation Consulting, Inc. Conducting a Gap Analysis on your Change Control System Presented By Miguel Montalvo, President, Expert Validation Consulting, Inc. Standards, Regulations, Guidelines related to Change Control Management

More information

The FDA recently announced a significant

The FDA recently announced a significant This article illustrates the risk analysis guidance discussed in GAMP 4. 5 By applying GAMP s risk analysis method to three generic classes of software systems, this article acts as both an introduction

More information

0. 0 TABLE OF CONTENTS

0. 0 TABLE OF CONTENTS QUALITY MANUAL Conforming to ISO 9001:2000 0. 0 TABLE OF CONTENTS Section Description ISO 9001 Clause Page 0 TABLE OF CONTENTS n/a 2 1 PIMA VALVE, INC. DESCRIPTION n/a 3 2 QUALITY MANUAL DESCRIPTION 4.2.2

More information

Comparison between FDA QSR and ISO 13485

Comparison between FDA QSR and ISO 13485 Comparison between FDA QSR and ISO 13485 Most countries in the world including the Europe, for the conformity assessment of medical devices to be used by their countrymen, assess not only whether the product

More information

A Pragmatic Approach to the Testing of Excel Spreadsheets

A Pragmatic Approach to the Testing of Excel Spreadsheets A Pragmatic Approach to the Many GxP critical spreadsheets need to undergo validation and testing to ensure that the data they generate is accurate and secure. This paper describes a pragmatic approach

More information

Disclosure to Promote the Right To Information

Disclosure to Promote the Right To Information इ टरन ट म नक Disclosure to Promote the Right To Information Whereas the Parliament of India has set out to provide a practical regime of right to information for citizens to secure access to information

More information

Effective Software Verification for Medical Devices

Effective Software Verification for Medical Devices STERLINGTECH AND KLOCWORK WHITE PAPER NOVEMBER 2009 Effective Software Verification for Medical Devices Achieving compliance and meeting productivity goals with static analysis In addition to producing

More information

QUALITY MANAGEMENT SYSTEM Corporate

QUALITY MANAGEMENT SYSTEM Corporate Page 1 of 12 4 Quality Management System 4.1 General Requirements The Peerless Pump Quality Management System shall include: Documented statements of a quality policy and of quality objectives; A quality

More information

NABL NATIONAL ACCREDITATION

NABL NATIONAL ACCREDITATION NABL 160 NABL NATIONAL ACCREDITATION BOARD FOR TESTING AND CALIBRATION LABORATORIES GUIDE for PREPARING A QUALITY MANUAL ISSUE NO. : 05 AMENDMENT NO : 00 ISSUE DATE: 27.06.2012 AMENDMENT DATE: -- Amendment

More information

unless the manufacturer upgrades the firmware, whereas the effort is repeated.

unless the manufacturer upgrades the firmware, whereas the effort is repeated. Software Validation in Accredited Laboratories A Practical Guide Gregory D. Gogates Fasor Inc., 3101 Skippack Pike, Lansdale, Pennsylvania 19446-5864 USA g.gogates@ieee.org www.fasor.com Abstract Software

More information

R214 SPECIFIC REQUIREMENTS: INFORMATION TECHNOLOGY TESTING LABORATORY ACCREDITATION PROGRAM

R214 SPECIFIC REQUIREMENTS: INFORMATION TECHNOLOGY TESTING LABORATORY ACCREDITATION PROGRAM The American Association for Laboratory Accreditation Document Revised: R214: Specific Requirements: Information Technology Testing Laboratory Accreditation July 13, 2010 Program Page 1 of 26 R214 SPECIFIC

More information

Engineering Procurement Construction Quality Plan

Engineering Procurement Construction Quality Plan Engineering Procurement Construction Quality Plan Index 1 Introduction... 4 1.1 Project Background... 4 1.2 Document Purpose... 4 1.3 Change Control... 4 1.4 Contract... 4 1.5 Quality system... 4 1.6 Distribution...

More information

Your Software Quality is Our Business. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc.

Your Software Quality is Our Business. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc. INDEPENDENT VERIFICATION AND VALIDATION (IV&V) WHITE PAPER Prepared by Adnet, Inc. February 2013 1 Executive Summary Adnet is pleased to provide this white paper, describing our approach to performing

More information

GAMP 4 to GAMP 5 Summary

GAMP 4 to GAMP 5 Summary GAMP 4 to GAMP 5 Summary Introduction This document provides summary information on the GAMP 5 Guide and provides a mapping to the previous version, GAMP 4. It specifically provides: 1. Summary of Need

More information

Uncontrolled Document

Uncontrolled Document SOUTHWEST RESEARCH INSTITUTE QUALITY SYSTEM MANUAL July 2015 Revision 5 Quality System Manual Page iii TABLE OF CONTENTS 1.0 PURPOSE... 1 2.0 SCOPE... 1 3.0 TERMS AND DEFINITIONS... 2 4.0 QUALITY MANAGEMENT

More information

GAMP5 - a lifecycle management framework for customized bioprocess solutions

GAMP5 - a lifecycle management framework for customized bioprocess solutions GE Healthcare Life Sciences GAMP5 - a lifecycle management framework for customized bioprocess solutions imagination at work GE Healthcare s engineering department, Customized Bioprocess Solutions (CBS),

More information

ISO 9001:2000 AUDIT CHECKLIST

ISO 9001:2000 AUDIT CHECKLIST ISO 9001:2000 AUDIT CHECKLIST No. Question Proc. Ref. Comments 4 Quality Management System 4.1 General Requirements 1 Has the organization established, documented, implemented and maintained a quality

More information

Row Manufacturing Inc. Quality Manual ISO 9001:2008

Row Manufacturing Inc. Quality Manual ISO 9001:2008 Row Manufacturing Inc. Quality Manual ISO 9001:2008 Row Manufacturing 210 Durham Drive Athens, Alabama 35611 Phone:256.232.4151 Fax:256.232.4133 Page 2 of 33 This Page intentionally left Blank Page 3 of

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Engineering, Business and Enterprise

More information

AEROSPACE STANDARD. Quality Management Systems - Requirements for Aviation, Space and Defense Organizations RATIONALE

AEROSPACE STANDARD. Quality Management Systems - Requirements for Aviation, Space and Defense Organizations RATIONALE AEROSPACE STANDARD AS9100C Issued 1999-11 Revised 2009-01 Superseding AS9100B Quality Management Systems - Requirements for Aviation, Space and Defense Organizations RATIONALE This standard has been revised

More information

Corrective and Preventive Action Background & Examples Presented by:

Corrective and Preventive Action Background & Examples Presented by: Corrective and Preventive Action Background & Examples Presented by: Kimberly Lewandowski-Walker Food and Drug Administration Division of Domestic Field Investigations Office of Regulatory Affairs Overview

More information

MEAT GRADING AND CERTIFICATION BRANCH QUALITY MANUAL

MEAT GRADING AND CERTIFICATION BRANCH QUALITY MANUAL United States Department of Agriculture Marketing and Regulatory Programs Agricultural Marketing Service Livestock and Seed Program Meat Grading & Certification Branch MGC Instruction 800 May 9, 2005 Page

More information

TIBCO Spotfire and S+ Product Family

TIBCO Spotfire and S+ Product Family TIBCO Spotfire and S+ Product Family Compliance with 21 CFR Part 11, GxP and Related Software Validation Issues The Code of Federal Regulations Title 21 Part 11 is a significant regulatory requirement

More information

Considerations When Validating Your Analyst Software Per GAMP 5

Considerations When Validating Your Analyst Software Per GAMP 5 WHITE PAPER Analyst Software Validation Service Considerations When Validating Your Analyst Software Per GAMP 5 Blair C. James, Stacy D. Nelson Introduction The purpose of this white paper is to assist

More information

14620 Henry Road Houston, Texas 77060 PH: 281-447-3980 FX: 281-447-3988. WEB: www.texasinternational.com QUALITY MANUAL

14620 Henry Road Houston, Texas 77060 PH: 281-447-3980 FX: 281-447-3988. WEB: www.texasinternational.com QUALITY MANUAL 14620 Henry Road Houston, Texas 77060 PH: 281-447-3980 FX: 281-447-3988 WEB: www.texasinternational.com QUALITY MANUAL ISO 9001:2008 API Spec Q1, 9th Edition API Spec 8C 5 Th Edition MANUAL NUMBER: Electronic

More information

ED FAGAN INC. QUALITY SYSTEM MANUAL

ED FAGAN INC. QUALITY SYSTEM MANUAL ED FAGAN INC. QUALITY SYSTEM MANUAL APPROVED BY: Ed Fagan President ED FAGAN INC. January 13, 2010 TABLE OF CONTENTS 1. PURPOSE AND SCOPE 2 2. PRODUCTS, SERVICES AND CAPABILITIES 2 3. REVISION HISTORY

More information

The President of Inductors Inc. is the senior executive responsible for operations.

The President of Inductors Inc. is the senior executive responsible for operations. Title: Quality Management System Manual Page: 1 of 20 INTRODUCTION Inductors Inc., founded in 1991, specializes in the distribution of inductive components, including but not limited to standard and custom

More information

QUALITY MANUAL 3 KENDRICK ROAD WAREHAM, MA 02571 508-295-9591 FAX 508-295-6752

QUALITY MANUAL 3 KENDRICK ROAD WAREHAM, MA 02571 508-295-9591 FAX 508-295-6752 QUALITY MANUAL 3 KENDRICK ROAD WAREHAM, MA 02571 508-295-9591 FAX 508-295-6752 Section 1. REVISION STATUS Revision 01 Initial Issue 02/13/95 Revision 02 ECO No.Q-0032 05/07/96 Revision 03 ECO No.97171

More information

Control No: QQM-02 Title: Quality Management Systems Manual Revision 10 07/08/2010 ISO 9001:2008 Page: 1 of 22

Control No: QQM-02 Title: Quality Management Systems Manual Revision 10 07/08/2010 ISO 9001:2008 Page: 1 of 22 ISO 9001:2008 Page: 1 of 22 Central Technologies has developed a Quality Management System, and the associated procedures and work instructions, to be compliant to ISO 9001:2008. Utilizing this Quality

More information

Title:: Effective GMP AUDITS for APIs and Formulation Pharma Companies By G.Sundar-Director/Consultant PharmQA Compliance solutions

Title:: Effective GMP AUDITS for APIs and Formulation Pharma Companies By G.Sundar-Director/Consultant PharmQA Compliance solutions WELCOME Title:: Effective GMP AUDITS for APIs and Formulation Pharma Companies By G.Sundar-Director/Consultant PharmQA Compliance solutions Contents: Introduction GMP Audit GMP Audit plan GMP Auditing

More information

Guidance for Industry

Guidance for Industry Guidance for Industry Q8, Q9, and Q10 Questions and Answers(R4) U.S. Department of Health and Human Services Food and Drug Administration Center for Drug Evaluation and Research (CDER) Center for Biologics

More information

Framework for an Aviation Security Management System (SeMS)

Framework for an Aviation Security Management System (SeMS) Framework for an Aviation Security Management System (SeMS) CAP 1223 Civil Aviation Authority 2014 All rights reserved. Copies of this publication may be reproduced for personal use, or for use within

More information

Training Course Computerized System Validation in the Pharmaceutical Industry Istanbul, 16-17 January 2003. Change Control

Training Course Computerized System Validation in the Pharmaceutical Industry Istanbul, 16-17 January 2003. Change Control Training Course Computerized System Validation in the Pharmaceutical Industry Istanbul, 16-17 January 2003 Change Control Wolfgang Schumacher Roche Pharmaceuticals, Basel Agenda Change Control Definitions

More information

FDA Title 21 CFR Part 11:Electronic Records; Electronic Signatures; Final Rule (1997)

FDA Title 21 CFR Part 11:Electronic Records; Electronic Signatures; Final Rule (1997) www.qadata.co.za Introduction FDA Title 21 CFR Part 11:Electronic Records; Electronic Signatures; Final Rule (1997) INITIAL REGULATION RELEASED High profile audit findings Industry complaints to wasting

More information

Using the ISPE s GAMP Methodology to Validate Environmental Monitoring System Software

Using the ISPE s GAMP Methodology to Validate Environmental Monitoring System Software Using the ISPE s GAMP Methodology to Validate Environmental Monitoring System Software TEST DOCUMENTS DETAILED DOCUMENTS FUNCTIONAL SPECS USER REQUIREMENTS Introduction Continuous Monitoring Systems (CMS)

More information

OECD DRAFT ADVISORY DOCUMENT 16 1 THE APPLICATION OF GLP PRINCIPLES TO COMPUTERISED SYSTEMS FOREWARD

OECD DRAFT ADVISORY DOCUMENT 16 1 THE APPLICATION OF GLP PRINCIPLES TO COMPUTERISED SYSTEMS FOREWARD OECD DRAFT ADVISORY DOCUMENT 16 1 THE APPLICATION OF GLP PRINCIPLES TO COMPUTERISED SYSTEMS FOREWARD 1. The following draft Advisory Document will replace the 1995 OECD GLP Consensus Document number 10

More information

Auditing as a Component of a Pharmaceutical Quality System

Auditing as a Component of a Pharmaceutical Quality System Auditing as a Component of a Pharmaceutical Quality System Tim Fields Conducting internal audits (or self inspections) and external audits of suppliers and outsourcing operations are key elements of a

More information

Regulatory Asset Management: Harmonizing Calibration, Maintenance & Validation Systems

Regulatory Asset Management: Harmonizing Calibration, Maintenance & Validation Systems Regulatory Asset Management: Harmonizing Calibration, Maintenance & Validation Systems 800.982.2388 1 Introduction Calibration, maintenance and validation activity, despite operating within the same department

More information

Table of Contents. Preface 1.0 Introduction 2.0 Scope 3.0 Purpose 4.0 Rationale 5.0 References 6.0 Definitions

Table of Contents. Preface 1.0 Introduction 2.0 Scope 3.0 Purpose 4.0 Rationale 5.0 References 6.0 Definitions Table of Contents Preface 1.0 Introduction 2.0 Scope 3.0 Purpose 4.0 Rationale 5.0 References 6.0 Definitions 7.0 Objectives and User Needs of a Regulatory Audit Report 7.1 Audit report objectives 7.2

More information

Implementation of ANSI/AAMI/IEC 62304 Medical Device Software Lifecycle Processes.

Implementation of ANSI/AAMI/IEC 62304 Medical Device Software Lifecycle Processes. Implementation of ANSI/AAMI/IEC 62304 Medical Device Software Lifecycle Processes.. www.pharmout.net Page 1 of 15 Version-02 1. Scope 1.1. Purpose This paper reviews the implementation of the ANSI/AAMI/IEC

More information

ISO 9001:2008 STANDARD OPERATING PROCEDURES MANUAL

ISO 9001:2008 STANDARD OPERATING PROCEDURES MANUAL 8200 Brownleigh Drive Raleigh, NC 27617-7423 Phone: (919) 510-9696 Fax: (919) 510-9668 ISO 9001:2008 STANDARD OPERATING PROCEDURES MANUAL ALLIANCE OF PROFESSIONALS & CONSULTANTS, INC. - 1 - Table of Contents

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

Overview of Medical Device Design Controls in the US. By Nandini Murthy, MS, RAC

Overview of Medical Device Design Controls in the US. By Nandini Murthy, MS, RAC Overview of Medical Device Controls in the US By Nandini Murthy, MS, RAC 18 controls are a regulatory requirement for medical devices. In the US, compliance with the design controls section of 21 Code

More information

Developing a Mobile Medical App? How to determine if it is a medical device and get it cleared by the US FDA

Developing a Mobile Medical App? How to determine if it is a medical device and get it cleared by the US FDA Developing a Mobile Medical App? How to determine if it is a medical device and get it cleared by the US FDA In this presentation: App stats: Explosive growth Examples already cleared by the US FDA Is

More information

How To Write A Contract For Software Quality Assurance

How To Write A Contract For Software Quality Assurance U.S. Department of Energy Washington, D.C. NOTICE DOE N 203.1 Approved: Expires: 06-02-01 SUBJECT: SOFTWARE QUALITY ASSURANCE 1. OBJECTIVES. To define requirements and responsibilities for software quality

More information

Qualification Guideline

Qualification Guideline Qualification Guideline June 2013 Disclaimer: This document is meant as a reference to Life Science companies in regards to the Microsoft O365 platform. Montrium does not warrant that the use of the recommendations

More information

How to Use the Design Process to Manage Risk: Elements of Design Controls and Why It Matters

How to Use the Design Process to Manage Risk: Elements of Design Controls and Why It Matters environmental failure analysis & prevention health technology development How to Use the Design Process to Manage Risk: Elements of Design Controls and Why It Matters Kevin L. Ong, Ph.D., P.E. Managing

More information

Telecommunications Management and Control. What it is, what it requires and how we solve your problems

Telecommunications Management and Control. What it is, what it requires and how we solve your problems Telecommunications Management and Control What it is, what it requires and how we solve your problems Contents Telecommunications Management and Control: A Definition... 3 Telecommunications Management

More information

IVD Regulation Overview. Requirements to Assure Quality & Effectiveness

IVD Regulation Overview. Requirements to Assure Quality & Effectiveness IVD Regulation Overview Requirements to Assure Quality & Effectiveness CLIAC Jan. 2002 Statutory and Regulatory Requirements Statute: Food, Drug, and Cosmetic Act Food and Drugs Act of 1906 Food and Drug

More information

Corrective and Preventive Actions

Corrective and Preventive Actions Corrective and Preventive Actions A Five Step Approach Topics to Be Covered What is CAPA? Governing authority Five steps to a good CAPA process Where companies have difficulty Example citations Recap What

More information

Quality Management System Manual

Quality Management System Manual Quality Management System Manual This manual has been reviewed and approved for use by: Jack Zazulak President, Aurora Machine Limited March 07, 2011 Date - Copyright Notice - This document is the exclusive

More information

ISO 9000 Introduction and Support Package: Guidance on the Documentation Requirements of ISO 9001:2008

ISO 9000 Introduction and Support Package: Guidance on the Documentation Requirements of ISO 9001:2008 Document: ISO/TC 176/SC 2/N 525R2 ISO 9000 Introduction and Support Package: 1 Introduction Two of the most important objectives in the revision of the ISO 9000 series of standards have been a) to develop

More information

QUALITY MANUAL ISO 9001. Quality Management System

QUALITY MANUAL ISO 9001. Quality Management System Page 1 of 20 QUALITY MANUAL ISO 9001 Quality Management System Printed copies are not controlled unless marked "CONTROLLED". Upon receipt of this document, discard all previous copies. Page 2 of 20 Approval

More information

MP Plumbing & Heating Ltd Quality Policy Manual THE QUALITY POLICY STATEMENT OF:

MP Plumbing & Heating Ltd Quality Policy Manual THE QUALITY POLICY STATEMENT OF: THE QUALITY POLICY STATEMENT OF: MP Plumbing & Heating Ltd Unit 8,The Metro Centre, Bridge Road, Orpington BR5 2BE Telephone: 01689 822188 Fax: 01689 897 733 E-Mail: info@mpplumbingheating.co.uk Web page:

More information