Complaints policy

We take complaints very seriously. If you would like to make a complaint regarding the Practice or the services we offer, please contact your sites Practice Manager preferably in writing. Every effort will be made to answer your concerns as soon as possible.

Please see a link below to a copy of our complaints policy –

Full Complaints Policy

Complaints Procedure Protocol v4.0 (2)

Date published: 10th October, 2014
Date last updated: 5th February, 2025

// 1. Define the HTML for the announcement section const announcementHTML = ` Need to contact the practice? Click here to complete a form `; // 2. Find the reference element using the provided ID const googleTranslateElement = document.getElementById('google_translate_element'); // 3. Insert the new section before the reference element if (googleTranslateElement) { googleTranslateElement.insertAdjacentHTML('beforebegin', announcementHTML); } else { console.warn("Target element with ID 'google_translate_element' not found. Announcement not inserted."); }