نتایج جستجو برای: wrist joint

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

2016
Chunying Hu Qiuchen Huang Lili Yu Yue Zhou Rui Gu Yao Cui Meng Ge Yanfeng Xu Jianfeng Liu

[Purpose] The aim of this study was to examine the immediate effects of muscle strength training and neuromuscular joint facilitation distal resistance training on wrist joints by using electromechanical reaction time. [Subjects and Methods] The subjects were 12 healthy young people (24.2 ± 3.1 years, 169.7 ± 6.5 cm, 65.3 ± 12.6 kg). Two kinds of isotonic contraction techniques were applied on ...

Journal: :Journal of neurophysiology 2003
Masaya Hirashima Kunishige Ohgane Kazutoshi Kudo Kazunori Hase Tatsuyuki Ohtsuki

Many investigators have demonstrated that in swing motions such as ball-throwing, the motion of the proximal joint (shoulder) produced assistive interaction torque for the distal joint (elbow). In line with these studies, the shoulder and elbow motions would be expected to produce the assistive interaction torque for the wrist joint as well. However, we recently showed that the interaction torq...

Journal: :Eklem hastaliklari ve cerrahisi = Joint diseases & related surgery 2015
Kenji Onuma Ryosuke Shintani Hisako Fujimaki Koji Sukegawa Tomonori Kenmoku Kentaro Uchida Naonobu Takahira Masashi Takaso

OBJECTIVES This study aims to retrospectively review the short-term surgical outcome of wrist fusion using wrist fusion rod (WFR). PATIENTS AND METHODS Six wrists of four female patients (mean age 56 years; range 51 to 62 years) with advanced stage rheumatoid arthritis of Larsen IV or V were performed total wrist fusion using WFR. Clinical outcome was assessed using a numeric rating scale of ...

Journal: :Journal of biomechanics 1996
G J Loren S D Shoemaker T J Burkholder M D Jacobson J Fridén R L Lieber

Moment arm, muscle architecture, and tendon compliance in cadaveric human forearms were determined and used to model the wrist torque-joint angle relation (i.e. wrist torque profile). Instantaneous moment arms were calculated by differentiating tendon excursion with respect to joint rotation. Maximum isometric tension of each wrist muscle-tendon unit was predicted based on muscle physiological ...

Journal: :Human movement science 2015
Shao-Hsia Chang Chien-Liang Chen Nan-Ying Yu

Since wrist-joint position affects finger muscle length and grip strength, we studied its biomechanical relevance in prolonged handwriting. We recruited participants from young adults, aged 18-24, and separated them into control (n=22) and in-pain (n=18) groups, based whether or not they experience pain while handwriting. The participants then performed a writing task for 30 min on a computeriz...

Journal: :Annals of the rheumatic diseases 1975
J M Iveson A G Hill V Wright

An arthrographic study of the wrist joint, in which 65 rheumatoid wrist joints were satisfactorily shown, gave a high incidence of significant abnormalities even in the absence of clinical signs of wrist involvement. Several synovial protrusion cysts were shown and corresponded to localized clinical swellings on the volar aspect of the wrist joint. These cystic swellings may be apparent before ...

2018
Takashi Higuchi Norio Yamamoto Katsuhiro Hayashi Akihiko Takeuchi Kensaku Abe Yuta Taniguchi Yoshihiro Araki Kaoru Tada Hiroyuki Tsuchiya

BACKGROUND The wrist joint is an extremely rare site for osteosarcoma. Joint structure preservation to maintain good limb function is well described in case of knee osteosarcoma, whereas it is not described in case of wrist joint osteosarcoma. In this report, we present the first case of joint preservation surgery to treat distal radius osteosarcoma using a tumor bearing autograft treated with ...

2012
Ronit Wollstein Julio Clavijo Louis A. Gilula

Our understanding of wrist osteoarthritis (OA) lags behind that of other joints, possibly due to the complexity of wrist biomechanics and the importance of ligamentous forces in the function of the wrist. Scaphotrapeziotrapezoidal (STT) OA is common, but its role in wrist clinical pathology and biomechanics is unclear. We identified the prevalence of radiographic STT joint OA in our hand clinic...

Journal: :Orthopedics 2017
John D Jennings Elizabeth Zielinski Rick Tosti Asif M Ilyas

Septic arthritis of the wrist can result in permanent damage to the joint, making timely diagnosis crucial to initiate empiric antibiotics and surgical intervention. Although septic arthritis is routinely included in the differential diagnosis of atraumatic wrist pain, the incidence is unknown. Unlike large joints, there is no consensus on cell count values considered pathognomonic for wrist se...

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

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

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