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

639 Macro courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

SCM230 SAP Supply Network Planning (APO-SNP)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for project team members and other key users (persons from special departments) responsible for creating and optimizing a cross location supply plan including production, procurement and distribution plans. In this course, students gain an understanding of how to create cross-location production plans, distribution resource plans, and procurement plans taking into account work center capacities, supplier capacities, and transportation capacities in SAP APO. COURSE OUTLINE * Overview of Supply Chain Planning in SAP SCM (APO), Integration with Demand Planning (DP) and Production Planning (PP/DS) * Overview of exchanging master and transaction data with SAP ECC * Master data for supply network planning, interchangeability and shelf live * Configuring Supply Network Planning and interactive planning using planning books and macros * Introduction to the Planner Home Page (EhP 3) * Collaborative Supply Planning (supplier and manufacturer exchange data over the Internet) * Integrated exception management in the alert monitor * Discussions about the different planning methods: Heuristic including capacity leveling, optimization, capable-to-match, and VMI. * Standard and advanced Cross-location safety stock planning * Deployment: Implementing stock transport requisitions into manageable stock transport orders. Calculating and optimizing short-term replenishment plans for distribution centers and customers * Transport Load Builder (TLB): Grouping stock transfers by threshold values for volumes, weight and pallets. ADDITIONAL COURSE DETAILS: Nexus Humans SCM230 SAP Supply Network Planning (APO-SNP) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the SCM230 SAP Supply Network Planning (APO-SNP) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

SCM230 SAP Supply Network Planning (APO-SNP)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Advanced C Plus Plus

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this course is for you. Overview By the end of this course, you'll have developed programming skills that will set you apart from other C++ programmers. After completing this course, you will be able to: Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management This course begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later lessons, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding lesson will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. ANATOMY OF PORTABLE C++ SOFTWARE * Managing C++ Projects * Writing Readable Code NO DUCKS ALLOWED ? TYPES AND DEDUCTION * C++ Types * Creating User Types * Structuring our Code NO DUCKS ALLOWED ? TEMPLATES AND DEDUCTION * Inheritance, Polymorphism, and Interfaces * Templates ? Generic Programming * Type Aliases ? typedef and using * Class Templates NO LEAKS ALLOWED ? EXCEPTIONS AND RESOURCES * Exceptions in C++ * RAII and the STL * Move Semantics * Name Lookup * Caveat Emptor SEPARATION OF CONCERNS ? SOFTWARE ARCHITECTURE, FUNCTIONS, AND VARIADIC TEMPLATES * Function Objects and Lambda Expressions * Variadic Templates THE PHILOSOPHERS' DINNER ? THREADS AND CONCURRENCY * Synchronous, Asynchronous, and Threaded Execution * Review Synchronization, Data Hazards, and Race Conditions * Future, Promises, and Async STREAMS AND I/O * File I/O Implementation Classes * String I/O Implementation * I/O Manipulators * Making Additional Streams * Using Macros EVERYBODY FALLS, IT'S HOW YOU GET BACK UP ? TESTING AND DEBUGGING * Assertions * Unit Testing and Mock Testing * Understanding Exception Handling * Breakpoints, Watchpoints, and Data Visualization NEED FOR SPEED ? PERFORMANCE AND OPTIMIZATION * Performance Measurement * Runtime Profiling * Optimization Strategies * Cache Friendly Code

Advanced C Plus Plus
Delivered on-request, onlineDelivered Online
Price on Enquiry

