نتایج جستجو برای: wrist extension strength

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

Journal: :Orthopedics 2014
John R Fowler Peter C Tang Joseph E Imbriglia

Degenerative arthrosis of the proximal row remains a challenging problem for both patients and surgeons. Proximal row carpectomy is a motion-preserving treatment option, with studies documenting acceptable long-term outcomes. Proximal row carpectomy is an attractive option because there is no need for fusion to occur between the carpal bones, as in 4-corner fusion. As a result, laborers and smo...

Journal: :Journal of wrist surgery 2016
Jeffrey Yao Dan A Zlotolow Steve K Lee

Background Treating chronic scapholunate ligament injuries without the presence of arthritis remains an unsolved clinical problem facing wrist surgeons. This article highlights a technique for reconstructing the scapholunate ligament using novel fixation, the ScaphoLunate Axis Method (SLAM). Materials and Methods In a preliminary review of the early experience of this technique, 13 patients wer...

Journal: :Orthopedics 2012
Hamidreza Aslani Arvin Najafi Zohre Zaaferani

The purpose of this study was to assess the results of arthroscopic resection of dorsal wrist ganglia. Between November 2002 and September 2007, all patients with dorsal wrist ganglia underwent arthroscopic resection in our institution. Average follow-up was 39.2 months (range, 24-71 months). Fifty-two patients (40 women and 12 men; mean age, 29.8 years) were treated with our operative techniqu...

Journal: :The archives of bone and joint surgery 2015
Ahmadreza Afshar Mohsen Mehdizadeh Hamidreza Khalkhali

BACKGROUND There is no consensus on the best surgical treatment in Kienböck disease. We compared the short-term outcomes of radial shortening osteotomy and capitate shortening osteotomy in patients affected with this disease. METHODS In a retrospective study of 21 patients with Lichtman stage IIIA of Kienböck disease, 12 patients with an average follow up of 3.2 ± 0.6 years had radial shorten...

ژورنال: ارگونومی 2017
اسداللهی, سودابه, دیانت, ایمان, ندایی, معین,

Introduction: Scissors are essential tools in different occupations including sewing and clothes making. Improper design of fabric cutting scissors can lead to the development of musculoskeletal symptoms among users. The aim of this study was to evaluate pinch force and wrist posture while working with three designs of sewing scissors and a traditional sewing scissors. Methods: The first model...

2017
Young Ho Shin Jihyeung Kim Hyun Sik Gong Seung Hwan Rhee Min Joon Cho Goo Hyun Baek

BACKGROUND Radius osteotomies showed favorable clinical outcome in Kienböck's disease. However, few articles have been published on the long-term outcome of lateral wedge osteotomy of the radius in patients with advanced stage Kienböck's disease. METHODS Eleven patients with Lichtman stage IIIB/IV Kienböck's disease (group A; mean follow-up period, 86.1 months; range, 48 to 163 months) and 14...

 Abstract Background: The measurement of hand grip strength has several clinical applications to evaluate chronic hand disability, response to treatment, and work capacity after hand injury. Methods: We measured hand grip strength of 41 adults and compared their maximum strength with radiographic indices. Results: There was a significant relationship between hand grip strength and carpal height...

2014
Reza Shahryar Kamrani Leila Oryadi Zanjani Mohammad Hosein Nabian

Background: Intraosseous ganglions (IOGs) of the lunate bone are a rare cause of chronic wrist pain. Traditional treatment by open curettage and bone grafting can lead to ongoing pain and stiffness of the wrist. Objectives: In this study, an arthroscopically assisted minimally invasive technique of debridement without grafting of the lunate IOG was presented. Patients and Methods: In a prospect...

Journal: :International Journal of Occupational Safety and Ergonomics 2014

2014
Ahmed A. Ashour

Purpose: The purpose of this study is to investigate the relationship between myoelectric activities of wrist flexors and extensors and hand grip strength at four different positions of shoulder and elbow joints. Subjects: Thirteen normal male university students volunteered to participate in this study. Their mean ages, weights and heights were 19.6 (± 1.06) years, 75.9 (± 7.51) Kg and 173.5 (...

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

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

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