mmc.clinic Open in urlscan Pro
5.189.166.164  Public Scan

Submitted URL: http://www.mmc.clinic/
Effective URL: http://mmc.clinic/
Submission: On February 24 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST http://mmc.clinic/take-appointment

<form method="post" id="appointmentForm" action="http://mmc.clinic/take-appointment" novalidate="novalidate">
  <input type="hidden" name="_token" value="6WpTwjywZ0OTKc9gzRq3PBExWtgeOmVdCEt6Y7WO">
  <div class="row">
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-user"></i>
        </div>
        <label>YOUR NAME</label>
        <input type="text" class="form-control" placeholder="Enter Your Name" id="name" name="name" required="">
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-envelope"></i>
        </div>
        <label>YOUR EMAIL</label>
        <input type="email" class="form-control" placeholder="Enter Email Address" id="email" name="email" required="">
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-support"></i>
        </div>
        <label>SELECT DEPARTMENT</label>
        <select name="appointDoctorCategory" required="" onchange="getDoctior(this.value)" style="display: none;">
          <option value="">SELECT DEPARTMENT</option>
          <option value="39"> Audiology</option>
          <option value="17"> Autism</option>
          <option value="26"> Dental</option>
          <option value="35"> Diet and Nutrition</option>
          <option value="32"> ENT (Otolaryngology)</option>
          <option value="22"> Internal Medicine</option>
          <option value="18"> Laboratory</option>
          <option value="37"> Neonatology</option>
          <option value="29"> Obstetrics &amp; Gynecology</option>
          <option value="33"> Oncology</option>
          <option value="27"> Orthopedic Surgery</option>
          <option value="38"> Ozon Therapy</option>
          <option value="4"> Pediatric</option>
          <option value="30"> Physiotherapy</option>
          <option value="36"> Plastic Surgery</option>
          <option value="12"> Psychiatry</option>
          <option value="24"> Speech Therapy</option>
          <option value="23"> Urology</option>
        </select>
        <div class="nice-select" tabindex="0"><span class="current">SELECT DEPARTMENT</span>
          <ul class="list">
            <li data-value="" class="option selected">SELECT DEPARTMENT</li>
            <li data-value="39" class="option"> Audiology</li>
            <li data-value="17" class="option"> Autism</li>
            <li data-value="26" class="option"> Dental</li>
            <li data-value="35" class="option"> Diet and Nutrition</li>
            <li data-value="32" class="option"> ENT (Otolaryngology)</li>
            <li data-value="22" class="option"> Internal Medicine</li>
            <li data-value="18" class="option"> Laboratory</li>
            <li data-value="37" class="option"> Neonatology</li>
            <li data-value="29" class="option"> Obstetrics &amp; Gynecology</li>
            <li data-value="33" class="option"> Oncology</li>
            <li data-value="27" class="option"> Orthopedic Surgery</li>
            <li data-value="38" class="option"> Ozon Therapy</li>
            <li data-value="4" class="option"> Pediatric</li>
            <li data-value="30" class="option"> Physiotherapy</li>
            <li data-value="36" class="option"> Plastic Surgery</li>
            <li data-value="12" class="option"> Psychiatry</li>
            <li data-value="24" class="option"> Speech Therapy</li>
            <li data-value="23" class="option"> Urology</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-support"></i>
        </div>
        <label>SELECT DOCTOR</label>
        <select name="appoint_doctor" id="appointDoctor" required="" style="display: none;">
          <option value="">SELECT DOCTOR</option>
        </select>
        <div class="nice-select" tabindex="0"><span class="current">SELECT DOCTOR</span>
          <ul class="list">
            <li data-value="" class="option selected">SELECT DOCTOR</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <!--  <i class="flaticon-arrow-pointing-to-right"></i> -->
          <i class="flaticon-calendar-2"></i>
        </div>
        <label>APPOINTMENT DATE</label>
        <input type="date" class="form-control" placeholder="Enter Appointment Date" id="date" name="appointmentDate" min="2023-02-24" required="">
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-check-mark"></i>
        </div>
        <label>PREFERRED TIME</label>
        <select name="PreferredTime" required="" style="display: none;">
          <option value="">PREFERRED TIME</option>
          <option value="Morning">morning</option>
          <option value="Afternoon">afternoon</option>
          <option value="Evening">evening</option>
        </select>
        <div class="nice-select" tabindex="0"><span class="current">PREFERRED TIME</span>
          <ul class="list">
            <li data-value="" class="option selected">PREFERRED TIME</li>
            <li data-value="Morning" class="option">morning</li>
            <li data-value="Afternoon" class="option">afternoon</li>
            <li data-value="Evening" class="option">evening</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-phone-call"></i>
        </div>
        <label>MOBILE NO</label>
        <!--<input type="text" name="patient_mobileNo" class="form-control" required="" placeholder="Enter Mobile Number">-->
        <div class="input-group">
          <div class="input-group-prepend">
            <div class="input-group-text" id="btnGroupAddon">+971</div>
          </div>
          <input type="text" name="patient_mobileNo" class="form-control" placeholder="Enter Mobile Number" aria-label="Input group example" aria-describedby="btnGroupAddon">
        </div>
      </div>
    </div>
    <div class="col-lg-6 col-md-6">
      <div class="form-group">
        <div class="icon">
          <i class="flaticon-phone-call"></i>
        </div>
        <label>MESSAGE</label>
        <textarea cols="12" rows="3" name="message" class="form-control" required="" placeholder="Type Your Message"></textarea>
      </div>
    </div>
    <div class="col-lg-12 col-md-12">
      <div class="submit-btn">
        <button type="submit" class="btn btn-primary">Submit<i class="flaticon-right-chevron"></i></button>
      </div>
    </div>
  </div>
