Internal Auditing to ISO/IEC 17025:2017 (Non-forensic)

$1,075.00

This training is designed for laboratory managers, technical staff, and others who want or need to learn better audit practices.

SKU: TL-IA17025 Category: Tags: ,

ISO/IEC 17025 training course prepares the internal auditor to clearly understand technical issues relating to an audit. Attendees of Auditing to ISO/IEC 17025 training course will learn how to coordinate a quality management system audit to ISO/IEC 17025:2017 and collect audit evidence and document observations, including techniques for effective questioning and listening.

¡Nosotros hablamos español! Contamos con instructores de habla hispana y ofrecemos cursos de laboratorio y forenses en español.

versión en español

  • Understand the ISO/IEC 17025:2017 requirements.
  • Learn how to coordinate a quality management system audit against ISO/IEC 17025:2017.
  • Develop an understanding of the technical systems and issues of the accredited laboratory.
  • Obtain an overview of the principles and concepts of ISO 19011
  • Know how to collect audit evidence and document observations, including techniques for effective questioning and listening.
  • Learn how to report the findings and conclusions.

CEU Credits: 2.4

This course is perfect for laboratory managers, technical staff, and consultants and auditors of all types who want or need to learn better audit practices.

ANAB also offers an ISO/IEC 17025 Internal Auditor course specifically for Forensic Service Providers. Please visit Forensic ISO/IEC 17025:2017 Internal Auditor  for more information.

var buttonNo = document.getElementById('existing-no'); var buttonYes = document.getElementById('existing-yes'); var text = document.getElementById('existing-text'); var buttons = document.getElementById('existing-buttons'); document.addEventListener('DOMContentLoaded', function() { if (buttonNo) { buttonNo.addEventListener('click', function() { window.open("https://anabaccreditationapplication.ansi.org", "_self"); }); } if (buttonYes) { buttonYes.addEventListener('click', function() { //alert('Button 2 is clicked'); buttons.style.display = 'none'; text.style.display = 'block'; }); } }); document.addEventListener('click', function(event) { // Check if the clicked element has the class 'kt-modal-close' if (event.target.classList.contains('kt-modal-close')) { buttons.style.display = 'flex'; text.style.display = 'none'; } }); document.addEventListener('submit', function (e) { // Check if the submitted form has the target class if (e.target && e.target.classList.contains('no-jetpack')) { e.stopImmediatePropagation(); // Prevent Jetpack’s handler from firing // Do NOT call e.preventDefault() so the form still submits normally } }, true); // capture phase