PRIVACY POLICY
Last updated December 19, 2024
This Privacy Notice for Airpal Technology ("we," "us," or "our"), describes how and why we might access, collect, store, use, and/or share ("process") your personal information when you use our services ("Services"), including when you:
- Visit our website at https://airpal.ie, or any website of ours that links to this Privacy Notice
- Download and use our mobile application (Airpal), or any other application of ours that links to this Privacy Notice
- Use Online Video Consultation By Doctor. Patients can book online appointments with available doctors and can join to video Call with doctor for online consultations.
- Engage with us in other related ways, including any sales, marketing, or events
Questions or concerns? Reading this Privacy Notice will help you understand your privacy rights and choices. We are responsible for making decisions about how your personal information is processed. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at Airpaltechnology@gmail.com.
SUMMARY OF KEY POINTS
This summary provides key points from our Privacy Notice, but you can find out more details about any of these topics by clicking the link following each key point or by using our table of contents below to find the section you are looking for.
What personal information do we process? When you visit, use, or navigate our Services, we may process personal information depending on how you interact with us and the Services, the choices you make, and the products and features you use. Learn more about personal information you disclose to us.
Do we process any sensitive personal information? Some of the information may be considered "special" or "sensitive" in certain jurisdictions, for example your racial or ethnic origins, sexual orientation, and religious beliefs. We may process sensitive personal information when necessary with your consent or as otherwise permitted by applicable law. Learn more about sensitive information we process.
Do we collect any information from third parties? We do not collect any information from third parties.
document.addEventListener('DOMContentLoaded', function() {
const copyLink = document.getElementById('copyLink');
const copyMessage = document.getElementById('copyMessage');
if (copyLink) {
copyLink.addEventListener('click', function(event) {
event.preventDefault();
const url = copyLink.getAttribute('data-url');
if (url) {
navigator.clipboard.writeText(url).then(() => {
// Show success message
copyMessage.style.display = 'block';
// Hide the message after 2 seconds
setTimeout(() => {
copyMessage.style.display = 'none';
}, 2000);
}).catch(err => {
console.error('Failed to copy: ', err);
});
} else {
console.error('No URL found to copy.');
}
});
} else {
console.error('Copy link element not found.');
}
});
function getReviewDetailsByPatientId(id, rating, title, review) {
$(".rating-" + rating.replace(/\./g, "_")).prop('checked', true);
$("#review").val(review);
$('#review_id').val(id);
$('#title').val(title);
}
jQuery(document).ready(function($) {
check_review_patient_doctor('1');
jQuery("#addRatingForm").validate({
rules: {
rating: "required",
review: "required",
title: "required",
},
messages: {
rating: "Please Select the Rating",
review: "Please Enter Review",
title: "Please Enter title",
},
submitHandler: function(form) {
var data = $(form).serialize();
$.ajax({
url: "https://airpal.ie/add-doctor-review",
type: 'POST',
data: data,
success: function(response) {
jQuery('#add_rating').modal('hide');
jQuery('#form-rate').hide();
swal.fire("Done!", response.message, "success");
jQuery("#addRatingForm")[0].reset();
jQuery('#review_list').replaceWith(response.data);
},
error: function(error_messages) {
let errors = error_messages.responseJSON.error;
for (var error_key in errors) {
$(document).find('[name=' + error_key + ']').after(
'' + errors[
error_key] + '');
setTimeout(function() {
jQuery("." + error_key + "_error").remove();
}, 5000);
}
}
});
}
});
function check_review_patient_doctor(doctorId) {
$.ajax({
url: "https://airpal.ie/check-review",
type: "Get",
data: {
"doctorId": doctorId
},
success: function(response) {
if (response == 0) {
$('#form-rate').hide();
} else {
$('#form-rate').show();
}
},
error: function(error_messages) {
let errors = error_messages.responseJSON.error;
}
});
}
});
Good
Dr. John is incredibly knowledgeable and attentive. He took the time to listen to my concerns and provided a thorough examination. His friendly demeanor made me feel at ease. I highly recommend him to anyone seeking a reliable family doctor.
Excellent
Very patient and detailed in his diagnosis.
Great Job
Dr. John kindness and expertise were evident throughout my visit. Very satisfied with the care
Positive Man
Your thoroughness and dedication to understanding my health concerns were truly appreciated.
Subpar Medical Service
The treatment they suggested was ineffective, and I felt like my concerns were dismissed.