نتایج جستجو برای: pregnancy prevention methods

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

اعظم شریعتی فیض آبادی, , لیلا ناصر خاکی, , وحیده ناصر خاکی, , گیتی خوشه مهری, ,

Introduction & Objective:Since lack of an accurate diagnosis for post pregnancy depression can lead to ineffective relationship between mother and child and family. So the present research discusses the rate of postpartum depression in clinics in the north of Tehran. Materials & Methods: The research done is a descriptive analytic study. In this study 250 women have been studied. Tools used in...

Journal: :نشریه پرستاری ایران 0
زهرا فرزانگان farzanegan, z.

sexually transmitted diseases (std) are a significant problem in canada and have many personal and financial effects on the society. stds are very prevalent in adults and adolescents who are very sexually active. women are more affected by these diseases and after many years, appear in the shape of infertility, ectopic pregnancy, and cervical cancer. majority of women never know about her infec...

Journal: :PLoS ONE 2009
Hannah Kibuuka David Guwatudde Robert Kimutai Lucas Maganga Leonard Maboko Cecilia Watyema Fredrick Sawe Douglas Shaffer Dickson Matsiko Monica Millard Nelson Michael Fred Wabwire-Mangen Merlin Robb

BACKGROUND HIV vaccine trials generally require that pregnant women are excluded from participation, and contraceptive methods must be used to prevent pregnancy during the trial. However, access to quality services and misconceptions associated with contraceptive methods may impact on their effective use in developing countries. We describe the pattern of contraceptive use in a multi-site phase...

Journal: :Infectious Diseases in Obstetrics and Gynecology 1997
William J. Ledger Daniel Skupski

We believe the prevention of infection-related adverse pregnancy outcome is the most important focus for obstetricians today. An emphasis upon immunization of susceptible women, prevention of transmissible disease by modification of patient behavior, and identification and treatment of silent infections should become standards of practice. This will require educational initiatives for physician...

2013
Tim S. Nawrot Bianca Cox Bram G. Janssen Michelle Plusquin

1359-6349/$ see front matter Copyright 2013 ECCO the European CanCer Organisation. All rights reserved. http://dx.doi.org/10.1016/j.ejcsup.2013.07.003 * Corresponding author. Address: Centre for Environmental Sciences, Hasselt University, Agoralaan building D, 3590 Di Belgium (T.S. Nawrot). Tel.: +32 11 268382; fax: +32 11 268299. E-mail address: tim.nawrot@uhasselt.be (T.S. Nawrot). Tim S. Naw...

Journal: :The Journal of adolescent health : official publication of the Society for Adolescent Medicine 2015
Lisa Ann McDaid Jacqueline Collier Mary Jane Platt

PURPOSE The purpose of this study was to use national statistics on abortions carried out in England and Wales to more precisely estimate the proportion of young women aged <20 years obtaining an abortion who have had one or more previous pregnancies. METHODS Secondary analysis of abortion data from the Office of National Statistic and the Department of Health by parity for women aged <20 yea...

Journal: :The Proceedings of the Nutrition Society 2008
Mary A T Flynn Wayne A Anderson Sarah J Burke Alan Reilly

Adequate intake of folic acid by women during very early pregnancy can markedly reduce risk of the development of neural-tube defects (NTD). The effectiveness of advice to women to take folic acid supplements is limited, mainly because 50% of pregnancies are unplanned. However, mandatory folic acid food fortification programmes in North America have been very successful in reducing NTD rates. I...

Journal: :Best practice & research. Clinical obstetrics & gynaecology 2010
Sam Rowlands

This article begins with an overview of teenage pregnancy within a social context. Data are then presented on conceptions and repeat conceptions in teenagers. Social predictors of repeat teenage pregnancy are grouped according to social ecological theory. A brief summary of prevention of teenage pregnancy in general is followed by a detailed analysis of studies of interventions designed to prev...

2004
Nathan Shaffer Michelle McConnell Omotayo Bolu Dorothy Mbori-Ngacha Tracy Creek Ralph Ntumy Loeto Mazhani

Data from the Joint United Nations Programme on HIV/AIDS (UNAIDS) indicate that in 2003, 34–46 million people were living with HIV infection, and three fourths of these cases were in sub-Saharan Africa. Approximately 2.1–2.9 million children were living with HIV/AIDS. HIV transmission in sub-Saharan Africa is predominately heterosexual, and by the end of 2002, women represented 58% of HIV cases...

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

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

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