• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

190 Cat courses in Sheffield

An Understanding of Urinary Catheterisation and Catheter Care

By Guardian Angels Training

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.

An Understanding of Urinary Catheterisation and Catheter Care
Delivered In-Person in InternationallyFlexible Dates
£1,175

An Understanding of ​Suprapubic Catheter Care

By Guardian Angels Training

Gain a comprehensive understanding of suprapubic catheters with our course. Learn about indications, insertion procedures, and ongoing care to ensure optimal outcomes for patients.

An Understanding of ​Suprapubic Catheter Care
Delivered In-Person in InternationallyFlexible Dates
£1,175

An Understanding of Male Catheterisation

By Guardian Angels Training

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.

An Understanding of Male Catheterisation
Delivered In-Person in InternationallyFlexible Dates
£1,175

Food Safety In Catering, Level 1

5.0(50)

By Pochat Training

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

Food Safety In Catering, Level 1
Delivered in Chesterfield or Online + more
£85

An Understanding of Catheter Care

By Guardian Angels Training

Enhance your knowledge in catheter care with our comprehensive course designed for healthcare professionals, caregivers, and individuals seeking to provide effective care for patients.

An Understanding of Catheter Care
Delivered In-Person in InternationallyFlexible Dates
£875

Objective-C programming

5.0(3)

By Systems & Network Training

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.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Catheter Care Training (Group Booking)

5.0(22)

By Wren Healthcare Ltd

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.

Catheter Care Training (Group Booking)
Delivered In-Person in London + 1 more or UK WideFlexible Dates
£525

FORENSIC ACCOUNTING AND AUDITING

5.0(10)

By GBA Corporate

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

FORENSIC ACCOUNTING AND AUDITING
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,779

Level 3 NVQ Diploma in Insulation & Building Treatments

By BAB Business Group

The NVQ Level 3 Diploma in Insulation and Building Treatments provides a nationally recognised qualification for those working in the construction and the built environment sector and specialise in one or more of the following categories: External Wall Insulation Room in the Roof Park Homes Hybrid Wall Insulations Insulating Framed Sections The qualification modules will be discussed and agreed upon with each individual candidate to ensure that the qualification will be suited to your job role and will be achievable in order to demonstrate their competence and become eligible for the Gold CSCS Card. Each candidate will be allocated a designated and qualified assessor to provide support throughout the qualification and provide information, advice and guidance to candidates in order that they can achieve the qualification. If you require further information or are looking to undertake this qualification, please contact us. CSCS Cards Candidates can undertake the CSCS test and obtain the red (Provisional) CSCS card on signing up for various qualifications. The red card can usually be obtained within 7 to 14 days and can be used to access the construction sites for a period of 12 months. On completion of the qualification, you will receive a full advanced craft, 5 year, CSCS card.

Level 3 NVQ Diploma in Insulation & Building Treatments
Delivered In-Person in Heywood or UK WideFlexible Dates
£2,050

Risk In Trade Finance

5.0(10)

By GBA Corporate

Overview Objective Understand why trade finance is generally low risk for credit losses - IF done properly Appreciate the range of risks involved in trade finance Understand the controls and mitigants available Be able to categorise risk according to client size and strength Appreciate the mechanisms of the working capital cycle Recognise that structured lending facilitates easier and closer control

Risk In Trade Finance
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626