نتایج جستجو برای: womac index

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

2013
Johannes M Giesinger Markus S Kuster Henrik Behrend Karlmeinrad Giesinger

BACKGROUND Patient-reported outcome measures have become a well-recognised part of outcome assessment in orthopaedic surgery. These questionnaires claim to measure joint-specific dimensions like pain, function in activities of daily living, joint awareness or stiffness. Interference of the patient's psychological status with these orthopaedic questionnaires however may make accurate interpretat...

2014
Jingbo Niu Michael Nevitt Charles McCulloch James Torner C Elizabeth Lewis Jeffrey N Katz David T Felson

BACKGROUND To examine if different rates of total knee replacement (TKR) in two similar cohorts with symptomatic knee osteoarthritis (OA) were associated with different functional impact of disease. METHODS Subjects from the Multicenter Osteoarthritis Study (MOST) and the Osteoarthritis Initiative (OAI), persons with or at high risk of OA, had knee radiographs, completed Western Ontario and M...

2015
Wen-Hui Fang Guo-Shu Huang Hsien-Feng Chang Ching-Yang Chen Chi-Yu Kang Chih-Chien Wang Chin Lin Jia-Hwa Yang Wen Su SenYeong Kao Sui-Lung Su

OBJECTIVE To investigate the importance of the WOMAC index score, health-related quality of life and physical performance in each domain affected by knee osteoarthritis (OA) and to identify gender differences in the importance of these domains and physical performances. MATERIAL AND METHODS We performed a population-based study for radiographic knee OA among participants aged more than 65 yea...

2017
Carlos César Lopes de Jesus Fânia Cristina Dos Santos Luciana Maria Oliveira Bueno de Jesus Iara Monteiro Maria Sonia Sousa Castro Sant'Ana Virginia Fernandes Moça Trevisani

OBJECTIVE The aim of the trial was to determine the effectiveness of oxygen-ozone injections on knee osteoarthritis concerning pain reduction, joint functional improvement, and quality of life. METHODS In this randomized, double-blinded, placebo controlled clinical trial, 98 patients with symptomatic knee osteoarthritis (OA) were randomized into two groups receiving intra-articular 20 μg/ml o...

2011
Divya Sanghi Rajeshwar Nath Srivastava Ajai Singh Reema Kumari Rachna Mishra Abhishek Mishra

OBJECTIVE Body mass index (BMI) and knee osteoarthritis have a strong association, but other anthropometric measures lack such associations. To date, no study has evaluated non-obese knee osteoarthritis to negate the systemic and metabolic effects of obesity. This study examines the validity of the contention that BMI and other anthropometric measures have a significant relationship with knee o...

2014
Allan Wailoo Monica Hernandez Alava Antonio Escobar Martinez

OBJECTIVE Economic evaluation typically is conducted using health state utilities to estimate treatment benefits. However, such outcomes are often missing from studies of clinical effectiveness. This study aims to bridge that gap by providing appropriate methods to link values from the Western Ontario and McMaster Universities Osteoarthritis Index (WOMAC) to the EQ-5D utility instrument. METH...

2013
Seiji Ohtori Gen Inoue Sumihisa Orita Masashi Takaso Yawara Eguchi Nobuyasu Ochiai Shunji Kishida Kazuki Kuniyoshi Yasuchika Aoki Tetsuhiro Ishikawa Masayuki Miyagi Hiroto Kamoda Miyako Suzkuki Junichi Nakamura Gou Kubota Yoshihiro Sakuma Yasuhiro Oikawa Tomoaki Toyone Kazuhide Inage Takeshi Sainoh Kazuyo Yamauchi Kazuhisa Takahashi

PURPOSE Osteoarthritic pain is largely considered to be inflammatory pain. Sensory nerve fibers innervating the knee have been shown to be significantly damaged in rat models of knee osteoarthritis (OA) in which the subchondral bone junction is destroyed, and this induces neuropathic pain (NP). Pregabalin was developed as a pain killer for NP; however, there are no reports on pregabalin use in ...

2014
Cornel Stöckli Robert Theiler Eduard Sidelnikov Maria Balsiger Stephen M Ferrari Beatus Buchzig Kurt Uehlinger Christoph Riniker Heike A Bischoff-Ferrari

We developed a user-friendly Internet-based tool for patients undergoing total hip replacement (THR) due to osteoarthritis to predict their pain and function after surgery. In the first step, the key questions were identified by statistical modelling in a data set of 375 patients undergoing THR. Based on multiple regression, we identified the two most predictive WOMAC questions for pain and the...

2008
F. J. Blanco J. L. Fernández-Sueiro F. Galdo

Aim: To determine whether hyaluronan (HA) delays and/or reduces the knee replacement surgery (KRS) in patients with osteoarthritis (OA). Material and Methods: A prospective, single-center, double-blind, randomized, placebo-controlled, pilot clinical trial with two treatment groups [HA (Adant ® ) treatment group and placebo treatment group] was conducted. The intra-articular treatments (HA or pl...

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

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

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