5. DO WE USE COOKIES AND OTHER TRACKING TECHNOLOGIES?
In Short: We may use cookies and other tracking technologies to collect and store your information.
We may use cookies and similar tracking technologies (like web beacons and pixels) to gather information when you interact with our Services. Some online tracking technologies help us maintain the security of our Services and your account, prevent crashes, fix bugs, save your preferences, and assist with basic site functions.
We also permit third parties and service providers to use online tracking technologies on our Services for analytics and advertising, including to help manage and display advertisements, to tailor advertisements to your interests, or to send abandoned shopping cart reminders (depending on your communication preferences). The third parties and service providers use their technology to provide advertising about products and services tailored to your interests which may appear either on our Services or on other websites.
To the extent these online tracking technologies are deemed to be a "sale"/"sharing" (which includes targeted advertising, as defined under the applicable laws) under applicable US state laws, you can opt out of these online tracking technologies by submitting a request as described below under section "DO UNITED STATES RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?"
Specific information about how we use such technologies and how you can refuse certain cookies is set out in our Cookie Notice: https://airpal.ie/cookie-policy.
Google Analytics
6. HOW LONG DO WE KEEP YOUR INFORMATION?
In Short: We keep your information for as long as necessary to fulfill the purposes outlined in this Privacy Notice unless otherwise required by law.
We will only keep your personal information for as long as it is necessary for the purposes set out in this Privacy Notice, unless a longer retention period is required or permitted by law (such as tax, accounting, or other legal requirements). No purpose in this notice will require us keeping your personal information for longer than the period of time in which users have an account with us.
When we have no ongoing legitimate business need to process your personal information, we will either delete or anonymize such information, or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible.
7. HOW DO WE KEEP YOUR INFORMATION SAFE?
In Short: We aim to protect your personal information through a system of organizational and technical security measures.
We have implemented appropriate and reasonable technical and organizational security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other unauthorized third parties will not be able to defeat our security and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, transmission of personal information to and from our Services is at your own risk. You should only access the Services within a secure environment.
8. WHAT ARE YOUR PRIVACY RIGHTS?
In Short: Depending on your state of residence in the US or in some regions, such as the European Economic Area (EEA), United Kingdom (UK), Switzerland, and Canada, you have rights that allow you greater access to and control over your personal information. You may review, change, or terminate your account at any time, depending on your country, province, or state of residence.
In some regions (like the EEA, UK, Switzerland, and Canada), you have certain rights under applicable data protection laws. These may include the right (i) to request access and obtain a copy of your personal information, (ii) to request rectification or erasure; (iii) to restrict the processing of your personal information; (iv) if applicable, to data portability; and (v) not to be subject to automated decision-making. In certain circumstances, you may also have the right to object to the processing of your personal information. You can make such a request by contacting us by using the contact details provided in the section "HOW CAN YOU CONTACT US ABOUT THIS NOTICE?" below.
We will consider and act upon any request in accordance with applicable data protection laws.
Withdrawing your consent: If we are relying on your consent to process your personal information, which may be express and/or implied consent depending on the applicable law, you have the right to withdraw your consent at any time. You can withdraw your consent at any time by contacting us by using the contact details provided in the section "HOW CAN YOU CONTACT US ABOUT THIS NOTICE?" below or updating your preferences.
However, please note that this will not affect the lawfulness of the processing before its withdrawal nor, when applicable law allows, will it affect the processing of your personal information conducted in reliance on lawful processing grounds other than consent.
Account Information
If you would at any time like to review or change the information in your account or terminate your account, you can:
- Log in to your account settings and update your user account.
- Contact us using the contact information provided.
Upon your request to terminate your account, we will deactivate or delete your account and information from our active databases. However, we may retain some information in our files to prevent fraud, troubleshoot problems, assist with any investigations, enforce our legal terms and/or comply with applicable legal requirements.
Cookies and similar technologies: Most Web browsers are set to accept cookies by default. If you prefer, you can usually choose to set your browser to remove cookies and to reject cookies. If you choose to remove cookies or reject cookies, this could affect certain features or services of our Services. For further information, please see our Cookie Notice: https://airpal.ie/cookie-policy.
If you have questions or comments about your privacy rights, you may email us at Airpaltechnology@gmail.com.
9. CONTROLS FOR DO-NOT-TRACK FEATURES
Most web browsers and some mobile operating systems and mobile applications include a Do-Not-Track ("DNT") feature or setting you can activate to signal your privacy preference not to have data about your online browsing activities monitored and collected. At this stage, no uniform technology standard for recognizing and implementing DNT signals has been finalized. As such, we do not currently respond to DNT browser signals or any other mechanism that automatically communicates your choice not to be tracked online. If a standard for online tracking is adopted that we must follow in the future, we will inform you about that practice in a revised version of this Privacy Notice.
California law requires us to let you know how we respond to web browser DNT signals. Because there currently is not an industry or legal standard for recognizing or honoring DNT signals, we do not respond to them at this time.
10. DO UNITED STATES RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?
In Short: If you are a resident of California, Colorado, Connecticut, Delaware, Florida, Indiana, Iowa, Kentucky, Minnesota, Montana, Nebraska, New Hampshire, New Jersey, Oregon, Tennessee, Texas, Utah, or Virginia, you may have the right to request access to and receive details about the personal information we maintain about you and how we have processed it, correct inaccuracies, get a copy of, or delete your personal information. You may also have the right to withdraw your consent to our processing of your personal information. These rights may be limited in some circumstances by applicable law. More information is provided below.
Categories of Personal Information We Collect
We have collected the following categories of personal information in the past twelve (12) months:
Category | Examples | Collected |
A. Identifiers | Contact details, such as real name, alias, postal address, telephone or mobile contact number, unique personal identifier, online identifier, Internet Protocol address, email address, and account name |
NO
|
B. Personal information as defined in the California Customer Records statute | Name, contact information, education, employment, employment history, and financial information |
NO
|
C. Protected classification characteristics under state or federal law | Gender, age, date of birth, race and ethnicity, national origin, marital status, and other demographic data |
NO
|
D. Commercial information | Transaction information, purchase history, financial details, and payment information |
NO
|
E. Biometric information | Fingerprints and voiceprints |
NO
|
F. Internet or other similar network activity | Browsing history, search history, online behavior, interest data, and interactions with our and other websites, applications, systems, and advertisements |
NO
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('3');
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 in Nature
Dr. Eva is fantastic with kids! My son usually hates doctor visits, but she felt comfortable and even smiled during the check-up. Dr. Eva’s patience and understanding make her an excellent pediatrician.
Great
"Great experience with Dr. Eva. She took the time to explain everything clearly."
Highly Recommended Specialist
Dr.Eva resolved my chronic sinus issues with a precise and effective treatment plan.Good one
Unpleasant Experience
The doctor seemed very disinterested in my issues. They barely looked at me during the appointment and rushed through the consultation. I felt like they didn’t care about my health concerns at all.
Disappointing Experience
The procedure was painful, and I felt like they didn’t care about my comfort. I left the office in more pain than I arrived.
Expert Diagnosis and Treatment
I always felt heard and supported.