نتایج جستجو برای: unilateral polycystic ovary

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

Objective Polycystic ovary syndrome is a frequent condition in women of reproductive age with prevalence rate of 5-10%. This study purposed to determine the relationship between polycystic ovary syndrome and the outcome of assisted reproductive treatment (ART) cycle in Tehran, Iran. MaterialsAndMethods In this historical cohort study, 996 infertile women were included in the study between Janua...

2016
Sverre C. Christiansen Tina B. Eilertsen Eszter Vanky Sven M. Carlsen Wan-Xi Yang

CONTEXT Increased Anti-Mullerian Hormone in polycystic ovary syndrome, may be due to overactive follicles rather than reflect antral follicle count. OBJECTIVE Does Anti-Mullerian Hormone reflect antral follicle count similarly in women with or without polycystic ovary syndrome or polycystic ovarian morphology? DESIGN Cross-sectional, case-control. SETTING Women who delivered preterm in 19...

Background &Objective: Polycystic ovary is the most common cause of infertility in Women. Animal models are required for understanding the pathogenesis of polycystic ovary. The objective of this study then was to develop an animal model for inducing the polycystic ovaries using testosterone enanthate.Materials & Methods: In this study, for inducing the polycystic ovary phenotype, female rats ab...

Journal: :journal of basic and clinical pathophysiology 2015
manizheh karami maryam darban fooladi mohammad reza jalali nadoushan fatemeh lakzaei

background and objective: the effect of opioids on the reproductive system has been studied as an attractive research field. in this study, the effect of morphine as an analgesic opioid was evaluated on the ovarian polycystic induction in the rat. materials & methods: in this study, 24 female virgin wistar rats weighing 200-250 g were injected with morphine (1-10 mg/kg/day) for 9 days. cont...

2015
L. A. Ivanova

45 female patients with polycystic ovary syndrome took thioctic acid (Thioctacid-HR), 600 mg (n = 25) or high protein diet (n = 20). Fast insulin and glucose stimulus insulin were investigated before and after 3 months taken treatment. The use of thioctic acid, 600 mg is a new effective pathogenetics therapy of polycystic ovary syndrome on influence of hyperinsulinemia, HOMA-IR index and ovary ...

2009
Christine Brady Shaymaa S Mousa Shaker A Mousa

In the past, polycystic ovary syndrome has been looked at primarily as an endocrine disorder. Studies now show that polycystic ovary syndrome is a metabolic, hormonal, and psychosocial disorder that impacts a patient's quality of life. It is extremely important to holistically treat these patients early on to help them deal with the emotional stress that is often overlooked with polycystic ovar...

2018
Meryem İlkay Karagül Savaş Aktaş Banu Coşkun Yılmaz Mustafa Yılmaz Gülhan Orekici Temel

BACKGROUND Polycystic ovary syndrome is the most frequently seen endocrine disorder in women of reproductive age with a prevalence of about 10%. AIMS To investigate the efficiency of growth differentiation factor 9 and bone morphogenetic protein 15 during folliculogenesis in a dehydroepiandrosterone-induced mouse Polycystic ovary syndrome model. STUDY DESIGN Animal experimentation. METHOD...

Journal: :journal of reproduction and infertility 0

background: the purpose of the study was to examine whether patients with subclinical hypothyroidism (sch) should be excluded before making a diagnosis of polycystic ovary syndrome (pcos). methods: seven hundred sixteen patients, 462 with true pcos, 31 with pcos-sch, and 223 normal cycling women were enrolled. clinical, metabolic, and hormonal parameters among the groups were investigated. cont...

Fatemeh Salamat Seyede Hajar Sharami, Ziba Zahiri Sorouri, Zinab Tahersima

Background Laparoscopic ovarian drilling (LOD) is an alternative method to induce ovulation in polycystic ovary syndrome (PCOS) patients with clomiphene citrate (CC) resistant instead of gonadotropins. This study aimed to compare the efficacy of unilateral LOD (ULOD) versus bilateral LOD (BLOD) in CC resistance PCOS patients in terms of ovulation and pregnancy rates. MaterialsAndMethods In a pr...

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

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

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