نتایج جستجو برای: assessment evaluation

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

2007
Dunwei Wen Ken Dickson

Web-based assessments can be used in different phases of education in order to support students and make learning easier and more effective for them. This support can range from the assessment of readiness for a particular educational institution, over methods which improve the learning process itself such as peer assessment, to the assessment of the progress and knowledge level by the use of p...

Journal: :BMC Medical Education 2006
Saifudin Rashiq Pamela Barton Christa Harstall Donald Schopflocher Paul Taenzer

BACKGROUND The purpose of Health Technology Assessment (HTA) is to make the best possible summary of the evidence regarding specific health interventions in order to influence health care and policy decisions. The need for decision makers to find relevant HTA data when it is needed is a barrier to its usefulness. These barriers are highest in rural areas and amongst isolated practitioners. ME...

Journal: :International journal of technology assessment in health care 2000
L Davies M Drummond P Papanikolaou

OBJECTIVE The objective was to develop an economic prioritization model to assist those involved in the selection and prioritization of health technology assessment topics and commissioning of HTA projects. METHODS The model used decision analytic techniques to estimate the expected costs and benefits of the health care interventions that were the focus of the HTA question(s) considered by th...

2017
Anna Mae Scott Björn Hofmann Iñaki Gutiérrez-Ibarluzea Kristin Bakke Lysdahl Lars Sandman Yvonne Bombard

Introduction: Assessment of ethics issues is an important part of health technology assessments (HTA). However, in terms of existence of quality assessment tools, ethics for HTA is methodologically underdeveloped in comparison to other areas of HTA, such as clinical or cost effectiveness. Objective: To methodologically advance ethics for HTA by: (1) proposing and elaborating Q-SEA, the first in...

2017
Mathieu Ouimet Pascal Lalancette Alexandre Racine

In this paper, we test the hypothesis that health technology assessment units located in hospitals tend to be more optimistic toward technologies that are currently in use in their organization than technologies that are not. The data include 108 health technologies assessed in 87 full-scale health technology assessment reports produced by the four main local health technology assessment units ...

2016
Jörg Ruof Thomas Staab Charalabos-Markos Dintsios Jakob Schröter Friedrich Wilhelm Schwartz

OBJECTIVES The aim of this study was to compare post-authorisation measures (PAMs) from the European Medicines Agency (EMA) with data requests in fixed-termed conditional appraisals of early benefit assessments from the German Federal Joint Committee (G-BA). METHODS Medicinal products with completed benefit assessments during an assessment period of 3.5 years were considered. PAMs extracted f...

2016
Joan C. Rogers Margo B. Holm

Occupational therapists have been conducting functional assessments since World War I, and this accumulated experience has taught us several critical lessons. First, a comprehensive profile of a patient's functioning requires multiple assessment methods. Second, assessment content and measurement constructs must change with the times. Third, technology can enhance and extend functional assessme...

2014
Benjamin GO Sully Steven A Julious Jon Nicholl

BACKGROUND Publicly funded trials regularly fail to recruit their target sample size or find a significant positive result. Adaptive clinical trials which may partly mediate against the problems are not often applied. In this paper we investigate the potential of a form of adaption in a clinical trial - a futility analysis - to see if it has potential to improve publicly funded trials. METHOD...

Journal: :International journal of technology assessment in health care 2011
Nicola Ring Ruth Jepson Karen Ritchie

OBJECTIVES Synthesizing qualitative research is an important means of ensuring the needs, preferences, and experiences of patients are taken into account by service providers and policy makers, but the range of methods available can appear confusing. This study presents the methods for synthesizing qualitative research most used in health research to-date and, specifically those with a potentia...

2001
Shawn A. Butler Paul Fischbeck

Best practice dictates that security requirements be based on risk assessments; however, simplistic risk assessments that result in lists of risks or sets of scenarios do not provide sufficient information to prioritize requirements when faced with resource constraints (e.g., time, money). Multi-attribute risk assessments provide a convenient framework for systematically developing quantitative...

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

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

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