Microsoft Access for Office 365: Part 2

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for students wishing to gain intermediate-level skills or individuals whose job responsibilities include constructing relational databases and developing tables, queries, forms, and reports in Microsoft Access for Microsoft 365. Overview In this course, you will optimize an Access database. You will: Provide input validation features to promote the entry of quality data into a database. Organize a database for efficiency and performance, and to maintain data integrity. Improve the usability of Access tables. Create advanced queries to join and summarize data. Use advanced formatting and controls to improve form presentation. Use advanced formatting and calculated fields to improve reports. Your training and experience using Microsoft© Access© has given you basic database management skills, such as creating tables, designing forms and reports, and building queries. In this course, you will expand your knowledge of relational database design; promote quality input from users; improve database efficiency and promote data integrity; and implement advanced features in tables, queries, forms, and reports. Extending your knowledge of Access will result in a robust, functional database for your users.This course is the second part of a three-course series that covers the skills needed to perform database design and development in Access.Microsoft© Access© for Office 365?: Part 1 : Focuses on the design and construction of an Access database?viewing, navigating, searching, and entering data in a database, as well as basic relational database design and creating simple tables, queries, forms, and reports.Microsoft© Access© for Office 365?: Part 2 (this course): Focuses on optimization of an Access database, including optimizing performance and normalizing data; data validation; usability; and advanced queries, forms, and reports.Microsoft© Access© for Office 365?: Part 3 : Focuses on managing the database and supporting complex database designs, including import and export of data; using action queries to manage data; creating complex forms and reports; macros and Visual Basic for Applications (VBA); and tools and strategies to manage, distribute, and secure a database.This course may be a useful component in your preparation for the Microsoft Access Expert (Microsoft 365 Apps and Office 2019): Exam MO-500 certification exam. LESSON 1: PROMOTING QUALITY DATA INPUT * Topic A: Restrict Data Input Through Field Validation * Topic B: Restrict Data Input Through Forms and Record Validation LESSON 2: IMPROVING EFFICIENCY AND DATA INTEGRITY * Topic A: Data Normalization * Topic B: Associate Unrelated Tables * Topic C: Enforce Referential Integrity LESSON 3: IMPROVING TABLE USABILITY * Topic A: Create Lookups Within a Table * Topic B: Work with Subdatasheets LESSON 4: CREATING ADVANCED QUERIES * Topic A: Create Query Joins * Topic B: Create Subqueries * Topic C: Summarize Data LESSON 5: IMPROVING FORM PRESENTATION * Topic A: Apply Conditional Formatting * Topic B: Create Tab Pages with Subforms and Other Controls LESSON 6: CREATING ADVANCED REPORTS * Topic A: Apply Advanced Formatting to a Report * Topic B: Add a Calculated Field to a Report * Topic C: Control Pagination and Print Quality * Topic D: Add a Chart to a Report

Microsoft Access for Office 365: Part 2
Delivered on-request, onlineDelivered Online
Price on Enquiry

Excel for business professionals

By Nexus Human

Duration 2.25 Days 13.5 CPD hours This course is intended for The job roles best suited to the material in this course are: sales personnel, accountants, administrators, auditors, lab assistants, office job positions. Overview Work with functions. Work with lists. Analyze data. Visualize data with charts. Use PivotTables and PivotCharts. Work with multiple worksheets and workbooks. Share and protect workbooks. Automate workbook functionality. Use Lookup functions and formula auditing. Forecast data. Create sparklines and map data This course provides the knowledge to create advanced workbooks and worksheets that can deepen the understanding of organizational intelligence. The ability to analyze massive amounts of data, extract actionable information from it and present that information to decision makers. In addition this course will give you the ability to collaborate with colleagues, automate complex or repetitive tasks and use conditional logic to construct and apply elaborate formulas and functions which will allow you to work through a lot of data and generate the answers that your organisation needs. WORKING WITH FUNCTIONS * Topic A: Work with Ranges * Topic B: Use Specialized Functions * Topic C: Work with Logical Functions * Topic D: Work with Date and Time Functions * Topic E: Work with Text Functions WORKING WITH LISTS * Topic A: Sort Data * Topic B: Filter Data * Topic C: Query Data with Database Functions * Topic D: Outline and Subtotal Data ANALYZING DATA * Topic A: Create and Modify Tables * Topic B: Apply Intermediate Conditional Formatting * Topic C: Apply Advanced Conditional Formatting VISUALIZING DATA WITH CHARTS * Topic A: Create Charts * Topic B: Modify and Format Charts * Topic C: Use Advanced Chart Features USING PIVOTTABLES AND PIVOTCHARTS * Topic A: Create a PivotTable Topic B: Analyze PivotTable Data Topic C: Present Data with PivotCharts Topic D: Filter Data by Using Timelines and Slicers WORKING WITH MULTIPLE WORKSHEETS AND WORKBOOKS * Topic A: Use Links and External References * Topic B: Use 3-D References * Topic C: Consolidate Data SHARING AND PROTECTING WORKBOOKS * Topic A: Collaborate on a Workbook * Topic B: Protect Worksheets and Workbooks AUTOMATING WORKBOOK FUNCTIONALITY * Topic A: Apply Data Validation * Topic B: Search for Invalid Data and Formulas with Errors * Topic C: Work with Macros USING LOOKUP FUNCTIONS AND FORMULAS AUDITING * Topic A: Use Lookup Functions * Topic B: Trace Cells * Topic C: Watch and Evaluate Formulas FORECASTING DATA * Topic A: Determine Potential Outcomes Using Data Tables * Topic B: Determine Potential Outcomes Using Scenarios * Topic C: Use the Goal Seek Feature * Topic D: Forecast Data Trends CREATING SPARKLINES AND MAPPING DATA * Topic A: Create Sparklines * Topic B: Map Data

