Eva Smith (Medical Science, MS)

Cardiology
(6 Reviews)

123 Main St, New York, Texas, United States Get Directions

Cardiology
Link copied to clipboard!

About Me

A competent ENT Surgeon practising for the past 13 years and having a wide range of experience in treating patients with all kinds of ENT issues. Listens to and addresses all of the patients concerns and clearly explains the course of treatment.

Education

Work & Experience

Awards

  • Jan 2022

    Dr. B. C. Roy Award

    Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Services

  • General Consultation

Specializations

  • Cardiology
  • 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 experience with Dr. Eva. She took the time to explain everything clearly."

  • Dr.Eva resolved my chronic sinus issues with a precise and effective treatment plan.Good one

  • 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.

  • 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.

  • I always felt heard and supported.

Monday
09:00 AM - 05:00 PM
Consent Preferences
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:
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('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; } }); } });