نتایج جستجو برای: mini nutritional assessment mna

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

Journal: :Journal of clinical nursing 2011
Floor Neelemaat Judith Meijers Hinke Kruizenga Hanne van Ballegooijen Marian van Bokhorst-de van der Schueren

AIMS AND OBJECTIVES The purpose of this study is to compare five commonly used malnutrition screening tools against an acknowledged definition of malnutrition in one hospital inpatient sample. BACKGROUND Early identification and intervention of malnutrition in hospital patients may prevent later complications. Several screening tools have reported their diagnostic accuracy, but the criterion ...

Journal: :Forum of Clinical Oncology 2022

Abstract Introduction Malnutrition is strongly associated with negative outcomes in aged populations cancer. Several studies have compared the of nutritional-screening tools, but knowledge specifically covering older adult patients cancer remains limited. The aim this study was to compare two Patient-Generated Subjective Global Assessment (PG-SGA) versus Mini Nutritional (MNA) for population. M...

Journal: :The British journal of nutrition 2016
Regina E Roller Doris Eglseer Anna Eisenberger Gerhard H Wirnsberger

Despite the significant impact of malnutrition in hospitalised patients, it is often not identified by clinical staff in daily practice. To improve nutritional support in hospitals, standardised routine nutritional screening is essential. The Graz Malnutrition Screening (GMS) tool was developed for the purpose of malnutrition risk screening in a large hospital setting involving different depart...

2010
M Kirtana Pai

The higher incidence of malnutrition in elderly is well documented. Elderly nursing home residents seem to have a higher risk of malnutrition with respect to the community dwelling elderly population. A comparative study was therefore performed to evaluate the nutritional status of elderly living at old age homes and in community, in the city of Mangalore. Subjects aged over 60 years were inclu...

2011
Albert Westergren Erika Norberg Peter Hagell

BACKGROUND The usefulness of the nutritional screening tool Minimal Eating Observation and Nutrition Form - Version II (MEONF-II) relative to Nutritional Risk Screening 2002 (NRS 2002) remains untested. Here we attempted to fill this gap by testing the diagnostic performance and user-friendliness of the MEONF-II and the NRS 2002 in relation to the Mini Nutritional Assessment (MNA) among hospita...

Journal: :The journal of nutrition, health & aging 2011
B Lorefält A Andersson A B Wirehn S Wilhelmsson

OBJECTIVE The aim was to study the effect of individualised meals on nutritional status among older people living in municipal residential homes and to compare the results with a control group. An additional aim was to estimate direct health care costs for both groups. SETTING Six different municipal residential homes in the south-east of Sweden. PARTICIPANTS Older people living in three re...

Journal: :Bangladesh Journal of Medicine 2022

Background: Malnourishment is highly prevalent among COPD patients. The study was carried out to assess the nutritional status of hospital admitted patients evaluate relationships between indices and pulmonary function parameters with severity correlation. Methods: A cross-sectional observational done constituting 50 spirometryproven at Dhaka Medical College Hospital. Lung measured by routine s...

2017
Saruna Ghimire Binaya Kumar Baral Karen Callahan

BACKGROUND Demographic transition in Nepal, like in many developing countries, has resulted in a burgeoning elderly population whose health status is not currently monitored. One pillar of health is adequate nutrition. Yet, little is known about the nutritional health status of the elderly in Nepal. The financial, material, and personnel limitations in Nepal's health delivery services necessita...

Journal: :National journal of community medicine 2022

Aim: Present study was conducted to evaluate the impact of nutritional status on oral health related quality life using Geriatric Oral Health Assessment Index (GOHAI) among geriatric population attending outpatient department (OPD) tertiary care centre in Rishikesh. Settings and Design: cross-sectional male & female participants Outpatients Department centre, RISHIKESH. Methods Material: Nu...

Journal: :Nutricion hospitalaria 2012
M A Camina Martín S Barrera Ortega L Domínguez Rodríguez C Couceiro Muiño B de Mateo Silleras M P Redondo del Río

OBJECTIVE To determine if there exist differences in the nutritional status of patients with dementia according to the type and severity of the disease. METHOD In this cross-sectional study we carried out an assessment of the nutritional status (anthropometrical assessment, Mini Nutritional Assessment, Chang's protocol) in 83 institutionalized elderly diagnosed with dementia at evolutionary s...

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

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

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