نتایج جستجو برای: disability evaluations

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

2005
W M Edgar

Biological plausibility is an essential stage in establishing the therapeutic value of a preventive or curative agent. Ultimately, efficacy and effectiveness are tested in clinical trials and community programme evaluations, which provide reassurance and guidance for potential users. Almost invariably, biological plausibility is demonstrated before clinical evaluations are sanctioned and undert...

Journal: :Journal of hand therapy : official journal of the American Society of Hand Therapists 2008
Ted T Chapman Reg L Richard Travis L Hedman Evan M Renz Steve E Wolf John B Holcomb

This study evaluated the use of the American Medical Association (AMA) impairment guides and Disabilities of the Arm, Shoulder, and Hand (DASH) questionnaire in U.S. military casualties recovering from burn injury to the hand. Study sample included patients with burns to at least one hand and complete evaluations of impairment and disability upon discharge from the hospital and at a follow-up v...

2014
Kristine M. Jacquin

Since the Supreme Court ruled in Atkins v. Virginia (2002) that intellectually disabled defendants cannot be executed, approximately 7% of death row inmates have filed habeas petitions claiming to have an intellectual disability (Blume, Johnson, & Seeds, 2009). Countless other defendants have been evaluated pre-trial to determine the appropriateness of an Atkins exclusion of the death penalty. ...

Journal: :Stroke 2015
Lisbeth Rosenbek Minet Elizabeth Peterson Lena von Koch Charlotte Ytterberg

BACKGROUND AND PURPOSE The purpose was to investigate the occurrence of self-reported falls in people with stroke at 3, 6, and 12 months and 6 years post stroke and predictors for falls during 6 years. METHODS A prospective study involving 121 people with stroke. Data were obtained through structured interviews and assessments. Generalized estimating equation modeling using proportional odds ...

Journal: :Acta clinica Croatica 2013
Tomislav Nemcić Vesna Budisin Dragica Vrabec-Matković Simeon Grazio

The aim of the study was to compare the effect ofwater-based exercise in thermal mineral water versus land-based exercise therapy on the lumbar spine range of motion and physical disability in adult patients with chronic low back pain. Out of 72 patients hospitalized for inpatient treatment in a special rehabilitation hospital, 36 patients performed a 3-week standardized program of group water-...

Journal: :The Gerontologist 2005
Sandra L Reynolds Yasuhiko Saito Eileen M Crimmins

PURPOSE The purpose of this article is to estimate the effect of obesity on both the length of life and length of nondisabled life for older Americans. DESIGN AND METHODS Using data from the first 3 waves of the Asset and Health Dynamics Among the Oldest Old (AHEAD) survey, this article develops estimates of total, active, and disabled life expectancy for obese and nonobese older men and wome...

Journal: :Physical therapy 2021

Abstract Objective The mini-Balance Evaluation Systems Test (BESTest) is a balance measure for assessment of the underlying physiological systems control in adults. Evaluations test–retest reliability mini-BESTest larger samples people with multiple sclerosis (MS) are lacking. purpose this study was to investigate total and section sum scores individual items mild moderate overall MS disability...

Fahimeh Mirzaei, Maryam Mahmoudi, Mohammad Hossein Mahmoodi Meymand, Pouria Yazdian-Anari, Reza Bidaki, Seyed-Ali Mostafavi,

Objective: Fragile X syndrome is the second etiology for inherited mental retardation. It may concomitant with other psychiatric disorders. Intellectual disability (ID) is a state of functioning that typically begins in childhood and is characterized by limitations in intelligence and adaptive skills. We intend to introduce a male young patient with Fragile X syndrome and Obsessive-Compulsive d...

Journal: :International Journal of Impotence Research 2021

Research into access to and experiences with healthcare services of gender-diverse trans individuals remains scarce. In this paper, self-reported general trans-specific were analyzed for differences between people, men, women, using data from a five-country survey. More than half all respondents indicated they had delayed at least once because their gender identity, mostly out fear being treate...

Journal: :Journal of public health medicine 1999
S Kavanagh M Knapp A Patel

BACKGROUND The high costs of health and social care support for stroke survivors, and the development of new service arrangements, have concentrated growing attention on economic issues. However, there are few data on costs and their association with levels of disability. METHODS Secondary analyses of data from the OPCS (Office of Population Censuses and Surveys) Surveys of Disability conduct...

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

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

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