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

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

Journal: :Journal of the College of Physicians and Surgeons--Pakistan : JCPSP 2013
Ghulam Murtaza Shaikh Dilshad Ahmed Khan Farooq Ahmad Khan Mujahid Khalid Ali

OBJECTIVE To derive the ethnic factor and validate the modified estimated Glomerular Filtration Rate (eGFR) by Modification of Diet in Renal Disease (MDRD) equation for Chronic Kidney Disease (CKD) patients of Rawalpindi. STUDY DESIGN Cross- sectional study. PLACE AND DURATION OF STUDY Armed Forces Institute of Pathology (AFIP), Rawalpindi, from July 2011 to July 2012. METHODOLOGY A total...

2012
Giuseppe Ferrera Mario Cuccia Gabriele Mereu Giancarlo Icardi Gianni Bona Susanna Esposito Federico Marchetti Marc Messier Sherine Kuriyakose Karin Hardt

BACKGROUND Pertussis occurs in older children, adolescents and adults due to waning immunity after primary vaccination. Booster vaccination for pre-school children has been recommended in Italy since 1999. In this study (NCT00871000), the immunogenicity, safety and reactogenicity of a booster dose of reduced-antigen content diphtheria-tetanus-acellular pertussis-inactivated poliovirus vaccine (...

Journal: :Urology journal 2015
Abdolrasoul Mehrsai Gholamreza Pourmand Hamed Azhdari Tehrani Hossein Keyhan Mohamad Reza Rahmati Ayat Ahmadi Sanaz Dehghani Rahil Mashhadi

PURPOSE To determine serum fetuin-A pattern after renal transplantation and its association with graft outcome. MATERIALS AND METHODS In 41 renal transplant recipients, serum pretransplant fetuin-A levels and serum fetuin-A concentrations on days 7 and 30 after transplantation were measured using the enzyme-linked immunosorbent as­say (ELISA) method. Also, the association between serum fetuin...

Journal: :Japanese Journal of Radiological Technology 1994

2003
Milena Rajić Momčilo Bogićević Slobodan Antić Slobodan Ilić Marina Vlajković Marina Avramović Vladisav Stefanović

Background/Aim: Albuminuria is recognized as an early marker of diabetic nephropathy, but glomerular hyperfiltration appears prior to its development. The aim of this study was to assess relationship between the rates of urinary albumin excretion and glomerular filtration in different diabetic kidney disease stages of type 1 diabetes mellitus. Methods: According to urinary albumin excretion rat...

2013
Xun Liu Yan-Ru Chen Ning-shan Li Cheng Wang Lin-Sheng Lv Ming Li Xiao-Ming Wu Tan-Qi Lou

BACKGROUND Accurate and precise estimates of glomerular filtration rate (GFR) are essential for clinical assessments, and many methods of estimation are available. We developed a radial basis function (RBF) network and assessed the performance of this method in the estimation of the GFRs of 207 patients with type-2 diabetes and CKD. METHODS Standard GFR (sGFR) was determined by (99m)Tc-DTPA r...

2015
Dong Seok Han Seung Mo Yuk Chang Shik Youn Geon Park Hae Joung Sul Hoon Jang

BACKGROUND Primary mucinous adenocarcinoma of the renal pelvis is extremely rare, with only ~100 cases reported till now. Its presumed pathogenesis includes glandular metaplasia of the urothelium of the calyces and the pelvis and malignant transformation of the metaplasia. Unfortunately, it has no characteristic symptoms or radiological features. We report a case of primary mucinous adenocarcin...

Journal: :The European respiratory journal 2010
T E Corcoran K M Thomas M M Myerburg A Muthukrishnan L Weber R Frizzell J M Pilewski

Biomarkers providing in vivo quantification of the basic elements of cystic fibrosis (CF) lung disease are needed. A study was performed to determine whether the absorption of a small radiolabelled hydrophilic molecule (Indium-111 (In-)DTPA) would be increased in CF airways. DTPA clearance has been used previously to assess epithelial permeability and may also be useful for quantifying liquid a...

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

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

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