Excel for business professionals
Delivered on-request, onlineDelivered Online
Price on Enquiry

Microsoft Access for Office 365: Part 1

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for students looking to establish a foundational understanding of Access, including the skills necessary to create a new database, construct data tables, design forms and reports, and create queries. Overview In this course, you will create and manage an Access database. You will: Navigate within the Access application environment, create a simple database, and customize Access configuration options. Organize and manage data stored within Access tables. Use queries to join, sort, and filter data from different tables. Use forms to make it easier to view, access, and input data. Create and format custom reports. Data is everywhere. Most job roles today involve some form of data management. Virtually everyone is affected in some way by the need to manage data. A relational database application such as Microsoft© Access© can help you and your organization with this task. This course is the first part of a three-course series that covers the skills needed to perform database design and development in Access. Microsoft© Access© for Office 365?: Part 1 (this course): Focuses on the design and construction of an Access database?viewing, navigating, searching, and entering data in a database, as well as basic relational database design and creating simple tables, queries, forms, and reports. Microsoft© Access© for Office 365?: Part 2 : Focuses on optimization of an Access database, including optimizing performance and normalizing data, data validation, usability, and advanced queries, forms, and reports. Microsoft© Access© for Office 365?: Part 3 : Focuses on managing the database and supporting complex database designs, including import and export of data, using action queries to manage data, creating complex forms and reports, macros and VBA, and tools and strategies to manage, distribute, and secure a database. This course may be a useful component in your preparation for the Microsoft Access Expert (Microsoft 365 Apps and Office 2019): Exam MO-500 certification exam. LESSON 1: WORKING WITH AN ACCESS DATABASE * Topic A: Launch Access and Open a Database * Topic B: Use Tables to Store Data * Topic C: Use Queries to Combine, Find, Filter, and Sort Data * Topic D: Use Forms to View, Add, and Update Data * Topic E: Use Reports to Present Data * Topic F: Get Help and Configure Options in Access LESSON 2: CREATING TABLES * Topic A: Plan an Access Database * Topic B: Start a New Access Database * Topic C: Create a New Table * Topic D: Establish Table Relationships LESSON 3: CREATING QUERIES * Topic A: Create Basic Queries * Topic B: Add Calculated Columns in a Query * Topic C: Sort and Filter Data in a Query LESSON 4: CREATING FORMS * Topic A: Start a New Form * Topic B: Enhance a Form * Lesson 5: Creating Reports * Topic A: Start a New Report * Topic B: Enhance Report Layout ADDITIONAL COURSE DETAILS: Nexus Humans Microsoft Access for Office 365: Part 1 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Microsoft Access for Office 365: Part 1 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Microsoft Access for Office 365: Part 1
Delivered on-request, onlineDelivered Online
Price on Enquiry