</form>

<form class="newsletter-form" data-toggle="validator" novalidate="true">
  <input type="email" class="input-newsletter" placeholder="Enter Email Address" name="EMAIL" required="" autocomplete="off">
  <button type="submit" class="disabled" style="pointer-events: all; cursor: pointer;">Subscribe<i class="fas fa-paper-plane"></i></button>
  <div id="validator-newsletter" class="form-result"></div>
</form>

POST http://mmc.clinic/store-comment

<form style="margin-top:20px;" action="http://mmc.clinic/store-comment" method="post" id="submit_comment">
  <div class="form-group">
    <input type="email" class="form-control" name="email" id="cmp_email" placeholder="Email">
  </div>
  <div class="form-group">
    <textarea class="form-control" rows="5" name="comment" id="cmp_comment" placeholder="Add Your Comments"></textarea>
  </div>
  <input type="hidden" name="_token" value="6WpTwjywZ0OTKc9gzRq3PBExWtgeOmVdCEt6Y7WO">
  <div class="form-group">
    <button type="submit" class="btn btnSubmitCommentForm" style="background:#cc2220;color:white"> Submit </button>
  </div>
</form>

Text Content

   
 * 97143420642
 * 971567027558
 * info@sheikhmanaapolyclinic.com
   Open 9:00AM-8:00PM
   Saturday
   Sunday
   Monday
   Tuesday
   Wednesday
   Thursday

 * 
   
   
 * 

English Arabic
English
 * English
 * Arabic

Open 9:00AM-8:00PM
Saturday
Sunday
Monday
Tuesday
Wednesday
Thursday

English Arabic
English
 * English
 * Arabic

   
 * Home
 * Board Of Directors
   * Directors
   * Mission and Vision
 * Services
 * Our Doctors
     
   * Dr Ammar Al Farhan (ENT)
   * Dr. Luiz Sergio Toledo (Plastic Surgery)
   * Dr. Mohammad Al Momani (Pediatrics and Autism)
   * Dr. Randa Bushnaq (Pediatric)
   * dr.bdour kalo (gynecologist and obstetrician)
   * Dr.Louay Al-Samarrai (Consultant of dermatology, cosmetology and
     venereology)
   * Farinaz Aghajannashtaei (specialist  in psychiatrist)
   * Marwa youns (Physiotherapist)
 * Blog
 * Offers
 * Career
 * Contact

