نتایج جستجو برای: dtpa renal scanning

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

Journal: :JPMA. The Journal of the Pakistan Medical Association 1988
Q H Siraj A Inam-ur-Rehman A Waqar M H Shah R I Ahmed M Sadiq R Burney S A Ahmed

Sixty patients with transplanted kidneys underwent dynamic renal scintigraphy using Technetium99m DTPA. The Perfusion Index, in particular was found to be valuable in differentiating between the two major renal transplant complications of acute tubular necrosis and acute rejection. In addition, other complications like outflow obstruction, pararenal fluid collections, leakage, etc., were readil...

2013
Val M. Runge Jeffrey A. Clanton Ann C. Price Willam A. Herzer Joseph H. Allen C. Leon Partain A. Everette James

An alpha-streptococcus brain abscess was produced in five dogs and studied with magnetic resonance (MR) imaging (0.5 T) and computed tomography (CT). Non-contrastand contrast-enhanced CT scans were obtained using gadolinium diethylenetriaminepentaacetic acid (Gd DTPA) for MR imaging and meglumine iothalamate for CT scanning. Each animal was evaluated in the early and later cerebritis stages of ...

Journal: :AJR. American journal of roentgenology 1989
T Vogl R Brüning H Schedel K Kang G Grevers D Hahn J Lissner

Twenty-six patients with glomus jugulare (16), glomus tympanicum (three), or carotid glomus (seven) tumors were examined with contrast-enhanced CT scans and MR scans without and with Gd-DTPA. MR and CT scans had similar sensitivities, but the enhanced MR scans were diagnostically more specific than either CT or nonenhanced MR. Dynamic MR scanning permitted measurement of the degree of Gd-DTPA e...

Journal: :Annals of nuclear medicine 2001
P O Kiratli B Caner B Altun S Cekirge

A 22-year-old female patient with severe hypertension underwent both Technetium-99m diethylenetriaminepentaacetate and Technetium-99m mercaptoacetyltriglycine basal and captopril renal scintigraphy. While no significant change was seen with Tc-99m DTPA, there was left sided parenchymal retention of captopril Tc-99m MAG3 suggesting renal artery stenosis which was confirmed by angiography.

Journal: :Vojnosanitetski pregled 2008
Boris Ajdinović Ljiljana Jauković Amira Peco-Antić Sanja Dugonjić

BACKGROUND/AIM Ureteropelvic junction obstruction and vesicoureteral reflux are the most frequent entities identified on the basis of antenatal hydronephrosis. The aim of this study was to determine the incidence and pattern of abnormal renal scintigraphy findings in postnatal investigation of children with antenatal hydronephrosis. METHODS Twenty-four infants (19 boys and five girls) present...

Journal: :The European respiratory journal 1991
R M Leach A C Davidson M J O'Doherty M Nayagam A Tang N T Bateman

In a prospective study of 72 human immunodeficiency virus (HIV) positive patients presenting with fever and breathlessness, a non-invasive management protocol, incorporating a scanning technique using radioactively labelled diethylenetriamine penta acetate (DTPA) and sputum induction, was found to be highly sensitive and specific in the early detection of Pneumocystis carinii pneumonia (PCP). A...

Journal: :Hypertension 1987
E Fommei S Ghione L Palla F Mosca M Ferrari C Palombo S Giaconi P Gazzetti L Donato

Angiotensin converting enzyme (ACE) inhibitor-induced renal failure has been reported in bilateral renal artery stenosis and in stenosis in solitary kidneys, but not in unilateral renal artery stenosis. In these patients, however, a functional impairment of the kidney ipsilateral to the stenosis can often be detected after ACE inhibition by scintigraphic techniques employing glomerular radionuc...

Journal: :Annals of clinical and laboratory science 1983
G R Gale L M Atkins E M Walker A B Smith

Diethyldithiocarbamate (DDTC), dimercaptosuccinate (DMSA), and diethylenetriaminepentaacetate (DTPA) were compared for their relative efficacies at equimolar doses in promoting mobilization of metallothionein-bound cadmium (Cd) from its sites of deposition several weeks after i.p. injection of a sublethal dose of Cd containing 109Cd. Routes and rates of excretion were also determined. The most ...

Journal: :The European respiratory journal 1998
D Morrison K Skwarski A M Millar W Adams W MacNee

The lung clearance of technetium-99m diethylenetriamine penta-acetic acid (99mTc-DTPA) is a measure of respiratory epithelial permeability. Many factors may contribute to the wide range of normal values, including the method of correction for background activity. The aim of this study was to compare three methods of analysis, including their repeatability. 99mTc-DTPA lung clearance imaging was ...

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

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

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