Cisco Multicloud Management with Cisco CloudCenter Suite (CLDCCS) v1.0

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is ideal for developers and engineers including: Cloud administrators Cloud solution architects Customer sales engineers DevOps engineers Sales engineers Systems engineers Technical solutions architects Overview After completing the course, you should be able to: Explain business and technical challenges of going to the cloud Understand benefits of an application-centric hybrid cloud multicloud management platform Navigate Cisco CloudCenter Suite architecture Understand Cisco CloudCenter Suite administrative capabilities including cloud management, multitenancy, governance, and policy enforcement Describe application lifecycle management and provisioning in cloud Describe how to use Cisco CloudCenter Suite to manage the workloads in multicloud The course, Mulitcloud Management with Cisco© CloudCenter Suite (CLDCCS) v1.0 is an intensive training course that teaches you to securely design, automate, and deploy applications across multiple clouds while optimizing cost and compliance with comprehensive reporting, visibility, and policy-enforcement. Through a combination of lessons with hands-on lab exercises, you will learn to simplify the lifecycle management of multicloud applications, workflows, and their infrastructure UNDERSTANDING CLOUD TRANSITIONS * Overview of Traditional IT INTRODUCING CISCO CLOUDCENTER SUITE * Cisco CloudCenter Suite Definition SETTING UP CISCO CLOUDCENTER WORKLOAD MANAGER * Artifact Repository Overview and Configuration UNDERSTANDING USER ADMINISTRATION AND MULTITENANCY IN CISCO CLOUDCENTER SUITE * Cisco CloudCenter Suite User Roles GRASPING APPLICATION MODELING IN CISCO CLOUDCENTER WORKLOAD MANAGER * Model an Application IDENTIFYING RESOURCE PLACEMENT CALLOUTS AND LIFECYCLE ACTIONS IN CISCO CLOUDCENTER WORKLOAD MANAGER * Resource Placement and Validation Callout UNDERSTANDING APPLICATION DEPLOYMENT FRAMEWORK IN CISCO CLOUDCENTER WORKLOAD MANAGER * Workload Manager Application Parameters EXPLORING APPLICATION SERVICES IN CISCO CLOUDCENTER WORKLOAD MANAGER * Application Services Framework INTEGRATING CISCO CLOUDCENTER WORKLOAD MANAGER WITH CISCO APPLICATION-CENTRIC INFRASTRUCTURE * Configure CloudCenter Workload Manager for Cisco ACI INTRODUCING APPLICATION MANAGEMENT IN CISCO CLOUDCENTER WORKLOAD MANAGER * Cisco CloudCenter Workload Manager Actions Library EXPLORING ADVANCED FEATURES IN CLOUDCENTER WORKLOAD MANAGER * Scheduling an Application in Cisco CloudCenter Workload Manager COMPREHENDING POLICIES AND TAGLESS GOVERNANCE IN CLOUDCENTER WORKLOAD MANAGER * Cisco CloudCenter Workload Manager Policies INTRODUCING ACTION ORCHESTRATOR AND COST OPTIMIZER IN CISCO CLOUDCENTER SUITE * Action Orchestrator in Cisco CloudCenter Suite LAB OUTLINE * Explore Cisco CloudCenter Suite Admin GUI Discover Cisco CloudCenter Workload Manager GUI Create Cisco CloudCenter Workload Manager Repository Design Deployment Environments in Cisco CloudCenter Workload Manager Create Images in Cisco CloudCenter Workload Manager Form Cost Bundles and Usage Plans in Cisco CloudCenter Workload Manager Explore Multitenancy in Cisco CloudCenter Suite Model and Deploy Two-Tier Application Model and Deploy Multitier Application Perfect and Arrange Multitier Application on Docker Model and Deploy Application on Kubernetes Cloud Deploy Application in Hybrid Cloud Arrange Application Using Automated Resource Placement Perform Lifecycle Actions on Deployed Applications Create User-Defined Parameters and Explore Macros Understand Application Services in Cisco CloudCenter Workload Manage Benchmark, Schedule, and Share Applications in Cisco CloudCenter Workload Manager Continuous Integration/Continuous Delivery (CI/CD) Project Board Manage Policies in Cisco CloudCenter Workload Manager Manage System Tags and Governance in Cisco CloudCenter Workload Manager Explore Action Orchestrator Explore Cost Optimizer ADDITIONAL COURSE DETAILS: Nexus Humans Cisco Multicloud Management with Cisco CloudCenter Suite (CLDCCS) v1.0 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Cisco Multicloud Management with Cisco CloudCenter Suite (CLDCCS) v1.0 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Cisco Multicloud Management with Cisco CloudCenter Suite (CLDCCS) v1.0
Delivered on-request, onlineDelivered Online
Price on Enquiry

