نتایج جستجو برای: severe acute malnutrition

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

Journal: :Bulletin de la Societe de pathologie exotique 2012
J Baillot B Luminet N Drouot J F Corty

The implementation of the social security system in 2005 in Mayotte has resulted in the end of free healthcare for all non-affiliated residents, primarily Comorians, due to the absence of the State Medical Aid (AME) in this department. Doctors of the World France opened a paediatric clinic in December 2009. The sociomedical data were collected during 5286 consultations in 2010. Analysis of thes...

2017
Alice Burrell Marko Kerac Helen Nabwera

Background Severe acute malnutrition (SAM) is a major public health problem. Mid-upper arm circumference (MUAC) is widely used to admit children to treatment programmes. However, insufficient data supporting MUAC discharge criterion limits its use as a stand-alone tool. Our aim was to evaluate MUAC for monitoring nutritional recovery and discharge. Methods This was a secondary analysis of cli...

Journal: :Revista de saude publica 1998
M H Hasselmann C S Lopes M E Reichenheim

INTRODUCTION This study is nested within a research program related to family violence and severe childhood malnutrition. Its aim is to evaluate the reliability of the data collection process in a case-control study. Four components of the main instrument are addressed: (a) CTS (Conflict Tactics Scales) used to measure violence at the family level; (b) CAGE (Cut-down; Annoyed; Guilty & Eye-open...

2018
Eleanor Rogers Karen Martínez Jose Luis Alvarez Morán Franck G B Alé Pilar Charle Saul Guerrero Chloe Puett

BACKGROUND The Malian Nutrition Division of the Ministry of Health and Action Against Hunger tested the feasibility of integrating treatment of severe acute malnutrition (SAM) into the existing Integrated Community Case Management package delivered by community health workers (CHWs). This study assessed costs and cost-effectiveness of CHW-delivered care compared to outpatient facility-based car...

Journal: :The American journal of clinical nutrition 2013
Víctor M Aguayo Vandana Agarwal Manohar Agnani Dwarka Das Agrawal Sheela Bhambhal Ashok K Rawat Ajay Gaur Aashima Garg Nina Badgaiyan Karanveer Singh

BACKGROUND At any point in time, an average 8 million Indian children suffer from severe acute malnutrition (SAM). OBJECTIVE This article assesses the effectiveness of an integrated model for the management of SAM (IM-SAM) in India comprising facility- and community-based care and using locally adapted protocols. DESIGN Children (n = 2740) were randomly sampled from the 44,017 children aged...

Journal: :Public health nutrition 2015
Emmanuel Grellety L Kendall Krause Manal Shams Eldin Klaudia Porten Sheila Isanaka

OBJECTIVE The present study was performed to describe the operational implications of using mid-upper arm circumference (MUAC) as a single admission criterion for treatment of severe acute malnutrition in South Sudan. DESIGN We performed a retrospective analysis of routine programme data of children with severe acute malnutrition aged 6-59 months admitted to a therapeutic feeding programme us...

2016
Beatrice Amadi Mercy Imikendu Milika Sakala Rosemary Banda Paul Kelly

BACKGROUND While HIV has had a major impact on health care in southern Africa, there are few data on its impact on acute malnutrition in children in the community. We report an analysis of outcomes in a large programme of community management of acute malnutrition in the south of Lusaka. PROGRAMME ACTIVITIES AND ANALYSIS Over 3 years, 68,707 assessments for undernutrition were conducted house...

2015
Julie Jesson David Masson Arsène Adonon Caroline Tran Capitoline Habarugira Réjane Zio Léoncie Nicimpaye Sophie Desmonde Goreth Serurakuba Rosine Kwayep Edith Sare Tiefing Konate Abdoulaye Nimaga Philemon Saina Akossiwa Kpade Andrée Bassuka Gustave Gougouyor Valériane Leroy

BACKGROUND The burden of malnutrition among HIV-infected children is not well described in sub-Saharan Africa, even though it is an important problem to take into account to guarantee appropriate healthcare for these children. We assessed the prevalence of malnutrition and its associated factors among HIV-infected children in HIV care programmes in Central and West-Africa. METHODS A cross-sec...

Background: Malnutrition is one of the most common disorders among children with Cystic Fibrosis (CF). The present study aimed to investigate the effect of nutritional consultation on the type and severity of malnutrition in children with CF. Materials and Methods: This quasi-experimental stud...

Journal: :Public health nutrition 2015
Victor M Aguayo Satinder Aneja Nina Badgaiyan Karanveer Singh

OBJECTIVE To assess the appropriateness of current mid upper-arm circumference (MUAC) cut-offs to identify children with severe acute malnutrition in India. DESIGN The analysis concerned 6307 children admitted to nutrition rehabilitation centres (2009-2011) where they received therapeutic care as per guidelines by WHO and the Indian Academy of Pediatrics. SETTING States of Jharkhand, Madhya...

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

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

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