نتایج جستجو برای: pet ct

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

Mohsen Beheshti, Reza Vali Robert Dudczak Shuren Li Werner Langsteger Wolfgang Schima

  Introduction: Gastrointestinal stromal tumors (GISTs) are the most common mesenchymal neoplasms of the gastrointestinal tract. GIST has been shown to over-express c-KIT (CD117), the receptor tyrosine kinase. Imatinib (STI571 or Glivec) is a new type of tyrosine kinase inhibitor that selectively inhibits various tyrosine kinases and has been successfully used to trea...

Arman Rahmim George Loudos Mohammad Reza Ay Mojtaba Shamsaie Zafarghandi Parham Geramifar,

  Combined PET/CT scanners now play a major role in medicine for in vivo imaging in oncology, cardiology, neurology, and psychiatry. As the performance of a scanner depends not only on the scintillating material but also on the scanner design, with regards to the advent of newer scanners, there is a need to optimize acquisition protocols as well as to compare scanner ...

Objective(s): The present study aimed to evaluate the role of pretherapeutic 18fluorine-fluorodeoxyglucose positron emission tomographycomputed tomography (18F-FDG PET-CT) and maximum standardized uptake value (SUVmax) in guiding the treatment strategy and predicting the prognosis of esophageal carcinoma, using the survival data of thepatients.Methods: The present retrospective, cohort study wa...

Introduction:The accuracy of positron emission tomography with computed tomography (PET/CT), positron emission mammography (PEM), and breast specific-gamma imaging (BSGI) in diagnosing breast cancer has never been systematically assessed, the present systematic review was aimed to address this issue.  Methods:PubMed, Scopus and EMBASE were searched for st...

Journal: :Journal of Neuroendocrinology 2021

The present study aimed to assess gadoxetate disodium contrast-enhanced (CE) positron emission tomography (PET)/magnetic resonance imaging (MRI) with 68Ga-DOTATOC and 11C-5-Hydroxy-tryptophan (11C-5-HTP) in comparison iodine CE 68Ga-DOTATOC-PET/computed (CT) for neuroendocrine tumour imaging. Detection rate reader's confidence were evaluated each separate image volume: CE-CT, CE-MRI including d...

Journal: :asia oceania journal of nuclear medicine and biology 0
canh nguyen unit of pet/ct and cyclotron, choray hospital, vietnam huy nguyen department of liver tumor, choray hospital, vietnam tan ngo unit of pet/ct and cyclotron, choray hospital, vietnam simone maurea dipartimento di scienze biomediche avanzate, facoltá di medicina e chirurgia, università degli studi di napoli federico ii, italia

objective(s): in this study, we aimed to describe the characteristics of portal vein tumor thrombosis (pvtt), complicating hepatocellular carcinoma (hcc) in contrast-enhanced fdg pet/ct scan. methods: in this retrospective study, 9 hcc patients with fdg-avid pvtt were diagnosed by contrast-enhanced fluorodeoxyglucose positron emission tomography/computed tomography (fdg pet/ct), which is a comb...

Objective(s): Positron emission tomography/computed tomography (PET/CT) examination is commonly used for the evaluation of pulmonary nodules since it provides both anatomical and functional information. However, given the dependence of this evaluation on physician’s subjective judgment, the results could be variable. The purpose of this study was to develop an automated scheme for the classific...

ژورنال: :iranian journal of radiology 0
gulgun buyukdereli department of nuclear medicine, faculty of medicine, cukurova university, adana, turkey; department of nuclear medicine, faculty of medicine, cukurova university, ziyapasa bulvari, kurtulus mah, adana, turkey. tel: +90-5324305118, fax: +90-3224590581 yasemin aktar department of nuclear medicine, faculty of medicine, cukurova university, adana, turkey ertan kara department of public health, faculty of medicine, cukurova university, adana, turkey aysun uguz department of pathology, faculty of medicine, cukurova university, adana, turkey husnu sonmez department of general surgery, faculty of medicine, cukurova university, adana, turkey

conclusion the fdg pet/ct showed a high sensitivity and a high negative predictive value for identifying malignancies in thyroid nodules with indeterminate fnab results. therefore, the fdg pet/ct may be a helpful tool in the clinical management of these nodules. when an fdg positive lesion is detected, further examination is recommended. background thyroid nodules with indeterminate fine-needle...

A. Karimian, A. Rahmim, M.N.  Nasrabadi, N. Ahmadi,

Background: In CT systems, the machine utilizes a bowtie filter to shape the X-ray beam and remove lower energy photons. The shape of this bowtie filter is complicated and its geometry is often not available in detail. These renders the CT dose index (CTDI) to have different values in measurement versus Monte Carlo simulation studies and other analytical calculations especially in dosimetry of ...

Journal: :iranian journal of nuclear medicine 2009
maria m d'souza rajnish sharma madhavi tripathi adhinav jaimini dinesh singh

we report an unusual case of a young male with cerebellar hemangioblastoma treated previously for medullary carcinoma of thyroid, whose pet/ct scans revealed a constellation of findings that suggested the rare von hippel lindau syndrome. the diagnosis was clinched by confirming the findings on whole body contrast enhanced computed tomography (cect) and contrast enhanced magnetic resonance imagi...

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

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

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