VBA in Excel - Part 1

By Underscore Group

Following on from the Macros course look at how you can write your own Visual Basic code within Excel to fully automate tasks and save time. -------------------------------------------------------------------------------- COURSE OVERVIEW Duration: 2 days (13 hours) Our VBA in Excel course is an introduction to using the Visual Basic for Applications language for programming in Excel. It looks at structures, syntax and coding standards. This course is designed for existing experienced users of Excel who can record and run macros and those who have dabbled in VBA but would like some formal training and help to put some structure to their code. OBJECTIVES  By the end of the course you will be able to: * Write visual basic procedures * Create event and general procedures * Use commands from the Excel data model * Use statements and functions * Use a selection of debugging tools * Create and use variables and constants * Use different types of loops * Create an Excel user form CONTENT THE VBA ENVIRONMENT   * Project explorer * Excel objects * Modules * Properties window * Code window CODE STRUCTURE * Code structure * Navigating within your code * Adding comments * Using WITH * Steps to creating a VBA procedure PROCEDURES  * Sub procedures * Event procedures * Calling procedures THE EXCEL DATA MODEL  * Workbook commands * Worksheet commands * Excel selection methods * Data manipulation commands DEBUGGING  * Using breakpoints * Stepping through code * The immediate window * The watch window * The locals window points VARIABLES AND CONSTANTS  * Declaring variables * Declaring multiple variables * Variable data types * Concatenation * Scope of variables * Constants * Declaring constants * Using constants * Scope of constants LOOPING  * Do while loops * Do until loops * For next loops CONDITIONAL STATEMENTS * IF statement * SELECT CASE statement * Comparison statements * Logical operators CREATING A USER FORM * Form layout * The control toolbox * Naming conventions * Adding objects * Naming objects * Captions * Displaying the form OBJECT PROPERTIES * Object properties * Setting properties at design time * Setting properties at run time INTERCONNECTIVITY BETWEEN THE USER FORM AND EXCEL * Comparing values * Transferring information * Running code

VBA in Excel - Part 1
Delivered in-person, on-request, onlineDelivered Online & In-Person in Horsham
Price on Enquiry

Free Introduction to Nutrition Course

By The College of Functional Wellness

Come and learn the basics of nutrition in this fun, informative online course. -------------------------------------------------------------------------------- The modules covered include In this 10 lesson course, you will learn 1. Common food intolerances 2. The importance of drinking water 3. Blood sugar balancing and food 4. The importance of nutrition with hormones 5. Myth busting on the popular diets including alkaline, blood group diet and veganism 6. What are macronutrients 7. What are micronutrients 8. Reading food labels 9. Understanding NOVA – the processed food categorisation 10. Further studying options LEARNING OBJECTIVES Your takeaways from the Introduction to Nutrition course will include the ability to: * Understand a macronutrient and a micronutrient * Critique 5 popular diets * Know why drinking water is important * Be able to read a food label * Describe why food intolerances are important * Explain the NOVA categories --------------------------------------------------------------------------------   

Free Introduction to Nutrition Course
Delivered on-request, onlineDelivered Online
FREE

Introduction to Diabetes (NORFOLK ICS ONLY)

