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

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

Journal: :Journal of nuclear medicine technology 1997
K A Morton D E Pisani J H Whiting A K Cheung J M Arias S Valdivia

UNLABELLED Glomerular filtration rate (GFR) is an important index of renal function. Twenty-four-hour creatinine clearance overestimates GFR in patients with poor renal function. Inulin and iothalamate clearances are accepted reference standards for determining GFR but are expensive and laborious. We have previously reported that GFRs obtained by measuring the disappearance of 99mTc-DTPA from u...

Journal: :Hypertension 1991
R Davidson C S Wilcox

Radioisotopic renal scanning after angiotensin converting enzyme inhibition (ACEI) has proven to be an exciting area for research. The biologic activity of markers such as DTPA and hippuran, when combined with the physiological effects of ACEI, may provide noninvasive methods of diagnosing both renal artery stenosis and renovascular hypertension. Recent investigators have demonstrated that the ...

2017
Marion H. G. C. Kranenborg Otto C. Boerman Jeannette C. Oosterwijk-Wakka Mirjam C. A. de Weijert Frans H. M. Corstens Egbert Oosterwijk

To test a two-step approach for radioimmunotargeting of renal cell cancer, quadroma cells secreting antichelate X anti-renal cell carcinoma bispecific antibodies were obtained by somatic cell fusion. Five monoclo­ nal antibodies against the chelate l,4,7-triazaheptane-A^N',/V"-pentaacetic acid (DTPA) were produced and characterized. Competitive binding assays indicated that the anti-DTPA antibo...

Journal: :Cancer research 1995
M H Kranenborg O C Boerman J C Oosterwijk-Wakka M C de Weijert F H Corstens E Oosterwijk

To test a two-step approach for radioimmunotargeting of renal cell cancer, quadroma cells secreting antichelate x anti-renal cell carcinoma bispecific antibodies were obtained by somatic cell fusion. Five monoclonal antibodies against the chelate 1,4,7-triazaheptane-N,N',N"-pentaacetic acid (DTPA) were produced and characterized. Competitive binding assays indicated that the anti-DTPA antibodie...

2013
K. Senthamizh selvan S. Karthikeyan

A study of glomerular filtration rate estimation by cockcroft-gault, mdrd and ckd-epi formula in comparison with dtpa renal scan – a comparative study among live related kidney donors in south india. a b c Original Article BACKGROUND: Renal function assessment is the most important part of donor evaluation. The Glomerular Filtration Rate (GFR) is considered to be optimal test for overall assess...

Introduction:Detecting renal allograft dysfunction early will allow timely diagnosis and treatment. There is no objective recommendation by national kidney societies for glomerular filtration rate (eGFR) estimation in post-transplant setting. 99mTc-DTPA Technetium-99m Diethylene triamine penta acetic acid) renogram can identify early renal dysfunction much before ser...

Journal: :Hypertension 1986
J V Nally H S Clarke G P Grecos M Saunders M L Gross W J Potvin J P Windham

In an effort to improve on the noninvasive detection of renal artery stenosis, we investigated the effect of angiotensin converting enzyme inhibition on computer-assisted 99mTc-diethylenetriaminepentaacetic acid (DTPA) renal flow studies in a canine model of two-kidney, one clip hypertension and compared these findings with clearances of inulin and p-aminohippuric acid in the stenotic and contr...

2013
Marcelo Lopes de Lima Rodolfo Bertti Juliano César Moro Fábio Coltro Neto Ricardo Miyaoka Adriano Fregonesi Mariana da Cunha Lopes de Lima Celso Darío Ramos

Objective. To create a ureteral obstruction experimental model that can be proved through (99m)Tc-DTPA renal scintigraphy and histopathological studies, without causing total renal function loss. Materials and Methods. Ten New Zealand white rabbits were submitted to a surgical experiment to create a model of unilateral obstruction to urinary flow. Surgery procedure provided unilateral ureteral ...

2015
Chun-Chen Lin Bing-Fu Shih Shin-Lin Shih Jeng-Daw Tsai Girish Chandra Bhatt.

The aim of the study was to assess the usefulness of Technetium-99m diethylene triamine pentaacetic acid (Tc-99m DTPA) diuretic scan to diagnose calyceal diverticulum (CD). From January 2000 to June 2014, children with evidence of renal cystic lesions of undetermined diagnosis on ultrasound were enrolled. Computed tomography urography (CTU) and Tc-99m DTPA diuretic scan were performed to charac...

Journal: :iranian journal of nuclear medicine 2003
hossein rajabi bahareh shalchian nahid yaghoobi ahmad bitarafan rajabi fereidoon rastgoo

introduction: renal dynamic study is a well-established and popular test in routine practice of nuclear medicine. the test is non-invasive, rapid and unique in evaluation of the kidney function. in despite of its clinical values, the parameters derived from renogram are physiologically meaningless. that is due to the fact that renogram is not the true kidney function. from mathematical points o...

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

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

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