نتایج جستجو برای: intravenous urography

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

2006
Shu-huei Shen Jia-hwia wang Shan-Su huang Cheng-Yen Chang

This study was conducted for comparing the diagnostic rate of CT and IVU for hematuria and establishing a proper diagnostic protocol During the year of 2004, total 32 patients presented with hematuria received both IVU and CT examination. The CT examination included three phase axial scan: noncontrast (phase I), 90 seconds (phase II) and 180 seconds (phase III) after contrast administration and...

2014
Fiachra Moloney Kevin P. Murphy Maria Twomey Owen J. O'Connor Michael M. Maher

This paper discusses the current status of imaging in the investigation of patients with haematuria. The physician must rationalize imaging so that serious causes such as malignancy are promptly diagnosed while at the same time not exposing patients to unnecessary investigations. There is currently no universal agreement about the optimal imaging work up of haematuria. The choice of modality to...

2011
F. Ibrahim

In this study radiation doses in IVU clinical examinations were measured in three public hospitals and a sample of 44 patients. In each room the machine output was measured for different peak tube voltages. Patient's data such as (age and weight) and exposure parameters (kVp) and mAs) were recorded. Entrance Surface Air Kerma (ESAK) for patients was determined by using the tube output and the p...

Journal: :Urology journal 2014
Dawei Mu Xuesong Li Gaobiao Zhou Heqing Guo

PURPOSE To describe our experience in the diagnosis and treatment of 23 patients with ureteral endometriosis. MATERIALS AND METHODS We performed a retrospective analysis of 23 cases of ureteral endometriosis with histopathological results from 2002 to 2011. RESULTS In patients with ureteral endometriosis, 23 cases were diagnosed by ultrasound, 21 by intravenous urography, 11 by retrograde u...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2007
Sik Lee Won Kim Kyung Pyo Kang Young Beom Jeong Young Kon Kim Yong Bum Jang Sung Kwang Park

A 43-year-old woman was referred to our hospital with complaints of recurrent frequency and lower abdominal discomfort. Her past history was notable for recurrent acute cystitis. Urinalysis showed normal findings. Intravenous urography revealed bilateral ureteric duplication. The right side was shown as partial ureteric duplication, while left side was complete ureteric duplication demonstratin...

2010
Eduardo Paula Miranda Roberto da Silva Ferreira Ariel Gustavo Scafuri

Introduction: The prevalence of ectopic ureter (EU) is low and it is usually associated with urinary system duplication. In such cases, incontinence is a major complaint. Case Presentation: We present a case of a female patient that was diagnosed with ectopic ureter opening at the posterior vaginal fornix along with a duplicated pyeloureteral system after a regular diagnostic work-up that turne...

2015
Lamine Niang Serigne Magueye Gueye

Introduction: We aim to report, from three observations, the diagnostic difficulties and complications, and ensure the management of pelvic kidney in women at childbearing age in the Urology Department of the National General Referral Hospital of N’Djamena. Pelvic kidney is due to an abnormality of the migration that can be associated or not with a malrotation. Its symptomatology is not specifi...

Journal: :Singapore medical journal 2013
Shushang Chen Lingfeng Zhu Shunliang Yang Jianming Tan

We present a case of vaginal ectopic ureter with ipsilateral partial duplication of the upper ureter (Y-type ureter), ipsilateral hypoplastic pelvic kidney and bicornuate uterus in a 20-year-old woman who presented with mild urinary incontinence since infancy. Ultrasonography, computed tomography and intravenous pyelography examination showed a left kidney with no evidence of a right kidney. Cy...

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

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

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"; } -->