By BBO Training

Introduction to Diabetes (2-Day Course) - Norfolk ICB Only This course is for those from the Norfolk ICB only using the unique booking code. Applicants not using this code nor Identifying themselves as Norfolk ICB employees will not be able to attend. Course Description: These two days of comprehensive training are designed for nurses, nurse associates, pharmacists, paramedics, and other Allied Healthcare Professionals (AHPs), and experienced healthcare assistants (HCAs) who are new to or fairly new to the field of diabetes care. If you've recently started seeing patients with diabetes, or are planning to; this course is tailored to provide you with the fundamental knowledge and skills required to confidently care for individuals with diabetes. The primary focus is on adults with Type 2 diabetes, although key recommendations and signposting for patients with Type 1 diabetes will also be covered. Diabetes presents a significant healthcare challenge, costing the NHS £10 billion each year and impacting patients and their families. Primary care professionals play a pivotal role in managing the ever-increasing numbers of people diagnosed with Type 2 diabetes. Good diabetes care is crucial and aligns with national and local policies supported by robust NICE guidance. These interactive days of learning will incorporate various methods, including case studies, to help you progress from basic knowledge to a more confident and positive approach in reviewing and managing patients with diabetes. 2 Day Introduction to diabetes management in primary care (This is intended to provide an overview the programme may change slightly) DAY ONE 09.15 Coffee and registration 09.30 Introduction and course objectives 09.45 Setting the scene - screening, diagnosis, prediabetes, patho-physiology and symptoms, remission in Type 2 diabetes 10.45 Coffee 11.00 Type 1 Vs Type 2 Diabetes 11.20 Metabolic Syndrome and Diagnostic Criteria 11.45 Diabetes Prevention Programme 12.15 Managing Diabetes in Primary Care and Supporting Lifestyle 12.30 Lunch 13.30 Pharmacological Management of Type 2 Diabetes 14.30 Methods for Monitoring Glucose 14.45 Diabetic Emergencies (hypos, HHS and DKA) 15.15 Sick Day Rules 15.30 Action plan, evaluation, and resources 15.45 Close DAY TWO 09.15 Coffee and registration 09.30 Review progress since Day 1 09.45 Macrovascular Complications 10.15 Modifiable Risk Factors leading to CVD 11.00 Coffee 11.20 Cholesterol & Hypertension Management 12.00 Microvascular Complications 12.30 Lunch 13.30 Diabetes and Emotional Wellbeing 14.30 Case Studies 15.30 Q&A, Evaluations 15.45 Close Key Learning Outcomes for Both Days: Upon completing this course, participants will be able to: 1. Explain the physiology of diabetes and differentiate between Type 1 and Type 2 diabetes. 2. Discuss methods for diagnosing diabetes and provide information to individuals newly diagnosed with Type 2 diabetes. 3. Describe approaches that support achieving remission in Type 2 diabetes. 4. Explain basic advice related to a healthy diet, various dietary approaches, and carbohydrate awareness. 5. Discuss the modes of action of commonly used non-insulin medications. 6. Identify major complications that may arise in individuals with long-standing diabetes and measures to limit or prevent them. 7. Describe key advice for patients regarding the recognition and appropriate treatment of hypoglycaemia. 8. Discuss DVLA guidance concerning driving and diabetes. 9. Explain the risks of acute hyperglycaemia and provide advice to patients on self-managing illness periods. 10. Provide examples of referral pathways to other services such as weight management, secondary care, podiatry, structured education, activity, and psychological services. 11. Describe the process of routine foot review and factors influencing diabetic foot risk status. 12. Discuss local recommendations for the appropriate use of blood glucose and ketone monitoring. 13. Explain the key components and processes of an annual diabetes review and a self-management plan. Join us for this comprehensive 2-day course via Zoom and enhance your ability to provide effective diabetes care within primary care settings.

Introduction to Diabetes (NORFOLK ICS ONLY)
Delivered Online
Dates arranged on request
FREE

Educators matching "Macro"

Show all 26