Latest News




WELCOME TO SHEIKH MANAA
POLYCLINIC

Sheikh Manaa Bin Hasher Al Maktoum Polyclinic has been established since 2013 at
Jumeirah1 – Al Wasl Rd, Dubai, UAE.The MMC Polyclinic contains almost all unique
medical subspecialties, it was provided with highest up to date technologiesand
medical equipment.

MMC is affiliated with several hospitals in Dubai which facilitate conducting
surgical and medical intervention by qualified consultants and specialist.

MMC Polyclinic is proud to have highly qualified consultants, specialists, and
medical staff who are following the highest standards of medical skills.

We are working to achieving the international accreditation as a center of
excellence.

MAKE APPOINTMENT
Book Appointment


WE ARE HERE FOR YOU


YOUR NAME

YOUR EMAIL

SELECT DEPARTMENT SELECT DEPARTMENT Audiology Autism Dental Diet and Nutrition
ENT (Otolaryngology) Internal Medicine Laboratory Neonatology Obstetrics &
Gynecology Oncology Orthopedic Surgery Ozon Therapy Pediatric Physiotherapy
Plastic Surgery Psychiatry Speech Therapy Urology
SELECT DEPARTMENT
 * SELECT DEPARTMENT
 * Audiology
 * Autism
 * Dental
 * Diet and Nutrition
 * ENT (Otolaryngology)
 * Internal Medicine
 * Laboratory
 * Neonatology
 * Obstetrics & Gynecology
 * Oncology
 * Orthopedic Surgery
 * Ozon Therapy
 * Pediatric
 * Physiotherapy
 * Plastic Surgery
 * Psychiatry
 * Speech Therapy
 * Urology


SELECT DOCTOR SELECT DOCTOR
SELECT DOCTOR
 * SELECT DOCTOR


APPOINTMENT DATE

PREFERRED TIME PREFERRED TIME morning afternoon evening
PREFERRED TIME
 * PREFERRED TIME
 * morning
 * afternoon
 * evening


MOBILE NO
+971

MESSAGE
Submit


MAIN SERVICES


AUDIOLOGY

Audiology is a branch of science that studies hearing, balance, and related
disorders. Audiologists ..


AUTISM

Autism is a disorder that impairs the ability to communicate and socialize...


DENTAL

The dental clinic at Sheikh Manaa Bin Hasher Al Maktoum Polyclinic will ensure
safe and effective or..


DIET AND NUTRITION

In nutrition, The word diet often implies the use of specific intake of
nutrition for health or weig..


ENT (OTOLARYNGOLOGY)

Otolaryngology is a medical specialty which is focused on the ears, nose, and
throat...


INTERNAL MEDICINE

Internal medicine or general internal medicine is the medical specialty dealing
with the prevention,..


LABORATORY

Laboratory features comprehensive array of testing and procedures that can
provide prompt results to..


NEONATOLOGY

Neonatology is a subspecialty of pediatrics that consists of the medical care of
newborn infants, es..


OBSTETRICS & GYNECOLOGY

At Sheik Manaa Bin Hasher Al Maktoum Polyclinic, the Obstetrics and Gynecology
clinic is designed wi..


ONCOLOGY

We are proud that oncology clinic in Sheikh Manaa Bin Hasher Al Maktoum
Polyclinic have an elite tea..


ORTHOPEDIC SURGERY

Orthopedic surgery is the branch of surgery concerned with conditions involving
the musculoskeletal ..


OZON THERAPY

Ozone Therapy is a natural and effective way to treat diseases and purify the
whole body...


PEDIATRIC

At Sheikh Manaa Bin Hasher Al Maktoum we provide medical care of infants,
children..


PHYSIOTHERAPY

