نتایج جستجو برای: oral apraxia

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

2006
Pil-Wook Chung Heui-Soo Moon Hwa Suk Song Yong Bum Kim

Ocular motor apraxia has been reported in bilateral frontoparietal lesions. We report a case of ocular motor apraxia after bilateral striatal infarctions. The patient had impaired voluntary saccades and smooth pursuits in the vertical and horizontal planes with an intact vestibulo-ocular reflex. Magnetic resonance imaging showed an old left putaminal infarction and an acute infarction in the ri...

Journal: :Seminars in speech and language 2008
Rebecca J McCauley Edythe A Strand

In this article, the authors provide background concerning the nature of childhood apraxia of speech (CAS) and conventional speech-based treatments for it. In addition they discuss a clinical decision-making process within which to consider the appropriateness of nonspeech oral motor exercises (NSOMEs). This process requires clinicians to ask questions of themselves as they interpret clinical o...

Journal: :Brain : a journal of neurology 2010
Charlotte Russell Cristiana Deidda Paresh Malhotra Jennifer T Crinion Sheila Merola Masud Husain

Constructional apraxia refers to the inability of patients to copy accurately drawings or three-dimensional constructions. It is a common disorder after right parietal stroke, often persisting after initial problems such as visuospatial neglect have resolved. However, there has been very little experimental investigation regarding mechanisms that might contribute to the syndrome. Here, we exami...

Journal: :Brain : a journal of neurology 2000
I Bizzozero D Costato S D Sala C Papagno H Spinnler A Venneri

The aim of this study was to evaluate face apraxia in left- and right-hemisphere-damaged patients both in the acute and chronic stage of their disease. Two newly devised tests that assess movements of the upper and lower face districts were employed. On the whole, the proportion of left-hemisphere-damaged patients showing face apraxia were 46 and 68% for upper and lower face, respectively. A su...

Journal: :The American journal of occupational therapy : official publication of the American Occupational Therapy Association 2011
Andy J Wu Jeff Radel Brenda Hanna-Pladdy

This study describes change in functional performance and self-perception after participation in combined training with physical practice followed by mental practice. The patient was a 44-yr-old white man who experienced a single left ischemic stroke 7 mo before enrollment in the study. He engaged in physical and mental practice of two functional tasks: (1) reaching for and grasping a cup and (...

Journal: :Arquivos de neuro-psiquiatria 2017
Karin Zazo Ortiz Joana Mantovani-Nagaoka

Limb apraxia is usually associated with left cerebral hemisphere damage, with numerous case studies involving aphasic patients. The aim of this study was to verify the occurrence of limb apraxia in aphasic patients and analyze its nature. This study involved 44 healthy volunteers and 28 aphasic patients matched for age and education. AH participants were assessed using a limb apraxia battery co...

Journal: :Neurology 2001
P Peigneux E Salmon G Garraux S Laureys S Willems K Dujardin C Degueldre C Lemaire A Luxen G Moonen G Franck A Destee M Van der Linden

OBJECTIVE To investigate the neural and cognitive bases of upper limb apraxia in corticobasal degeneration (CBD). METHODS Eighteen patients with CBD underwent a cognitive neuropsychological assessment of apraxia and resting [(18)F]-fluorodeoxyglucose PET scanning. Two complementary measures of apraxia were computed for each modality of gesture production. First, a performance score measured e...

Journal: :Cortex; a journal devoted to the study of the nervous system and behavior 2014
Georg Goldenberg

Thank you for reading apraxia the cognitive side of motor control. As you may know, people have look hundreds times for their favorite readings like this apraxia the cognitive side of motor control, but end up in harmful downloads. Rather than enjoying a good book with a cup of coffee in the afternoon, instead they are facing with some infectious virus inside their desktop computer. apraxia the...

Journal: :The Canadian journal of neurological sciences. Le journal canadien des sciences neurologiques 1975
E A Atack L Suranyi

Ten patients have been described showing inability to stop breathing on command, spontaneous respiration and voluntary respiratory stimulation being unaffected. This abnormality not previously described in the literature, we feel should be named respiratory inhibitory apraxia (R.I.A.). The anatomical organization of respiration is briefly reviewed. R.I.A. is often associated with other forms of...

Journal: :Proceedings of the Royal Society of Medicine 1959

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

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

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