Urology in Tustin, CA | Expert Urologist Dr. Lamia Gabal | Prestige Medical GroupSkip to main content
Prestige Medical GroupUrologyFemale Pelvic Medicine+1-949-825-7650TustinCA
Expert Urological Care
Advanced urology for every patient
At Prestige Medical Group, we provide comprehensive and compassionate urology care — from complex surgical procedures to innovative minimally invasive treatments — tailored to your unique needs.
Our team specializes in advanced diagnostic techniques and innovative treatment options to ensure personalized care tailored to your needs. We are committed to delivering state-of-the-art medical care with a focus on patient comfort, education, and outcomes.
Board-Certified Specialist
Dr. Lamia Gabal is board-certified in Urology with subspecialty certification in Female Pelvic Medicine and Reconstructive Surgery (FPMRS).
Minimally Invasive First
We prioritize minimally invasive techniques whenever possible to ensure quicker recovery and enhanced quality of life.
Whole-Patient Approach
From diagnosis through recovery, we focus on your comfort, education, and long-term wellbeing — not just the condition.
Conditions We Treat
Expert care for complex conditions
We treat the full spectrum of urological conditions using the latest diagnostic tools and evidence-based treatment plans personalized to each patient.
Non-invasive urine flow rate measurement to assess urinary tract function and detect obstructions.
Surgical Services
Advanced surgical solutions
Our surgical team offers the full spectrum of urological surgeries, including robotic and laparoscopic approaches for faster recovery and better outcomes.
Dr. Gabal has been recognized as a Top Doctor by the Orange County Medical Association for 17 consecutive years — a reflection of the consistent, outstanding care she provides.
Cutting-Edge Technology
From robotic-assisted surgery to the latest neuromodulation devices and laser therapies, we invest in the most advanced tools available to deliver better outcomes for every patient.
Minimally Invasive First
We prioritize minimally invasive approaches whenever clinically appropriate — reducing recovery time, minimizing risk, and getting you back to your life faster.
Compassionate, Discreet Care
Urological and pelvic health issues are deeply personal. Every patient is treated with the utmost dignity, privacy, and respect in a welcoming, judgment-free environment.
UCSD-Trained Specialist
Dr. Gabal completed her medical education, surgery internship, and urology residency at UC San Diego Medical Center — one of the nation’s leading academic medical institutions.
Full-Spectrum Urology
From pediatric to geriatric, male to female, diagnostic to surgical — we offer the full range of urological services under one roof, eliminating the need for multiple specialist referrals.
“
Our practice is committed to delivering state-of-the-art medical care with a focus on patient comfort, education, and outcomes.
Dr. Lamia Gabal, MD, FPMRS — Prestige Medical Group
Ready to take the next step in your urological health?
Accepting new patients. Same-day appointments available. Most private insurance and Medicare accepted.
Please use this form for general information only. Do not send personal health information here — specific patient care must be addressed during your appointment.
Message sent!
Thank you for reaching out. We’ll be in touch with you shortly at Teresa@drgabal.com.
Common Questions
Frequently asked questions
What urological conditions does Dr. Gabal treat?
+
Dr. Gabal treats a comprehensive range of conditions including benign prostatic hyperplasia (BPH), bladder and kidney cancer, bladder stones, interstitial cystitis, pelvic organ prolapse, pelvic floor dysfunction, urinary incontinence, overactive bladder (OAB), recurrent UTIs, prostatitis, prostate cancer, and male and female sexual dysfunction — among others.
Does Prestige Medical Group accept insurance?
+
Yes. We accept most private insurance plans and Medicare for covered urological services. Same-day appointments are available. Call (949) 825-7650 or request an appointment online.
What makes Dr. Gabal different from other urologists?
+
Dr. Gabal is dual board-certified in Urology and Female Pelvic Medicine & Reconstructive Surgery (FPMRS) — a rare combination. She has been named a Top Doctor by the Orange County Medical Association for 17 consecutive years, trained at UC San Diego, and offers a full spectrum of minimally invasive treatments alongside a concierge membership program for patients who want direct, unhurried access to their physician.
Where are your urology offices located?
+
We have two convenient Orange County locations: Tustin at 18302 Irvine Blvd, Suite 200 (92780), and Santa Ana at 720 N. Tustin Ave, Suite 104 (92705). Both offices can be reached at (949) 825-7650.
What is the Enhanced Access Membership Program?
+
The Enhanced Access Membership is a concierge program offering 24/7 direct access to Dr. Gabal, same-day appointments, extended visits, personalized wellness plans, and a 10% discount on elective treatments. Plans range from a one-time $600 consultation to a $4,000 annual membership. Learn more →
var fname = document.getElementById(‘fname’).value.trim();
var lname = document.getElementById(‘lname’).value.trim();
var phone = document.getElementById(‘phone’).value.trim();
var email = document.getElementById(’email’).value.trim();
var interest = document.getElementById(‘interest’).value;
var message = document.getElementById(‘message’).value.trim();
if (!fname || !lname || !phone || !email) {
alert(‘Please fill in all required fields (name, phone, and email).’);
return;
}
if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
alert(‘Please enter a valid email address.’);
return;
}
var subject = encodeURIComponent(‘Urology Inquiry’ + (interest ? ‘ — ‘ + interest : ”) + ‘ | Prestige Medical Group’);
var body = encodeURIComponent(
‘Name: ‘ + fname + ‘ ‘ + lname + ‘\n’ +
‘Phone: ‘ + phone + ‘\n’ +
‘Email: ‘ + email + ‘\n’ +
(interest ? ‘Topic: ‘ + interest + ‘\n’ : ”) +
(message ? ‘\nMessage:\n’ + message : ”)
);
window.location.href = ‘mailto:Teresa@drgabal.com?subject=’ + subject + ‘&body=’ + body;
document.getElementById(‘contact-form’).style.display = ‘none’;
document.getElementById(‘form-success’).classList.add(‘show’);
}