Highfield Level 1 Award In Food Safety In Catering (RQF) Half day course Food business operators are required by law, to ensure that food handlers receive appropriate supervision and instruction/training in food hygiene in line with their work activity and should enable them to handle food safely This Level 1 Award in Food Safety in Catering helps to prepare people for working in a low-risk role, where some food handling takes place. Course Contents: The Importance of Food Safety Legal responsibilities of food handlers Personal hygiene Contamination and cross contamination The importance of keeping one's work areas clean Pest control Basic bacteriology Benefits of this course: Businesses have a duty to their customers to produce food that is safe for consumption. There are one million cases of food poisoning in the UK each year. More than 6,000 are admitted to hospital. In 2014/2015, businesses in Chesterfield were issued 344 written enforcement notices. Derby received 1,116. Doing our Ofqual regulated, nationally accredited course ensures that nothing of importance is left out. EU and UK regulations state that all food handlers must receive appropriate training in food safety practices relevant to their duties. The Food Standards Agency says that 'Food business operators are required by law, to ensure that food handlers receive appropriate supervision and instruction/training in food hygiene in line with their work activity and should enable them to handle food safely’. This Highfield Level 1 Award in Food Safety in Catering (RQF) is a nationally accredited qualification especially suitable for people working in, or planning to work in, the food retail industry where some food handling takes place Accredited, Ofqual regulated qualification: This Level 1 Food Safety in Catering training course is a nationally recognised, Ofqual regulated qualification accredited by Highfield Qualifications. This means that you can be rest assured that your level 1 Food safety in Catering certificate fulfils the legal requirements and is a very good way to make sure your low-risk employees are trained appropriately in Food Safety. The Ofqual Register number for this course is 603/2615/3
Highfield Level 2 Award In Food Allergen Awareness And Control In Catering (RQF) Half day course This course gives learners the knowledge and understanding of food allergens and foods that commonly cause intolerances Teaches how to minimise the risk of cross-contamination from allergenic ingredients Benefits of this course: This qualification is aimed at food handlers and other staff involved in food preparation and service who work within the catering industry It provides knowledge and understanding of food allergens and foods that commonly cause intolerances Many people are allergic to foods, or have a food intolerance There is a duty in law for food handlers to ensure these people do not come to harm, either by going into anaphylactic shock and their potential death, or by making them feel really ill for a long period after consuming the food. This qualification is supported by Allergy UK, who regard it as suitable staff training for catering outlets that wish to apply for their Allergy Aware Scheme. Course Contents: The characteristics and consequences of food allergies and intolerances How to identify and control contamination from allergenic ingredients Ways to accurate communicate of allergen information to consumers Accredited, Ofqual regulated qualification Our Food Allergen Awareness and Control in Catering training course is a nationally recognised, Ofqual regulated qualifications accredited by Highfields Qualifications. This means that you can be rest assured that your Food Allergen Awareness and Control in Catering Certificate provides information for best practice to make a real difference to the lives of people who suffer from food allergies or intolerances. It also helps to stay on the right side of the law! The Ofqual Register number for this course is 603/1396/1
Our Urinary Catheterisation and Catheter Care training course, facilitated by registered nurses with first-hand clinical experience, are blended learning courses that allow participants to demonstrate theoretical and practical simulation within a classroom environment.
Gain a comprehensive understanding of suprapubic catheters with our course. Learn about indications, insertion procedures, and ongoing care to ensure optimal outcomes for patients.
Highfield Level 2 Award In HACCP For Catering (RQF) Full day course This course gives learners the knowledge and understanding of HACCP regulations Shows learners how to implement these in their catering environment Benefits of this course: This course is for those working in a food catering environment and other food handlers This qualification is intended for both those who are already working in catering and those who are preparing to work in the industry This course will give an introduction to HACCP It will support those who are, or will be part of a HACCP (hazard analysis and critical control points) team within a catering environment Course Contents: The procedures required to develop Food Safety Management systems based on HACCP principlesThe role of the food handler in implementing a Food Safety Management System based on HACCP principlesThe need for prerequisite programmesCommon prerequisite programmesSteps required to develop HACCP based food safety systems How to develop food Safety Management systems based on HACCP principles The purpose of identifying hazards at each step in a food process The importance of, and methods which can be used to determine, specific controls at steps in the process The importance of identifying critical (safe) limits The importance of monitoring controls Ways of monitoring controls The purpose of taking appropriate corrective action The importance of verification and review of HACCP based Food Safety Management Systems Documentation and records needed to support HACCP based Food Safety Management Systems Accredited, Ofqual regulated qualification: Our HACCP for Catering training course is a nationally recognised, Ofqual regulated qualifications accredited by Highfields Qualifications. This means that you can be rest assured that your HACCP for Catering Certificate provides information for best practice and goes a long way toward ensuring that food produced is as safe as possible. The Ofqual Register number for this course is 603/2527/6
Gain comprehensive knowledge and practical skills for safe and effective male catheterisation with our course. Learn techniques, considerations, and patient care for addressing urinary retention, bladder dysfunction, and monitoring urinary output.
Enhance your knowledge in catheter care with our comprehensive course designed for healthcare professionals, caregivers, and individuals seeking to provide effective care for patients.
Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.
Overview This training course will empower you to recognize the root causes of fraud and white-collar crime in the current economy, understand the categories of fraud, equip you with methodologies of fraud detection and prevention, and heighten your ability to detect potential fraudulent situations. In addition to the fundamentals of fraud investigation and detection in a digital environment; profit-loss evaluation, analysis of accounting books, legal concepts, and quantification of financial damages are also examined in this course
An overview of catheter care as an effective intervention in infection prevention and controlled continence care. Allowing participants to demonstrate theoretical and practical competencies within a classroom environment.