Rehabilitation and occupational therapy clinic at Sheikh Manaa Bin Hasher Al
Maktoum Polyclinic is d..


PLASTIC SURGERY

the process of reconstructing or repairing parts of the body by the transfer of
tissue, either in th..


PSYCHIATRY

Psychiatry is the medical specialty devoted to the diagnosis, prevention, and
treatment of mental di..


SPEECH THERAPY

Speech therapy is the assessment and treatment of communication problems and
speech disorders. Speec..

Other Services


OUR DOCTORS


DR. MOHAMMAD AL MOMANI

Specialist Pediatrics and Autism


DR. RANDA BUSHNAQ

Consultant Pediatrician


DR. LUIZ SERGIO TOLEDO

Consultant Plastic Surgeon


DR AMMAR AL FARHAN

Specialist ENT


MARWA YOUNS

Physiotherapist


FARINAZ AGHAJANNASHTAEI

Psychiatrist


DR.BDOUR KALO

Obstetrician and gynecologist


DR.LOUAY AL-SAMARRAI

dermatology cosmetology and venereology


DR. MOHAMMAD AL MOMANI

Specialist Pediatrics and Autism


DR. RANDA BUSHNAQ

Consultant Pediatrician


DR. LUIZ SERGIO TOLEDO

Consultant Plastic Surgeon


DR AMMAR AL FARHAN

Specialist ENT


MARWA YOUNS

Physiotherapist


FARINAZ AGHAJANNASHTAEI

Psychiatrist


DR.BDOUR KALO

Obstetrician and gynecologist


DR.LOUAY AL-SAMARRAI

dermatology cosmetology and venereology


Testimonials


OUR HAPPY CLIENTS SAYS ABOUT US


RIMAN


Dear Sheikh Manaa Polyclinic Team,

Thank you very much, Doctor. Hope you are keeping safe. I am honestly so glad
you are the doctor following up on my case!! Very thoughtful and understanding
of my situation!! Again thank you
And would also like to thank the nurse, she has been of great support.

 

 


SUHAIL ALBUDOOR


Dear Sheikh Manaa Polyclinic Team,

This is to thank you for accommodating our staffs during their annual check-up
to your Polyclinic. Your staffs (nurses) were so accommodating even the Doctor
who checked our staffs were friendly. And you have a very clean and good
facility with accessible location as well. Your aim to deliver a good health
service with affordable price has been met. Congratulations! More power to your
Polyclinic.

 

Best regards
Suhail Albudoor

Medical Updates


BLOG BY OUR DOCTORS


FEATURED INSURANCE




AFFILIATED ORGANIZATIONS




JOIN OUR NEWSLETTER

Subscribe


To be the first choice in health care for our community by offering care,
services and technology of the highest quality at the lowest possible cost.

 * 
   
 * 


SERVICES

 * Audiology
 * Autism
 * Dental
 * Diet and Nutrition
 * ENT (Otolaryngology)
 * Internal Medicine
 * Laboratory


 

 * Neonatology
 * Obstetrics & Gynecology
 * Oncology
 * Orthopedic Surgery
 * Ozon Therapy
 * Pediatric
 * Physiotherapy
 * Other Services


CONTACT US

 * OPEN 9:00AM-8:00PM
 * CLINIC NO. 202-207, SECOND FLOOR, AL SHAFAR BLDG. 7 AL WASL ROAD, JUMEIRA 1,
   OPPO. EMARAT PETROL STATION , DUBAI, UAE.PO BOX-124581.
 * +971567027558
 * +971565662304
 * info@sheikhmanaapolyclinic.com


CONNECT ON SNAPCHAT

Copyright © 2017 SHEIKH MANAA BIN HASHER AL MAKTOUM POLYCLINIC. All rights
Reserved. Designed & developed by Quantum IT Innovation

FEEDBACK & COMPLAINT FORM

×
Submit
 * Whatsapp
 * Phone
 * Email
 * Facebook
 * Instagram