نتایج جستجو برای: birth control pills

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

Journal: :acta medica iranica 0
h.r. sadeghipour roudsari. m. faghihi s.m. karimian

thirty young, healthy, nonsmoking women (mean age approximately 28 years) taking low-dose oral contraceptive pills were recruited for the study of the effects of these pills on coagulating factors. twenty subjects were taking ld pill (ethinyl estradiol 0.03 mg, levonorgestrel 0.15 mg) and 10 others were taking cilest (ethinyl estradiol 0.035 mg, norgestimate 0.25 mg) for six months. the control...

2012
Jafar Hassanzadeh Rahmatollah Moradzadeh Abdolreza Rajaee fard Sedigheh Tahmasebi Parvaneh Golmohammadi

BACKGROUND The traditional methods of studying the gene-environment interactions need a control group. However, the selection of an appropriate control group has been associated with problems. Therefore, new methods, such as case-only design, have been created to study such interactions. The objective of this study was to compare the case-only and case-control designs using data from patients w...

Journal: :International journal of reproduction, contraception, obstetrics and gynecology 2022

Background: Unintended pregnancy, unplanned birth and unsafe abortion have been a major challenge to the reproductive health of women worldwide. Despite availability highly effective methods contraception, still many pregnancies are unwanted predisposing them higher risk mortality, often due abortion. These can be prevented using emergency contraceptive pills. This study aimed investigate knowl...

Journal: :JAMA 2001
K M Rexrode J E Buring R J Glynn M J Stampfer L D Youngman J M Gaziano

CONTEXT Several case-control studies suggest an association between analgesic use and increased risk of chronic renal disease, but few cohort studies have examined this association. OBJECTIVE To determine whether analgesic use is associated with risk of renal dysfunction. DESIGN AND SETTING Cohort study of analgesic use data from the Physicians' Health Study, which lasted 14 years from Sept...

Journal: :International Journal of Ayurvedic Medicine 2022

The birth control pills (contraceptive) are safe, in some cases the combination of contraceptive pill can increase your risk health. side effects include heart attack, stroke, blood clots, and liver tumors. In very rare cases, they lead to death. health problems were minimal or no recorded while using herbal contraceptives. present investigation was focused on preliminary phytochemical analysis...

2017
Daniel W. Coyne Linda H. Ficociello Vidhya Parameswaran Ludmila Anderson Sharanya Vemula Norma J. Ofsthun Claudy Mullon Franklin W. Maddux Robert J. Kossmann Stuart M. Sprague

AIMS Hyperphosphatemia has been associated with an increased risk of mortality in patients with end-stage renal disease. We sought to assess the real-world effectiveness of sucroferric oxyhydroxide (SO), an iron-based phosphate binder (PB), in control of serum phosphorus levels, and to determine the associated pill burden in hemodialysis patients. MATERIALS AND METHODS Adult, in-center hemodi...

2015
Jeremy Fields Jorge T. Go Konrad S. Schulze

BACKGROUND Pills (tablets and capsules) are widely used to administer prescription drugs or to take supplements such as vitamins. Unfortunately, little is known about how much effort it takes Americans to swallow these various pills. More specifically, it is not known to what extent hard-to-swallow pills might affect treatment outcomes (eg, interfering with adherence to prescribed medications o...

Journal: :Gynecologie pratique 1955
G Döring

Journal: :Addiction 2011
Kate M Morefield Michael Keane Peter Felgate Jason M White Rodney J Irvine

AIMS To improve our understanding of the pharmacology of 'ecstasy' in recreational environments; in particular, to describe the composition of ecstasy pills, patterns of ecstasy use and the relationship between dose of 3,4-methylendioxymethamphetamine (MDMA) and resulting plasma concentrations. DESIGN, SETTING AND PARTICIPANTS A naturalistic observational study of 56 experienced 'ecstasy' use...

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

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

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