نتایج جستجو برای: hemiparetic cerebral palsy

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

Journal: :iranian journal of child neurology 0
fariba bahrami department of physiotherapy, school of rehabilitation sciences, iran university of medical sciences shohreh noorizadehdehkordi department of physiotherapy, school of rehabilitation sciences, iran university of medical sciences mehdi dadgoo department of physiotherapy, school of rehabilitation sciences, iran university of medical sciences

abstract objectives, the purpose of this research was to evaluate of the intra-rater and inter-raters reliability of the 10 meter walk test (10 mwt) in 30 adults with spastic cerebral palsy (cp) with subgroup analyses in gross motor function classification system (gmfcs). material & methods, participants  (19 men, 11 women; mean age 27 y and 9 mo) with gmfcs levels below iv (i, ii, and iii) non...

Journal: :iranian rehabilitation journal 0
farin soleimani roshanak vameghi mehdi rassafiani nazila akbar fahimi zahra nobakht

objectives: cerebral palsy (cp) describes a group of disorders in the development of movement and posture in the developing brain. the main aim of this study was to determine the distribution of motor impairment and associated disorders in a population of children with cp. methods: this study was carried out in 2011 during three months, on 200 cp children. multiple sources of ascertainment were...

ژورنال: دانشور پزشکی 2011
Azizi Mal Amiri, Reza , Ghanbari, Sahar , Javadipoor, Sheida , Mohammad , Khayatzadeh Mahani, Rostami, Hamid Reza ,

Background and Objective: Cerebral palsy is a non-progressive impairment in immature brain which hemiplegic kind of it referred to more impairment in one side of the body. The aim of this study was to determine the effects of treatment environment on results of the modified constraint-induced movement therapy in children with hemiplegic cerebral palsy. Materials and Methods: In this single blin...

ژورنال: توانبخشی 2020

Introduction: Cerebral palsy spectrum disorder is the most common motor disability in childhood and it is a neurodevelopmental condition beginning early in life and persisting throughout the lifespan. In addition to motor problems that affect the childchr('39')s participation, the environment factors might also reduce or increase the level of participation. The aim of this study was to The inve...

2012
Michael Bailey-Van Kuren Sashi S Kommu

The rehabilitation of pediatric patients involves unique constraints in comparison to adult rehabilitation. Therefore, the utilization of robotic technology in the rehabilitation of pediatric patients provides unique challenges. Research focusing on the application of robotic technology to pediatric cerebral palsy patients with spasticity is searching for flexible solutions that can address a w...

Journal: :Pediatrics 2008
Eva Beckung Gudrun Hagberg Peter Uldall Christine Cans

OBJECTIVES The purpose of this work was to describe walking ability in children with cerebral palsy from the Surveillance of Cerebral Palsy in Europe common database through 21 years and to examine the association between walking ability and predicting factors. PATIENTS AND METHODS Anonymous data on 10042 children with cerebral palsy born between 1976 and 1996 were gathered from 14 European c...

Journal: :Croatian medical journal 2006
Mustafa Ozturk Faruk Oktem Nesimi Kisioglu Mustafa Demirci Irfan Altuntas Suleyman Kutluhan Malik Dogan

AIM To determine the age of development of bladder and bowel control and the frequency of enuresis, encopresis, and urinary infections in children with cerebral palsy. METHODS The study included 45 children with cerebral palsy who regularly attended a rehabilitation center in Isparta, Turkey, and two groups of age- and sex-matched children, 37 siblings of the children with cerebral palsy and ...

2016
Piotr Kułak Elżbieta Maciorkowska Elżbieta Gościk

Introduction. Quantitative magnetic resonance imaging (MRI) studies are rarely used in the diagnosis of patients with cerebral palsy. The aim of present study was to assess the relationships between the volumetric MRI and clinical findings in children with cerebral palsy compared to control subjects. Materials and Methods. Eighty-two children with cerebral palsy and 90 age- and sex-matched heal...

Journal: :Journal of rehabilitation medicine 2014
Carla Nooijen Jorrit Slaman Wilma van der Slot Henk Stam Marij Roebroeck Rita van den Berg-Emons

OBJECTIVE To describe in detail the health-related physical fitness of adolescents and young adults with cerebral palsy, compared with able-bodied references, and to assess differences related to Gross Motor Functioning Classification System (GMFCS) level and distribution of cerebral palsy. DESIGN Cross-sectional. SUBJECTS Fifty ambulatory persons with spastic cerebral palsy, GMFCS level I ...

Journal: :Obstetrics and gynecology 2006
Eva M M Strijbis Inge Oudman Phillipa van Essen Alastair H MacLennan

OBJECTIVE To apply objective criteria for the identification of acute intrapartum hypoxia in a cohort of cerebral palsy cases and to identify other cerebral palsy-related pathologies. METHODS A cohort of all 235 neonates with cerebral palsy from a single Australian tertiary care center born between 1986 and 2003. Cases were identified from the South Australian Cerebral Palsy Register. Materna...

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

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

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