نتایج جستجو برای: synchronous malignancies

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

2015
Taner BABACAN Sait DAG Furkan SARICI Ismail DILLI Ibrahim H. TURKBEYLER Kadri ALTUNDAG

Thymomas are rare neoplasm arising in thymic epithelial cells and are the most common neoplasm in the anterior mediastinum. Although thymomas are often associated with autoimmune diseases, the incidence of extra-thymic neoplasia is higher in patients with thymoma than in the general population.1 Published series have focused on the incidence of both extra-thymic malignancies detected after and ...

Journal: :Journal of gynecologic oncology 2009
Ham Bak Lee Yong Seok Lee Keun Ho Lee Chan Joo Kim Jong Sup Park

Gynecologic malignancies may have similar histological characteristics. This may lead to difficulties in determining the origin of the cancer and to distinguish a synchronous neoplasm from a metastatic cancer in advanced cases. Recently, we treated a 59-year-old patient with adenocarcinoma of the uterine cervix, endometrium, fallopian tubes, and ovaries. It was difficult to determine whether th...

2014
Jieun Kim Su Mi Kim Jeong Eun Seo Min Gew Choi Jun Ho Lee Tae Sung Sohn Sung Kim Jae Moon Bae Seong Il Seo

We report our experience of a concurrent robot assisted distal gastrectomy and partial nephrectomy for synchronous early gastric cancer and renal cell carcinoma. A 55-year-old female patient was diagnosed with early gastric cancer on screening endoscopy. Abdominal computed tomography showed an incidental right renal cell carcinoma. Robot assisted distal gastrectomy was performed, followed by pa...

2013
Panagiota Economopoulou Giannis Mountzios Ioannis Kotsantis Marios Bakogeorgos Vassilios Ramfidis Ioannis Kapiris Efstratios Patsouris Nikolaos Kentepozidis

Herein, we report an unusual case of a 78-year-old woman with synchronous presentation of sigmoid cancer and a nonfunctioning primary adrenal cortex carcinoma, who developed superior vena cava syndrome due to metastatic lymphadenopathy from the latter malignancy. Our case suggests that adrenal incidentalomas during initial staging evaluation after cancer diagnosis are not always "innocent" and ...

Journal: :Southern medical journal 2009
Dimitrios A Dimitroulopoulos Niki A Arnogiannaki Dimitrios P Korkolis Dimitrios N Xinopoulos Emmanouil T Paraskevas Aikaterini P Fotopoulou

The synchronous occurrence of GIST and other primary gastrointestinal malignancies has been rarely reported. We report the case of an 84 year-old female who presented with a rectal blood loss. Total coloscopy revealed a stenotic lesion at sigmoid colon covered by endoscopically healthy mucosa and also a massive polypoid cecal mass. The patient underwent left subtotal colectomy and ileorectal J-...

2018
J Rose M A Guerrero

This article reviews adrenal cortical carcinoma (ACC), especially associated synchronous and metachronous malignancies. The authors will discuss the genetic lesions associated with ACC, the clinical presentation, diagnosis, and treatment options. We hope to provide a thorough and updated review of this rare malignancy.

2013
Soo Kyeong Song Ji Soo Song Hong Pil Hwang Sik Lee

Hidden renal mass is not evident during severe inflammation such as acute pyelonephritis, pyonephrosis, or renal abscess. Deceptive inflammatory presentations that can occur in aggressive synchronous renal malignancies can significantly delay the diagnosis of cancer. Herein, we report a case of acute pyelonephritis involving overlooked renal cell carcinoma.

Journal: :JOP : Journal of the pancreas 2008
Sriram Parthasarathy Biju Pottakkat Mutheeswaraiah Yootla Sudhkar N Reddy Kumaraswamy M Reddy

CONTEXT Synchronous malignancies affecting both the major and minor papilla are rare and are usually of endocrine origin. CASE REPORT A 60-year-old female presented with a two-week history of progressive jaundice and pruritus. Evaluation revealed features of a periampullary malignancy. A Whipple pancreaticoduodenectomy was done. There was a growth in the ampulla of Vater and another in the re...

2015
Giuseppe Mucciardi Alessandro Galì Carmela D'Amico Graziella Muscarà Valeria Barresi Carlo Magno

Diagnosis of synchronous primary genitourinary tumors are uncommon. Thus far, about 50 cases of synchronous renal tumors have been reported in the literature. We present for the first time a case of a 83-year-old man presenting in the same kidney two separate primary malignancies, a TCC of the renal pelvis and a papillary renal cell carcinoma Type 1. Considered the increased incidence of genito...

2017
Irfan Yavasoglu Gokhan Sargin

We read with great interest the article entitle “Chronic lymphocytic lymphoma and concomitant renal cell carcinoma (Clear Cell Type): Review of the literature”, written by Uz et al. [1] and published in a recent issue of your journal. Here, we would like to emphasize some points about this review of the literature. Previously, we also reported 3 cases with hematological malignancies and renal c...

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

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

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