Mikhail: Videolink consultations work using laptop, tablet or smartphoe equally well. I would not mind continuing with such way of consulting even after the end of the crisis – it saves my time going to the clinic. Worked very well! Lisa: Being technically challenged...
You will need to give 48 hours notice minimum of any cancellation, otherwise you will be charged £26. No shows will be charged the full rate of the appointment.
window.addEventListener("message", receiveMessage);
function receiveMessage(e) {
if (typeof e.data !== 'string') return;
if (e.data.search('cliniko-bookings-page:confirmed') > -1) {
var dataLayer = window.dataLayer || (window.dataLayer = []);
dataLayer.push({
'event': 'clinikoBookingCompleted'
});
}
}