نتایج جستجو برای: اسکن mibi

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

خانچرلی, اصغر, نصر, بهروز ,

The breast cancer is common in females.Early detection with safe , convenient , noninvasive and accessible diagnostic tools are important. X- ray mammography is still the first choice imaging for breast cancer, but has low specificity and limited value in dense breast and surgically scarred breasts. In recent years , MIBI scintimammography has been used for this purpose. The...

Journal: :British journal of sports medicine 1999
S Owens P Edwards K Miles J Jenner M Allen

Intracompartmental pressure monitoring remains the primary method of diagnosing chronic compartment syndrome. MIBI perfusion imaging is widely available and offers a radionuclear imaging technique for diagnosing this condition. Although the results are not identical with those from pressure monitoring, MIBI may offer a useful screening test for this condition.

فرید اسکندری مصطفی مهرابی بهار,

مقدمه انجام عمل جراحی در ناحیة گردن، مانند اعمال مربوط به غده تیروئید، عمل جراحی مجدد را به علت پاتولوژی پاراتیروئید بسیار دشوار میسازد، لذا تشخیص قبلی و انجام همزمان هر دو عمل از لحاظ کاهش شیوع بیماری، سهولت عمل و نیز کاهش هزینهها بسیار سودمند میباشد. روش کار این مطالعه توصیفی بر کلیه بیماران نیازمند به جراحی تیروئید در بخش جراحی بیمارستان امام رضا (ع) و امید از بهمن ماه 1382 لغایت بهمن ماه 13...

Journal: :Circulation 1990
R C Canby S Silber G M Pohost

Myocardial imaging with thallium 201 has proven to be an important clinical procedure to assess the severity of the myocardial ischemic insult. Uptake of 201Tl is related to perfusion to and extraction by intact myocardium. Recently, a newer group of agents based on 99mTc alkyl isonitriles has been developed and appears promising for myocardial imaging. Although the distribution of this new age...

Journal: :Annals of nuclear medicine 2003
Yeşim Uğur Oktay Sari Omer Uğur Petek Korkusuz Erhan Varoğlu Nuri Arslan Nesrin Gürcan Mustafa Yildirim Cenk Sökmensüer Esin Aşan Tülin Aras

Despite using various kinds of prognostic indicators, it is still not possible to predict the biological behavior of breast cancer in all patients. Tc-99m-sestaMIBI (MIBI) uptake determined by breast scintigraphy and cadherin expression of tumor tissue revealed by immunohistochemistry are suggested as potential agents for this purpose. We hypothesize that there can be a correlation between MIBI...

Journal: :Anales AFA 2021

This work analyzes the reliability of radiochemical purity control method of99mTc-MIBI used in nuclear medicine services and influence greater presence impurities diagnostic quality obtained images.

2017
Abdelhamid H. Elgazzar Jehoran T. Anim Shorouk F. Dannoon Medhat M. Farghaly

The aim of this study was to correlate the uptake of 99mTc-methoxy-isobutyl-isonitrile (MIBI) with ultra-structural features of parathyroid adenomas. Twenty patients with proven primary hyperparathyroidism were evaluated prospectively. Preoperative double-phase 99mTc-MIBI scintigraphy was performed in all patients and the degree of tracer uptake by the parathyroid lesions was assessed visually ...

2014
George A Alexiou Xanthi Xourgia Evrysthenis Vartholomatos Spyridon Tsiouris John A Kalef-Ezra Andreas D Fotopoulos Athanasios P Kyritsis

(99m)Tc-Tetrofosmin ((99m)Tc-TF) and (99m)Tc-Sestamibi ((99m)Tc-MIBI) are SPECT tracers that have been used for brain tumor imaging. Tumor's multidrug resistance phenotype, namely, P-glycoprotein (p-gp), and the multidrug resistance related proteins (MRPs) expression have been suggested to influence both tracers' uptake. In the present study we set out to compare (99m)Tc-TF and (99m)Tc-MIBI upt...

Journal: :International journal of clinical and experimental medicine 2012
Afshin Mohammadi Farzad Moloudi Mohammad Ghasemi-Rad

INTRODUCTION Recently, minimally invasive parathyroidectomy (MIP) has been developed and is gaining popularity among surgeons. For this reason, preoperative localization is playing an important role to detect the precise location of the affected gland and to increase the success rate. MATERIAL AND METHODS From June 2007 to June 2011, 56 consecutive patients (11 men and 45 women) with primary ...

Journal: :General physiology and biophysics 2002
N Perek D Denoyer F Dubois F Koumanov

Two radiopharmaceuticals, Tc-99m-MIBI (MIBI) and Tc-99m-Tetrofosmin (Tfos), are currently used for in vivo non-invasive monitoring of the MultiDrug Resistant (MDR) status of tumours. As gliomas are highly multidrug resistant, it is expected that the tracers would be poorly retained in those cells, but the in vivo and in vitro studies to date have shown that Tfos was highly retained in malignant...

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

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

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