<< Return to Calendar

Implement an ISO 9001:2015 Quality Management System (QMS) for Consulting Engineering Firms

             

Implement an ISO 9001:2015 QMS

 

Why this Program?

Successful organisations focus on doing the right things, the first time, on time, every time, and always to the client’s satisfaction. Achieving this focus, while building a lasting foundation for improving organisational performance, is best facilitated by the proper implementation of a structured management system.

ISO 9001:2015 sets out the criteria for a quality management system and can be used by any organization, large or small, regardless of its field of activity.

 Who should Attend?

Executives, Senior Personnel, Personnel involved in design, implementation, auditing and maintenance of management systems.

 Entry Criteria

ï‚· Background in business management and business process execution.

 Program Outline

This course covers aspects of:

 ·     Understanding critical requirements of ISO 9001: 2015 within a business management framework.

·     Practical step-by-step implementation program, covering:

·     Strategic and business planning requirements

·     Risk-based thinking

·     Process approach and the PDCA cycle

·     Process mapping, defining processes and ownership

·     Identification of managerial controls and objectives

·     Implementation and verification activities

 The course is packed with examples and exercises. A full implementation cycle is presented and full delegate participation is expected during each step.

 Assessment

No assessment applicable.

 

Validation Number/s: CESA-1542-02/2022
Coordinator: Blessings Banda
Fee:
Schedules:

No upcoming schedules were found for this course.

SQL to check events linked to this course: SELECT EventID, EventName, StartDate, EndDate, Cancelled, WebCategory, Venue, AccredNum FROM SchoolEvents WHERE SchoolCourseID = 3417 ORDER BY StartDate DESC, EventID DESC SQL used for upcoming (non-cancelled) candidates: SELECT SchoolEvents.EventID, SchoolEvents.Venue, SchoolEvents.City, SchoolEvents.Cancelled, SchoolEvents.AccredNum, CourseVenues.CourseVenueCity, CourseVenues.CourseVenueArea, SchoolEvents.StartDate, SchoolEvents.EndDate, SchoolEvents.CPD, SchoolEvents.AccredNum2, SchoolEvents.Level, SchoolEvents.SACPCMPNum, SchoolEvents.WebCategory, SchoolEvents.SchoolCourseID, SchoolEvents.EventName, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints, SchoolEvents.SACNASP_ValidationNumber, SchoolEvents.SACNASP_CPD_Points, (SELECT COUNT(*) FROM EventSchedules es0 WHERE es0.EventID = SchoolEvents.EventID) AS ScheduleRowCount, (SELECT MIN(es1.ScheduleDate) FROM EventSchedules es1 WHERE es1.EventID = SchoolEvents.EventID AND es1.ScheduleDate >= '2026-08-24') AS NextScheduleDate, (SELECT MAX(es2.ScheduleDate) FROM EventSchedules es2 WHERE es2.EventID = SchoolEvents.EventID) AS LastScheduleDate FROM SchoolEvents LEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName WHERE (SchoolEvents.Cancelled IS NULL OR SchoolEvents.Cancelled <> 1) AND (SchoolEvents.WebCategory IS NULL OR SchoolEvents.WebCategory <> 11) AND SchoolEvents.SchoolCourseID = 3417 ORDER BY SchoolEvents.StartDate, SchoolEvents.EventID