نتایج جستجو برای: urethral obstruction

تعداد نتایج: 66524  

2003

Normal Anatomy of the Urinary Prune-Belly Syndrome/ 289 Tract/ 255 Megacystis-Microcolon-intestinal Bilateral Renal Agenesis/ 259 Hypoperistalsis Syndrome/ 291 Infantile Polycystic Kidney Congenital Mesoblastic Disease/ 266 Nephroma/ 292 Adult Polycystic Kidney Disease/ 268 Wilms’ Tumor/ 293 Multicystic Kidney Disease/ 270 Normal Anatomy of the Adrenal Ureteropelvic junction Glands/ 295 Obstruc...

Journal: :Nihon Hinyokika Gakkai zasshi. The japanese journal of urology 1993
A Esa

External urethral sphincter electromyography (EMG) during bladder filling was quantitatively analysed using automatic decomposition electromyography (ADEMG). These include 7 normal volunteers, 7 patients with outlet obstruction, 9 with sphincter dyssynergia, and 7 with pelvic nerve injury (PNI). Recruited number of participated motor unit action potentials (MUPs) at maximum bladder filling was ...

2011
Sadat Haider Quoraishi Faisal Khan Dler Besarani Krishna Patil

We present the case of a 13-year-old boy with a congenital anterior urethral diverticulum. This is a rare condition in males which can lead to obstructive lower urinary tract symptoms and urosepsis. Diagnosis is by urethroscopy and radiological imaging. Surgical treatment can be open or endoscopic. Long-term followup is required to check for reoccurrence of the obstruction.

Journal: :European urology 2004
André Reitz Peter A Knapp Michael Müntener Brigitte Schurch

PURPOSE Detrusor-sphincter dyssynergia is a common cause of bladder outlet obstruction in spinal cord injured patients and leads to poor bladder emptying and high bladder pressures, which if left untreated might cause renal failure. In this study, we tested the recently published hypothesis that oral administration of a nitric oxide donor could be a new pharmacological approach to treat detruso...

Journal: :Asian journal of andrology 2006
Shan-Chao Zhao Shao-Bin Zheng Wan-Long Tan Peng Zhang Huan Qi

AIM To compare the use of the suprapubic puncture method versus the transurethral method in pressure-flow studies in patients with benign prostatic hyperplasia. METHODS Twenty-three men with benign prostatic hyperplasia underwent both suprapubic and transurethral pressure-flow studies during a single session. Standard pressure-flow variables were recorded in all patients with both methods, en...

2012
Anu Sharma Vijay Naraynsingh

INTRODUCTION A distended urinary bladder has been known to cause venous obstruction or rarely bowel obstruction. We report the first case in the literature in which urinary bladder distension presented with both venous obstruction and constipation. This is an unusual presentation of urinary bladder distension and serves to broaden our differential diagnoses for a patient with clinical venous ob...

Journal: :The American journal of pathology 2016
Jennifer Tinklenberg Hui Meng Lin Yang Fujun Liu Raymond G Hoffmann Mahua Dasgupta Kenneth P Allen Alan H Beggs Edna C Hardeman R Scott Pearsall Robert H Fitts Michael W Lawlor

Nemaline myopathies (NMs) are a group of congenital muscle diseases caused by mutations in at least 10 genes and associated with a range of clinical symptoms. NM is defined on muscle biopsy by the presence of cytoplasmic rod-like structures (nemaline rods) composed of cytoskeletal material. Myofiber smallness is also found in many cases of NM and may represent a cause of weakness that can be co...

2011
Mehdi Shirazi Ali Noorafshan Amir Farrokhi

OBJECTIVE Chronic renal failure due to tubulointerstitial fibrosis is one of complications of lower urinary tract obstruction. Since pentoxifylline is a xanthine derivative that inhibits some inflammatory mediators, we conducted this study to investigate whether pentoxifylline inhibits renal fibrosis in a rat model of partial urethral obstruction (PUO). METHODS All the rats underwent experime...

Journal: :medical journal of islamic republic of iran 0
nasser simforoosh from the department of urology, shahid labbafi nejad medical center, shahid beheshti university of medical sciences, tehran, islamic republic of iran

classic anti reflux procedures on children with a history of posterior urethral valve does not usually yield good results and often ends up with ureteral obstruction and even permanent urinary diversion. from 1981 through 1988,21 boys with history of posterior urethral valve (puv) underwent evaluation for vesicoureteral (vu) reflux 17 boys had vu reflux. following valve ablation, reflux disappe...

Journal: :Nihon Hinyokika Gakkai zasshi. The japanese journal of urology 1974
T Koyanagi

The role of VCU in the management of various urological conditions was discussed after retrospectively analyzing 197 voiding cysto-urethrograms performed on 167 cases. 1) The normal voiding is initiated when the base plate breaks open by virtue of its own contraction and continues smoothly while detrusor contraction follows toward the trigonal canal which is progressively transformed from the b...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->