نتایج جستجو برای: upper exterimity dexterity

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

2015
Samia A. Abdel Rahman

The purpose of this study was to investigate the effect of two different treatment interventions, neurodevelopmental treatment (NDT) and practicing of specific functional activity, on improving the gross manual dexterity of the affected upper extremity in spastic hemiparetic cerebral palsied children. Thirty children with spastic hemiparetic cerebral palsy (CP) participated in the study, rangin...

2016
Hiroyuki Hayashi Daiki Nakashima Hiroka Matsuoka Midori Iwai Shugo Nakamura Ayumi Kubo Naoki Tomiyama

Exercise, such as cardiovascular fitness training, has been shown to have utility in improving executive function but is difficult for older adults with low mobility to perform. Accordingly, there is interest in the development of regimens other than high mobility exercises for older adults with low mobility. The aim of the present study was to evaluate the association between sensory motor fun...

2016
Sujin Hwang Chiang-Soon Song

[Purpose] The purpose of this study was to examine the relationships between manual dexterity and the Unified Parkinson's Disease Rating Scale-Motor Exam as a clinical tool for quantifying upper extremity function in persons with Parkinson's disease. [Subjects and Methods] Thirty-two persons with idiopathic Parkinson's disease participated in this study. This study measured two clinical outcome...

Journal: :NeuroRehabilitation 2013
Alon Kalron Michal Greenberg-Abrahami Simona Gelav Anat Achiron

OBJECTIVE To describe and evaluate the effects of a new home-based sensory re-education training tool on hand sensibility and manual dexterity in people with MS experiencing upper limb sensory deficits. METHODS Twenty-five people with relapsing-remitting MS (18 women), mean age 50.6 years (SD = 11.4), volunteered to participate. Participants were initially assigned to a 7-week control phase f...

2013
Clarissa C. Santos-Couto-Paz Luci F. Teixeira-Salmela Carlos J. Tierra-Criollo

BACKGROUND Mental practice (MP) is a cognitive strategy which may improve the acquisition of motor skills and functional performance of athletes and individuals with neurological injuries. OBJECTIVE To determine whether an individualized, specific functional task-oriented MP, when added to conventional physical therapy (PT), promoted better learning of motor skills in daily functions in indiv...

الهیاری, تیمور , خانه شناس, فرین , خلخالی, حمید رضا ,

Introduction: Manual dexterity impairment due to wearing latex and nitrile gloves among health care employees and laboratory personnel can be a remarkable problem because of its adverse outcomes. The present study was conducted to “compare the effect of using latex and nitrile laboratory gloves on hand dexterity”. .Material and Method: In a semi experimental study design, 30 university were s...

2014
Myriam Villeneuve Virginia Penhune Anouk Lamontagne

OBJECTIVE Music-supported therapy was shown to induce improvements in motor skills in stroke survivors. Whether all stroke individuals respond similarly to the intervention and whether gains can be maintained over time remain unknown. We estimated the immediate and retention effects of a piano training program on upper extremity function in persons with chronic stroke. METHODS Thirteen stroke...

Journal: :The American journal of occupational therapy : official publication of the American Occupational Therapy Association 1996
E B Stern

OBJECTIVE Five styles of commercial static wrist extensor orthoses were compared to determine whether any style, or styles, afforded better power grip strength or finger dexterity. Because wrist extensor orthoses are intended for use during functional tasks, their influence on hand function is of great importance. METHOD Twenty-three right-hand-dominant women without upper extremity dysfuncti...

Journal: :journal of basic and clinical pathophysiology 0
fatemeh daneshjoo master of science student occupational therapy, department of occupational therapy, school of rehabilitation sciences, iran university of medical sciences (iums), tehran, iran. akram azad assistant professor in occupational therapy department, school of rehabilitation sciences, iran university of medical sciences (iums), tehran, iran. mahbubeh mandehgary . master of science student occupational therapy, department of occupational therapy, school of rehabilitation sciences, iran university of medical sciences (iums), tehran, iran. maryam mehdizadeh student of phd neuroscience, master of occupational therapy, department of advance technology of medicine, iran university of medical sciences, tehran, iran ghorban taghizadeh lecturer, department of occupational therapy, school of rehabilitation, iran university of medical sciences (iums), tehran, iran

objective: to investigate the correlation between lower and higher order sensory functions and manual dexterity as well as to identify the sensory measures that could predict manual dexterity in patients with idiopathic parkinson’s disease (pd). materials and methods: in this cross-sectional study, 55 patients with idiopathic pd by mean age of 59.85 ± 11.89 years, and mean hoehn and yahr stage ...

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

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

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