نتایج جستجو برای: papillary cystadenomas

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

Journal: :asia oceania journal of nuclear medicine and biology 0
susan shafiee nuclear medicine research center, mashhad university of medical sciences, mashhad, iran ali sadrizade thoracic surgery department, mashhad university of medical sciences, mashhad, iran amirhosein jafarian cancer biology research center, mashhad university of medical sciences, mashhad, iran seyed rasoul zakavi nuclear medicine research center, mashhad university of medical sciences, mashhad, iran narjess ayati nuclear medicine research center, mashhad university of medical sciences, mashhad, iran

ectopic thyroid tissue results from abnormal embryologic development and migration of the thyroid gland. true malignant transformation in ectopic thyroid tissue is extremely rare and is always diagnosed after surgical excision of the lesion by pathology examinations. there are well-documented cases of ectopic thyroid cancer while primary tumoral lesion occurs in the orthotopic thyroid, but only...

Journal: :HPB Surgery 1996
E. Gadijev V. Ferlan-Marolt J. Grkman

Clinicopathologic correlation of five cases of cystadenomas of the liver are reported. All patients were female and radical surgical procedure, total excision or resection was performed four times, and partial excision once. In all patients the postoperative course was uneventful and they are all alive and well. Examined by conventional histological and special immuno-histochemical stains the t...

Journal: :middle east journal of cancer 0
mohamad javad ashraf pathology department, shiraz university of medical sciences, shiraz, iran mehr sadat alavi nuclear medicine department, shiraz university of medical sciences, shiraz, iran negar azarpira organ transplant research center, pathology department, shiraz university of medical sciences, shiraz, iran bighan khademi otolaryngology department,shiraz university of medical sciences, shiraz, iran

the association of squamous cell carcinoma of the larynx with thyroid papillary carcinoma is an unusual finding. from 2004 to 2011, approximately 250 patients underwent laryngectomies due to squamous cell carcinoma of the larynx at the otolaryngology department of khalili hospital, affiliated with shiraz university of medical sciences, shiraz, iran. in three patients, synchronous occurrence of ...

Journal: :National Cancer Institute carcinogenesis technical report series 1978

A bioassay of 1,5-naphthalenediamine for possible carcinogenicity was conducted using Fischer 344 rats and B6C3F1 mice. 1,5-Naphthalenediamine was administered in the feed, at either of two concentrations, to groups of 50 male and 50 female animals of each species. The high and low dietary concentrations utilized in the chronic bioassay were, respectively, 0.1 and 0.05 percent for rats and 0.2 ...

Journal: :apadana journal of clinical research 2013
seyyed abdolhossein masoumi amir fasihi nader nazari soheila nikakhlagh

background & objectives: prognosis of thyroid papillary cancer is quite well long lasting, so a 10- year survival is observed in more than 90% cases. in this study, rate of incidence of thyroid papillary cancer in contralateral lobe was assessed among patients who had a surgical thyroidectomy re-operation. materials & methods: in this retrospective study, we examined 82 patients diagnos...

Journal: :Diagnostic and interventional imaging 2017
L C Chu A D Singhi R R Haroun R H Hruban E K Fishman

Pancreatic serous cystadenoma can be categorized into microcystic, honeycomb, oligocystic, and solid patterns based on imaging appearance. The presence of typical computed tomography (CT) features helps to differentiate serous cystadenomas from other cystic and solid pancreatic masses. Cases with atypical features present a diagnostic challenge as they can mimic malignant neoplasms. This articl...

2017
Alcoba Garcia

Retroperitoneal mucinous cystadenomas are rare neoplasms, and given the scarcity of cases, its pathogenesis and management is still poorly understood. Although classically the excision was done with open surgery, there has been a gradual evolution towards the laparoscopic approach due to the development of this trans-peritoneal technique, as well as a retro-peritoneoscopic one. Lahey & Handfiel...

Journal: :The Journal of Obstetrics and Gynecology of India 2016

Journal: :Magnetic resonance in medical sciences : MRMS : an official journal of Japan Society of Magnetic Resonance in Medicine 2011
Mayumi Takeuchi Kenji Matsuzaki Hisanori Uehara

Ovarian carcinoid tumor is a rare neoplasm that may appear as a solid mass or often combined with teratomas or mucinous tumors. We report 2 cases associated with mucinous cystadenomas and describe their magnetic resonance imaging characteristics. On T(2)-weighted images, the tumors appeared as multilocular cystic masses with hypointense solid components as a result of abundant fibrous stroma in...

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

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

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