Test results

As our telephones are usually very busy early in the morning, we ask that call to ask about test results are made after 11 am.

To ensure confidentiality, we only release results to the patient, unless alternative arrangements have been agreed in writing.

Date published: 8th October, 2014
Date last updated: 14th November, 2014

// 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."); }