نتایج جستجو برای: شاخص motricity

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

Journal: :Stroke 2003
Gert Kwakkel Boudewijn J Kollen Jeroen van der Grond Arie J H Prevo

BACKGROUND AND PURPOSE To improve the accuracy of early postonset prediction of motor recovery in the flaccid hemiplegic arm, the effects of change in motor function over time on the accuracy of prediction were evaluated, and a prediction model for the probability of regaining dexterity at 6 months was developed. METHODS In 102 stroke patients, dexterity and paresis were measured with the Act...

Journal: :Bosnian journal of basic medical sciences 2006
Emela Mujić-Skikić Suad Trebinjac Dijana Avdić Amra Dzumhur-Sarić

In General Hospital setting, where varieties of patients are included in neurorehabilitation process, set of multidisciplinary functional tests were established, as a routine in daily work. Tests were done by physiotherapists and occupational therapists who were members of rehabilitation team. Our aim was to select the tests which can be used as a routine and are applicable for different neurol...

Journal: :Jornal de pediatria 2009
Giovana S Turra Ida Vanessa D Schwartz

OBJECTIVES To characterize the stomatognathic system and stomatognathic functions in patients with mucopolysaccharidosis. METHODS Cross-sectional and observational study of patients with mucopolysaccharidosis seen at the outpatient clinic at the Medical Genetics Service of Hospital de Clínicas de Porto Alegre. The inclusion criteria were the existence of a biochemical or molecular diagnosis o...

Journal: :Collegium antropologicum 2006
Stefania Toselli Angela Raffaella Ventrella Grazia Franzaroli Patricia Brasili

Growth parameters were surveyed in a sample of 296 Italian children, 6-9 years old, from Cento (Ferrara, Emilia-Romagna). The comparison with children from the same town measured in 1974-75 show changes in some parameters, suggesting an ongoing secular trend. To better understand the observed weight increase and the sex difference, we also evaluated body composition and motricity. The analysis ...

Journal: :Arquivos De Neuro-psiquiatria 2023

Case presentation: JRCS, female, started, at 15 years old, dysphagia initially for solids, progressing to liquids, hand dystonia and anarthria after isolated fever. At the time she was admitted another pediatric center diagnostic investigation, with normal brain MRI, EEG ENMG. History of mother undiagnosed psychiatric disorder progressive gait dysfunction. age 16 hospitalized malnutrition assoc...

Journal: :Brazilian journal of otorhinolaryngology 2007
Patrícia Maria Sens Clemente Isnard Ribeiro de Almeida

UNLABELLED The cerebellum, traditionally conceived as a controlling organ of motricity, it is today considered an all-important integration center for both sensitivity and coordination of the various phases of the cognitive process. AIM This paper aims at gather and sort literature information on the cerebellums role in the auditory perception. METHODS We have selected animal studies of bot...

Journal: : 2023

شاخص سطح برگ استخراج‌شده (LAI) از تصاویر سنجش دور پارامتر مهمی، به‌منظور مدل‌سازی مکانی تولید پوشش گیاهی، محسوب می‌شود. معمولاً شاخص‌های گیاهی که با بازتاب طول موج‌های قرمز و مادون نزدیک محاسبه می‌شوند، در برآورد LAI استفاده روش‌های آماری، به‌کار می‌روند اما بسیاری این شاخص‌ها مقادیر متفاوت به اشباع می‌رسند. برای رفع محدودیت، محدودة لبة شده است؛ بنابراین، باید قابلیت داده‌های دور، ذرت علوفه‌ای، ...

Journal: :Clinical pediatrics 2014
João Nascimento Fátima Pinto

On ophthalmologic examination, head-posturing was evident, chin up and a face turn to the left side when asked to look at a symbol of the LEA Vision Chart Test (Figure 1). In the primary position, a minimal right hypotropia was present, and during ocular motricity examination, a limited elevation in adduction of the right eye was present (Figure 2) . An audible but painless superior nasal click...

Journal: :Clinical rehabilitation 2002
Mireille Donkervoort Joost Dekker Betto G Deelman

OBJECTIVE To determine whether specifically designed activities of daily living (ADL) observations can measure disability due to apraxia with more sensitivity than the Barthel ADL Index, a conventional functional scale. DESIGN Cross-sectional study. SETTING Rehabilitation centres and nursing homes. SUBJECTS One hundred and six left hemisphere stroke patients with apraxia, hospitalized in ...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1989
A Sunderland D Tinson L Bradley R L Hewer

The value of strength of voluntary grip as an indicator of recovery of arm function was assessed by testing 38 recent stroke patients using a sensitive electronic dynamometer, and comparing the results with those from five other arm movement and function tests (Motricity Index, Motor Club Assessment, Nine Hole Peg Test, and Frenchay Arm Test). This procedure allowed measurement of grip in a lar...

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

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

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