نتایج جستجو برای: 3 taping

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

2011
Aliah F Shaheen Coralie Villa Yen-Ni Lee Anthony MJ Bull Caroline M Alexander

Taping is commonly used in the conservative treatment of shoulder impingement syndrome. However, the underlying mechanism of taping and its effect on kinematics are not yet understood and there is little evidence to support its use. There are two main taping techniques used in physical rehabilitation, Rigid and Elastic taping. In this study, a motion capture system was used to track reflective ...

Journal: :Journal of sports science & medicine 2008
Javier Abián-Vicén Luis M Alegre J Manuel Fernández-Rodríguez Amador J Lara Marta Meana Xavier Aguado

This study aimed to investigate the influence of prophylactic ankle taping on two balance tests (static and dynamic balance) and one jump test, in the push off and the landing phase. Fifteen active young subjects (age: 21.0 ± 4.4 years) without previous ankle injuries volunteered for the study. Each participant performed three tests in two different situations: with taping and without taping. T...

Journal: :Journal of electromyography and kinesiology : official journal of the International Society of Electrophysiological Kinesiology 2015
Aliah F Shaheen Anthony M J Bull Caroline M Alexander

Rigid and Elastic scapular taping is used in physical rehabilitation of shoulder impingement syndrome (SIS). It is believed to reduce pain and normalise scapular movement patterns. However, there is insufficient evidence to support its use. The aim of the study was to investigate the effect of Rigid and Elastic taping techniques on the scapular kinematics and pain in patients with SIS. Eleven p...

Journal: :iranian rehabilitation journal 0
mahboobeh banejad department of physiotherapy, school of medical sciences, tarbiat modares university, tehran, iran. alireza sarmadi department of physiotherapy, school of medical sciences, tarbiat modares university, tehran, iran.سازمان اصلی تایید شده: دانشگاه تربیت مدرس (tarbiat modares university) firouz madadi department of orthopedic surgery, school of medicine, shahid beheshti university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه تربیت مدرس (tarbiat modares university)

objectives: patellar maltracking is the main reason for pain and disability in patellofemoral pain syndrome (pfps). patellar taping can considerably reduce such pain and disability. this study compared the effectiveness of physiotherapy exercises and kinesio taping on the patellar position in women with pfps (mean age 32.2±1.12 years) by using magnetic resonance imaging (mri). methods: thirty w...

2013
Hyeyoung Kim Byounghee Lee

[Purpose] The purpose of this study was to conduct a scientific analysis of the effectiveness of Kinesio taping at preventing injury and improving horse racing jockey' performance, by studying the effects on isokinetic muscular function of Kinesio taping applied to the knee joint muscle. [Subjects] Eight horse racing jockeys were selected for this study. [Methods] Measurement of isokinetic musc...

2017
Young-Jun Shin Myoung-Kwon Kim

[Purpose] This study aimed to evaluate the immediate effect of ankle balance taping on balance ability of soccer players with acute ankle sprain. [Subjects and Methods] This study was conducted with 16 subjects who were diagnosed with ankle sprain. A cross-over randomized design was used. Each subject performed three interventions in a random order. Subjects were randomly assigned to an ankle b...

2016
Yang Jin Lee Ji Young Kim Seong Yoel Kim Kyung Hoon Kim

[Purpose] Kinesio taping is a therapeutic method used in the treatment of various musculoskeletal and neuromuscular deficits, but there is limited evidence of the effects of trunk kinesio taping in neurologic patients. Therefore, this study aimed to determine the effects of trunk kinesio taping on balance ability and gait function in persons after a stroke. [Subjects and Methods] Twenty-five po...

2016
Sun-Min Lee Jung-Hoon Lee

[Purpose] The aim of this study was to report the effects of ankle eversion taping using kinesiology tape on ankle inversion sprain. [Subject] The subject was a 21-year-old woman with Grade 2 ankle inversion sprain. [Methods] Ankle eversion taping was applied to the sprained left ankle using kinesiology tape for 4 weeks (average, 15 h/day). [Results] Ankle instability and pain were reduced, and...

2016
Young-Han Park Jung-Ho Lee

[Purpose] The aim of this study was to determine how application of Kinesio tape to the upper and lower limbs affects walking through stimulation of the proprioceptive sense. [Subjects and Methods] Twelve patients diagnosed with hemiplegia due to stroke were selected as the subjects of the study. To ascertain the effects of Kinesio taping on walking, all subjects performed a straight line walki...

2015
Wen-Dien Chang Fu-Chen Chen Chia-Lun Lee Hung-Yu Lin Ping-Tung Lai

Objectives. To conduct a systematic review comparing the effects of Kinesio taping with McConnell taping as a method of conservative management of patients with patellofemoral pain syndrome (PFPS). Methods. MEDLINE, PUBMED, EMBASE, AMED, and the Cochrane Central Register of Control Trials electronic databases were searched through July 2014. Controlled studies evaluating the effects of Kinesio ...

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

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

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