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

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

Journal: :Pediatric dentistry 1985
A Ruiz

This report describes the clinical features of an 11-yearold male whose genetic evaluation supports the diagnosis of diastrophic dysplasia. A professional team evaluated and treated him with regard to facial development, various physical problems, and pediatric dental management of his intraoral conditions. Cardiopulmonary function often is compromised because of kyphoscoliosis. This along with...

Journal: :Genome research 2014
Yasushi Totoki Akihiko Yoshida Fumie Hosoda Hiromi Nakamura Natsuko Hama Koichi Ogura Aki Yoshida Tomohiro Fujiwara Yasuhito Arai Junya Toguchida Hitoshi Tsuda Satoru Miyano Akira Kawai Tatsuhiro Shibata

Chondrosarcoma is the second most frequent malignant bone tumor. However, the etiological background of chondrosarcomagenesis remains largely unknown, along with details on molecular alterations and potential therapeutic targets. Massively parallel paired-end sequencing of whole genomes of 10 primary chondrosarcomas revealed that the process of accumulation of somatic mutations is homogeneous i...

2014
Teresa B Steinbichler Florian Kral Susanne Reinold Herbert Riechelmann

INTRODUCTION Maffucci syndrome is a rare, congenital, non-hereditary mesodermal dysplasia, manifested by multiple enchondromas and hemangiomas. Malignant transformation of these lesions is seen in up to 40% of the cases. CASE REPORT We present a case of a patient with Maffucci syndrome and an associated chondrosarcoma of the nose. Treatment consisted of surgical resection. Because of the low ...

Journal: :International Seminars in Surgical Oncology : ISSO 2009
Fernando César Toniazzi Lissa Juliana Sonego Argente Geórgia Nunes Antunes Franciani de Oliveira Basso Janara Furtado

BACKGROUND Maffucci syndrome, a congenital mesodermal dysplasia characterized by multiple enchondromas and hemangiomas, was first described in 1881, and 200 cases have been reported in the literature since then. Its etiology is unknown, there is no predilection for race or sex, and the development of lesions usually occurs in puberty. The risk of sarcomatous transformation is about 25%. CASE ...

2013
Yousuf Aziz Khan Soofia Ahmad

Maffucci's syndrome is a rare non hereditary disorder characterized by multiple enchondromas and haemangiomas. A 12 year old boy presented with a painful swelling at his right hand and deformed left upper limb. On detailed workup, he was found to have multiple enchondromas involving long bones and a single haemangioma. A diagnosis of Maffucci's syndrome was established. The clinical features an...

Journal: :Journal of the National Cancer Institute. Monographs 2008
Noralane M Lindor Mary L McMaster Carl J Lindor Mark H Greene

1. Ataxia Telangiectasia (includes Ataxia Telangiectasia 12 Complementation Groups A, C, D, E, Louis–Barr Syndrome) 2. Basal Cell Nevus Syndrome, Nevoid Basal Cell 18 Carcinoma Syndrome, or Gorlin Syndrome 3. Beckwith–Wiedemann Syndrome 19 (Exomphalos–Macroglossia–Gigantism Syndrome) 4. Birt–Hogg–Dubé Syndrome 20 5. Bloom Syndrome 21 6. Breast/Ovarian Cancer, Hereditary (BRCA1) 22 7. Breast/Ova...

1997
N. C. RATH

Tibial dyschondroplasia (TD) in poultry is a disorder of growth plate cartilage that fails to resorb and consequently prevents bone formation. Matrix metalloproteinases (MMP) contribute to the process of resorption through the degradation of extracellular matrices and facilitating vascularization, growth plate remodeling, and maturation. In order to understand the cause of the failure of cartil...

2013
Silvio Giannetti Attilio Santucci Alessandro Patricola Andrea Stancati Vincenzo Di Sanzo

BACKGROUND Synovial osteochondromatosis is a benign metaplastic proliferative disorder of the synovium characterised by the formation of multiple cartilaginous nodules in the synovium, many of which detach and become loose bodies. The disease is characteristically monoarticular, most commonly involving the knee. A site in the elbow was first reported in 1918 by Henderson, but any joint may be i...

2007
E. E. Onbaşılar H. Erol Z. Cantekin

The aim of this study was to determine the effect of two lighting programs (continuous lighting (CL) 24L:0D and intermittent lighting (IL) 1L:3D) on the broiler performance, carcass traits, incidence of tibial dyschondroplasia (TD), relative asymmetry (RA), duration of induced tonic immobility (TI), heterophils-lymphocytes ratio (H/L), serum glucose, cholesterol and triglyceride levels. The chi...

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

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

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