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

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

2017
Ryoki Sasaki Shinichi Kotan Masaki Nakagawa Shota Miyaguchi Sho Kojima Kei Saito Yasuto Inukai Hideaki Onishi

Modulation of cortical excitability by sensory inputs is a critical component of sensorimotor integration. Sensory afferents, including muscle and joint afferents, to somatosensory cortex (S1) modulate primary motor cortex (M1) excitability, but the effects of muscle and joint afferents specifically activated by muscle contraction are unknown. We compared motor evoked potentials (MEPs) followin...

2015
S. K. Hota Ashok K. Nayak Abani Kanta Mishra

The juxta-articular and intra-articular fracture of distal radius is a common fracture around wrist joint. The treatment by external fixation using the principle of ligamento-taxis by which the longitudinal distraction force is converted to a compressive force to achieve good congruity of the wrist joint. Hence, the present study was taken up to find out the efficacy of the procedure in 116 cas...

2012
Sahib Muminagic Tarik Kapidzic

Fractures of the bones that make the wrist joint together with injury to the ligaments and joint capsules are frequent traumas. It can cause besides limited movement also the pathological mobility. These mild injuries often do not provide the degree of recognizable symptoms and signs. They are diagnosed by X-ray imaging, stress images. Before arthrography was an important method, but nowadays a...

2013
Mustafa Jabbar Hayawi

The kinematics of manipulator is a central problem in the automatic control of robot manipulators. Theoretical background of the analysis of the MA-2000 educational robot arm kinematics is presented in this paper. The revolute robot consists of six rotary joints (6-DOF) with base, shoulder, elbow, wrist pitch, wrist yaw and wrist roll. The kinematics problem is defined as transformation from th...

Journal: :Physical medicine and rehabilitation clinics of North America 2013
Leilei Wang

This article discusses the historical aspects related to the understanding of carpal tunnel syndrome (CTS) and its diagnosis, highlighting observations about this disease that have yet to be challenged. This is followed by a discussion regarding the use of electrodiagnostic testing as a diagnostic tool for CTS, as well as the author's approach to making the diagnosis of CTS. Finally, conclusion...

Journal: :Science 1999
S Kakei D S Hoffman P L Strick

What aspects of movement are represented in the primary motor cortex (M1): relatively low-level parameters like muscle force, or more abstract parameters like handpath? To examine this issue, the activity of neurons in M1 was recorded in a monkey trained to perform a task that dissociates three major variables of wrist movement: muscle activity, direction of movement at the wrist joint, and dir...

2013
Curtis O. Asante John H. Martin

The motor cortex represents muscle and joint control and projects to spinal cord interneurons and-in many primates, including humans-motoneurons, via the corticospinal tract (CST). To examine these spinal CST anatomical mechanisms, we determined if motor cortex sites controlling individual forelimb joints project differentially to distinct cervical spinal cord territories, defined regionally an...

  Background: Scaphoid malunion alters the carpal kinematics and impairs clinical outcome because of pain, weakness, restricted range of motion and predisposing the wrist joint to early osteoarthritis. The aim of this study was to evaluate the influence of the scaphoid morphological angles on clinical outcomes in patients with reconstructed scaphoid by non-vascularized bone graft. Methods: Seve...

Journal: :Neurorehabilitation and neural repair 2009
Xiao Ling Hu Kai-Yu Tong Rong Song Xiu Juan Zheng Wallace W F Leung

BACKGROUND The effect of using robots to improve motor recovery has received increased attention, even though the most effective protocol remains a topic of study. OBJECTIVE . The objective was to compare the training effects of treatments on the wrist joint of subjects with chronic stroke with an interactive rehabilitation robot and a robot with continuous passive motion. METHODS . This st...

Journal: :medical journal of islamic republic of iran 0
davood jafari department of hand surgery, shafa hospital, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences) hamid taheri department of hand surgery, shafa hospital, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)سازمان های دیگر: shafa hospital hooman shariatzade department of hand surgery, shafa hospital, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)سازمان های دیگر: shafa hospital farid najd mazhar department of hand surgery, shafa hospital, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)سازمان های دیگر: shafa hospital alireza jalili hormozgan university of medical sciences, mohamadi hospital, bandarabbas, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی هرمزگان (hormozgan university of medical sciences) mohamad ghahramani department of hand surgery, shafa hospital, tehran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی تهران (tehran university of medical sciences)

abstract background: radiography is the most widely available imaging modality. precise evaluations of wrist x-ray can help diagnosis and evaluate the prognosis of many wrist disorders. methods: we measured length, angles and indices in 150 posteroanterior and lateral wrist x-rays to determine normal dimensions and variations according to age and sex. all x-rays were made with standard exposure...

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

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

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