نتایج جستجو برای: exclusive breast feeding

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

2016
Alison W. Talbert Moses Ngari Benjamin Tsofa Lazarus Mramba Edward Mumbo James A. Berkley Martha Mwangome

BACKGROUND Exclusive breastfeeding for the first 6 months of life is currently recommended by the World Health Organization, but mixed feeding earlier than this commonly occurs in rural coastal Kenya. Mothers may receive conflicting advice on breastfeeding from various sources including health workers, relatives and community members. We aimed to find out how first-time mothers learn to breastf...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2010
Shazia Memon Salma Shaikh Tasneem Kousar Yasmeen Memon Rubina

OBJECTIVE To assess the practice and knowledge of mothers regarding breast feeding, complimentary feeding, and to find out socio-economic correlates of feeding practices. METHODS A cross sectional survey conducted at paediatric department of Liaquat University Hospital (LUH) from Jan-Dec 2008. During that period 500 mothers with children less than 24 months were included. Infant feeding patte...

Journal: :Public health nutrition 2004
Dat V Duong Colin W Binns Andy H Lee

OBJECTIVE To investigate the initiation of breast-feeding and exclusive breast-feeding within the first week after delivery for women in rural Vietnam. DESIGN An interviewer-administered survey was conducted on a sample of rural women who gave birth during August-October 2002. SETTING Quang Xuong District, Thanh Hoa Province of Vietnam. SUBJECTS Four hundred and sixty-three women particip...

2017
Wilasinee Bootsri Surasak Taneepanichskul

BACKGROUND Grandmothers are important to successful breastfeeding because their knowledge, attitudes and experiences influence adolescent mothers' decision to initiate and to continue breastfeeding. The purpose of this study was to assess the effectiveness of an experiential learning with empowerment strategies and social support (ELESSS) programme for grandmothers according to improvements in ...

Journal: :Salud publica de Mexico 2003
Teresa González-Cossío Hortensia Moreno-Macías Juan A Rivera Salvador Villalpando Teresa Shamah-Levy Eric A Monterrubio Adolfo Hernández-Garduño

OBJECTIVE To assess breast-feeding (BF) practices and determinants of exclusive BF (EBF) < 4 and < 6 months (mo) among women and infants < 23 mo in the NNS-1999. MATERIAL AND METHODS BF practices from the day and night before the interview were ascertained, and median duration estimated. Determinants of EBF < 4 and < 6 mo were analysed by logistic regression models for complex surveys. RESU...

Mostafa Behjati-Ardakani, Motahareh Golestan, Zia Islami,

Introduction: It is generally accepted that breast feeding has a beneficial effect on the health of infants and children. The evidence that breast feeding protects against obesity is inconclusive also the influence of breast feeding on blood pressure in later life is uncertain. The major aim of this study was to assess the association between method of infant breast feeding and components of t...

2015
Munyaradzi Muchacha Edmos Mtetwa

OBJECTIVES Exclusive breast feeding (EBF) uptake in Zimbabwe is very low. Given that EBF is a physiological process which transpires in a specific socio-economic milieu, this study investigates the socio-economic factors militating against its uptake. METHODS The study used a mixed research methodology. The concurrent nested model of mixed methods was utilized using one data collection phase,...

Journal: :Public health nutrition 2015
Elaine A Yu Joan S Thomas Aatekah Owais Noor Tirmizi Asg Faruque Sumon K Das Shahed Rahman Benjamin Schwartz Aryeh D Stein

OBJECTIVE To assess the relationships between maternal breast-feeding intention, attitudes, self-efficacy and knowledge at 7 months' gestation with exclusive or full breast-feeding at 3 months postpartum. DESIGN Prospective cohort study with structured home interviews during pregnancy and 3 months after delivery. SETTING Two rural sub-districts of Kishoreganj district, Bangladesh. SUBJECT...

Journal: :Public health nutrition 2013
Tabish Hazir Dure-Samin Akram Yasir Bin Nisar Narjis Kazmi Kingsley E Agho Saleem Abbasi Amira M Khan Michael J Dibley

OBJECTIVE Exclusive breast-feeding is estimated to reduce infant mortality in low-income countries by up to 13 %. The aim of the present study was to determine the risk factors associated with suboptimal breast-feeding practices in Pakistan. DESIGN A cross-sectional study using data extracted from the multistage cluster sample survey of the Pakistan Demographic and Health Survey 2006-2007. ...

Journal: :Revista de saude publica 2000
M C Passos J A Lamounier C A da Silva S N de Freitas M de F Baudson

OBJECTIVE To identify the frequency and median duration of breast-feeding in children aged 0-24 months in the city of Ouro Preto, Brazil. METHODS A cross-sectional study was carried out to identify the median duration of breastfeeding in children aged 0-24 months. A sample of 229 children from 1800 households was drawn by clusters at three different occasions and stratified according to the a...

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

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

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