نتایج جستجو برای: myxoid

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

2018
Recep Bedir Rukiye Yılmaz Ahmet Salih Calapoğlu

Myxomas are benign tumors that generally arise from the heart, soft tissues, muscle, skin and bone (1). Herein we present a myxoma case found on the ovary. A 12-year-old girl was under follow-up for menstrual irregularities for 1 year and pelvic ultrasonography revealed bilateral para-ovarian simple semisolid lesions. Pelvic magnetic resonance imaging was performed, and a cystic lesion (65×4 cm...

Journal: :Revista brasileira de cirurgia cardiovascular : orgao oficial da Sociedade Brasileira de Cirurgia Cardiovascular 2008
Cláudio Ribeiro da Cunha Paulo César Santos Samuel Padovani Steffen Cecília Borges de Souza

We report a case of a 46 years-old woman, Caucasian, with hypertension and a primary diagnosis of infectious endocarditis. A transthoracic echocardiogram was performed suggesting right atrium myxoma. The patient was submitted to surgery, which found a tumor mass with a jelly-like exterior. The mass was sent to anatomo-pathological analysis which diagnosed a myxoid chondrosarcoma tumor. After su...

Journal: :Korean Journal of Otorhinolaryngology-Head and Neck Surgery 2016

Journal: :Journal of Cutaneous Pathology 2016

Journal: :Indian Journal of Dermatology 2008

Journal: :Journal of Neurosciences in Rural Practice 2012

Journal: :The Journal of bone and joint surgery. American volume 2011
David B Bumpass Michael Kyriakos David A Rubin Paul R Manske Charles A Goldfarb

Myxoid chondrosarcoma of the phalanx with an EWS translocation: A case report and review of the literature.

2016
Rishit Soni Chirag Kapoor Malkesh Shah Jay Turakhiya Paresh Golwala

Chondromyxoid fibroma (CMF) is one of the rarest benign tumors of cartilaginous origin. It accounts for less than 0.5% of bone tumors and less than two percent of benign bone tumors. It is composed of a mixture of chondroid, myxoid, and fibrous tissues. The diagnosis of CMF depends upon its characteristic histological appearance like a lobular pattern with stellate-shaped cells in a myxoid or c...

Journal: :Journal of orthopaedic surgery 2014
Zainal Abidin Ibrahim Wai Hoong Chan Siong Lung Wong Eng Joe Ong M Zulkarnaen A Narihan

Extraskeletal myxoid chondrosarcoma (EMC) is aggressive in children. The condition in children differs to that in adults and to skeletal myxoid chondrosarcoma. We report on a 9-year-old girl with EMC in her left thigh. She underwent above-knee amputation. Five months later, a small mass was noted at the right lower lobe of the lung. The patient underwent one course of ifosfamide, carboplatin, a...

2008
Sang Soo Shin Yong Yeon Jeong Heoung Keun Kang

We report here on a case of solitary fibrous tumor of the retroperitoneum, and the tumor displayed a predominantly myxoid histology. A 56-year-old man presented with an incidentally detected retroperitoneal mass. On the MR images, the mass was observed as having iso-signal intensity on the T1-weighted images and high signal intensity on the fat-saturated T2-weighted images. The mass showed inte...

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

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

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