نتایج جستجو برای: digital syndrome

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

Journal: :Journal of Oral and Maxillofacial Pathology 2015

2017
Carolina Cortez-Ortega José Arturo Garrocho-Rangel Joselín Flores-Velázquez Socorro Ruiz-Rodríguez Miguel Ángel Noyola-Frías Miguel Ángel Santos-Díaz Amaury Pozos-Guillén

Amniotic Band Syndrome (ABS) is a group of congenital malformations that includes the majority of typical constriction rings and limb and digital amputations, together with major craniofacial, thoracic, and abdominal malformations. The syndrome is caused by early rupture of the amniotic sac. Some of the main oral manifestations include micrognathia, hyperdontia, and cleft lip with or without cl...

Journal: :Stroke 1991
H Nakane Y Okada S Sadoshima M Fujishima

A 70-year-old woman developed left hypoglossal nerve palsy, a right hemiparesis sparing the face, and a typical left Wallenberg's syndrome. These symptoms resulted from a lesion in the left half of the medulla oblongata, suggesting Babinski-Nageotte syndrome, a rare cerebrovascular disease. This is the first case of ischemic infarction in the territory of the left vertebral artery and posterior...

Journal: :Journal of medical genetics 1991
M E Porteous D R Goudie

Aarskog syndrome (facio-digital-genital syndrome) was first described in 1970 by Dagfm Aarskog' who presented seven males from one family with a growth disorder and associated anomalies. A year later Scott2 reported three brothers with similar features and since then there have been over 100 cases published.3A20 We are aware of 12 subjects with Aarskog syndrome living in the west of Scotland (p...

2013
S. Cao A. F. Nikkels

The LEOPARD syndrome is an exceptional autosomal dominant genetic disease with a missense mutation of the PTPN11 gene in more than 90% of the cases. The principal clinical manifestations include extensive lentiginosis, heart conduction abnormalities, hypertrophic obstructive cardiomyopathy, ocular hypertelorism, pulmonary stenosis, genital anomalies, mental retardation, growth retardation and d...

Journal: :Annals of the rheumatic diseases 1981
G J Carroll K Withers C E Bayliss

To test the validity of the putative association between Raynaud's syndrome and rheumatoid arthritis (RA) 277 patients with rheumatic disorders were questioned about cold-induced colour reactions in the extremities. The time to recover digital temperature after brief immersion in ice water was used to confirm the presence of Raynaud's syndrome. The prevalence of Raynaud's syndrome in the 148 pa...

2013
Naoko Nagata Atsushi Tanemura Hiroki Higashihara Yorihisa Kotobuki Hiroyuki Murota Mamori Tani Ken Igawa Ichiro Katayama

Objectives: Digital refractory gangrene is rarely found in collagen diseases, including systemic sclerosis and is possibly caused by similar underlying vascular damage in peripheral arterial disease (PAD) such as arteriosclerosis obliterans (ASO) and/or thromboangiitis obliterans (TAO) by unclarified mechanisms other than vasculitis and thrombosis. This study evaluated the radiological imaging ...

Journal: :Industrial health 1998
H Sakakibara M Hirata T Hashiguchi N Toibana H Koshiyama

Peripheral neuropathy in the hand has often been reported in workers using hand-held vibrating tools. But the affected location in the hand is not clearly demonstrated. To elucidate the impaired segment of the median nerve within the hand, fractionated median sensory nerve conduction velocity (SCV) was measured in the digital, finger-to-palm, palm-to-wrist and wrist-to-elbow segments. Subjects ...

2016
Ninive Sanchez Hillary Jones

BACKGROUND Polycystic ovary syndrome (PCOS) is a major public health problem that affects women's physical and mental health. According to the US National Institutes of Health Office of Disease Prevention, there is a need to improve public awareness of the syndrome among health care providers and the public. Women's magazines are a type of "edutainment" that publish health content in addition t...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد علوم دارویی - دانشکده داروسازی 1393

hand-foot syndrome (hfs)یک عارضه جانبی پوستی میباشد که در برخی بیماران تحت درمان با فلوروپیرمیدین ها دیده میشوداخیرا مشاهده شده است که گیاه حنا و اشکال مصرف سنتی آن (و نه فراورده دارویی آن) ممکن است در کاهش hfs ناشی از کپسیتابین موثر باشد.بنابراین آماده سازی یک شکل دارویی استاندارد و ماندگار و ارزیابی کارآمدی آن، هدف این مطالعه میباشد.در این راستا پس از تعیین مقدار و آنالیز عصاره حنا ، به ساخت ...

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

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

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