نتایج جستجو برای: knee unloader orthoses

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

Journal: :Journal of the American Geriatrics Society 2004
James K Richardson Sibylle B Thies Trina K DeMott James A Ashton-Miller

OBJECTIVES To determine which, if any, of three inexpensive interventions improve gait regularity in patients with peripheral neuropathy (PN) while walking on an irregular surface under low-light conditions. DESIGN Observational. SETTING University of Michigan Biomechanics Research Laboratory. PARTICIPANTS Forty-two patients with PN (20 women), mean age+/-standard deviation=64.5+/-9.7. ...

Journal: :Journal of the American Podiatric Medical Association 2006
Paul R Scherer Jennifer Sanders Denten E Eldredge Susan J Duffy Ryan Y Lee

Reduction in first metatarsophalangeal joint maximum degree of dorsiflexion with dorsiflexion of the first ray has been proposed to be the predominant cause of hallux abducto valgus and hallux rigidus. We sought to determine whether orthoses made from a cast with the first ray plantarflexed and a 4-mm medial skive could increase the maximum degree of dorsiflexion in patients with functional hal...

Journal: :Physical therapy 1986
S R Harris K Riffle

A single-subject, alternating treatments design was conducted to evaluate the effects of inhibitive ankle-foot orthoses on standing balance in a 4.5-year-old boy with moderate spastic quadriplegia who had been wearing an initial pair of inhibitive orthoses for one year. Before introducing the subject to a newly fabricated but similarly designed pair of orthoses, we collected baseline data on th...

2010
Tom M. van Raaij Max Reijman Reinoud W. Brouwer Sita M. A. Bierma-Zeinstra Jan A. N. Verhaar

BACKGROUND There is controversial evidence regarding whether foot orthoses or knee braces improve pain and function or correct malalignment in selected patients with osteoarthritis (OA) of the medial knee compartment. However, insoles are safe and less costly than knee bracing if they relieve pain or improve function. QUESTIONS/PURPOSES We therefore asked whether laterally wedged insoles or v...

Journal: :BioMed 2022

Patellar tendinopathy is a common injury characterized by progressive activity-related anterior knee pain. It highly prevalent in sports which involve jumping and changing direction. The aim of this paper to review recent high-quality evidence regarding the effectiveness physical therapy treatment patellar tendinopathy. Randomized controlled trials (n = 22) researching effects exercise therapy,...

Journal: :The Knee 2015
B Pierrat R Oullion J Molimard L Navarro M Combreas S Avril R Philippot P Calmels

BACKGROUND The knee joint is vulnerable to various injuries and degenerative conditions, potentially leading to functional instability. Usual treatments involve knee orthoses to support the joint. However, the level of mechanical action of these devices remains controversial despite high prescription and demand. METHODS The mechanical ability of three commercial hinged knee braces and one sle...

Journal: :medical journal of islamic republic of iran 0
mohammad akbari department of physical therapy, school of rehabilitation sciences, iran university of medicalsciences, tehran, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) m. mohammadi department of technical orthopedics, iran university of medical sciences, tehran, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) hassan saeedi department of technical orthopedics, iran university of medical sciences, tehran, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences)

abstract background: various types of foot orthoses are prescribed for people with flatfoot. it has been reported that orthoses not only improve the biomechanics of the lower limb, but also have good effects on some balance parameters in these subjects. it is hypothesized that the latter effect is dependent on the rigidity of the orthoses. the aim of this study was to evaluate and compare the e...

Journal: :Archives of physical medicine and rehabilitation 1998
M F Abel G A Juhl C L Vaughan D L Damiano

OBJECTIVE To evaluate the effectiveness of ankle-foot orthoses (AFOs) in spastic diplegic cerebral palsy patients for whom orthoses were indicated to control equinus or pes planovalgus deformities. DESIGN A retrospective, cross-sectional assessment was performed on diplegic subjects who had suitable barefoot and AFO gait trials on the same day. PATIENTS Thirty-five subjects with a mean age ...

Journal: :IEEE Access 2023

Over the past decade, rehabilitative devices have undergone significant advancements. Orthoses, which are assistive limb devices, transitioned from passive supportive to active or semiactive with adjustable damping. Similarly, prosthetic limb-replacement for amputees shifted towards integration of dampers instead bulky dampers. The implementation damping is achieved through use smart magnetorhe...

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

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

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