
PK 
<?php
include("header.php");
?>
<div id="layout">
<div id="bodycontainer">
<div id="leftcontainer">
<div id="welcomezone">
<div style="padding:10px 0 10px 0">
<div class="block-content">
<h1>Reconstructive Urology</h1>
<div class="left">
<p>Reconstructive urology is different from mainstream urology
because it is mainly open surgery and depends on a greater than usual
familiarity with general surgical and plastic surgical techniques.
There is a considerable overlap with female urology in the area of
complex incontinence and fistula. There is some overlap with
paediatric and adolescent urology in the reconstruction of congenital
malformations, and in neuropathic bladder dysfunction, and there is
some overlap with urological oncology in the area of bladder
replacement. There is some overlap too with andrology in the are of
penile reconstruction in congenital and traumatic conditions. <br>
<br>
<strong>Problems treated with reconstructive Urology include</strong></p>
<ul>
<li> Urethral disruption injuries from pelvic fracture</li>
<li> Recto-urinary fistulas after prostatectomy or pelvic surgery</li>
<li> Refractory male urethral strictures</li>
<li> Radiation-induced urinary fistulas</li>
<li> Major bladder reconstruction � urinary diversion, continent
catherizable stomas (Mitrofanoff, Monti), neobladder, augmentation
cystoplasty, MACE (antegrade continent enema)</li>
<li> Major ureter reconstruction - Boari flap, Psoas hitch, ileal ureter, trans-ureteroureterostomy, complex pyleoplasty</li>
<li> Vesicovaginal or ureterovaginal fistulas after pelvic surgery</li>
<li> Male urinary incontinence � artificial urinary sphincter, male sling, bulking agents</li>
<li> Peyronie�s disease � plaque incision and grafting, penile placation.</li>
</ul>
</div>
<div class="clearfloat"></div><br />
<a href="services.php"><img src="images/back2.png" border="0"></a>
</div>
</div>
</div>
</div>
<?php
include('sidebar.php');
include('footer.php');
?>
</body></html>


PK 99