Dr Kate Rattray

Dr Kate Rattray

MB ChB 2001 University of Glasgow

Doctor
Female

I work as a remote salaried GP. I grew up in the north of Scotland, then went to university in Glasgow, graduating in 2001. I moved to West Yorkshire in 2003 to do my GP training, which I completed in 2006, and have remained here. When I’m not working I enjoy gigs (mostly rock music), travelling, snorkelling, reading, gardening and my pet rats and tortoise. I was diagnosed with type 1 diabetes in 1988, so can empathise with patients who also have chronic conditions.

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