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

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

Journal: :Orvosi hetilap 1999
Tracy Williams Rami Mortada Samuel Porter

Polycystic ovary syndrome is the most common endocrinopathy among reproductive-aged women in the United States, affecting approximately 7% of female patients. Although the pathophysiology of the syndrome is complex and there is no single defect from which it is known to result, it is hypothesized that insulin resistance is a key factor. Metabolic syndrome is twice as common in patients with pol...

آزموده, عذرا , ادبی, خدیجه , دبیر اشرافی, بابک , دبیر اشرافی, کامیار , قربانی یکتا, بتول , مقدمی تبریزی, نسرین , نکوئی, سپیده ,

Background: Endometrioma of ovary is one of the common diseases during reproductive age and the effect of laparoscopic cystectomy of endometrioma on infertility is still matter of debate. We designed this case control study to evaluate the ovarian response to controlled ovarian hyperstimulation during IVF (In vitro fertilization) cycle following laparoscopic unilateral cystectomy of endometriom...

2015
F.A. Bello A.O Odeku

BACKGROUND Polycystic ovaries (PCO) are described on ultrasound scan as the “presence of 12 or more follicles in each ovary measuring 2–9 mm in diameter, and/or increased ovarian volume (>10 ml)”1. Polycystic ovarian syndrome (PCOS) or disease (PCOD) is diagnosed when polycystic ovaries are associated with chronic anovulation and clinical and/or biochemical androgen excess (typically featured a...

Journal: :medical journal of islamic republic of iran 0
shayesteh jahanfar from the school of obstetrics and gynecology, royal hospital for women, sydney, australia johna eden n. s. w. university

this study was designed to investigate the effect of environmental factors on the appearance of polycystic ovaries (pco) during the first two decades of life. ninety-four female-female twins who underwent a transabdominal ultrasound at the royal hospital for women were sent a questionnaire asking about their birth details, feeding history as a baby, childhood illnesses and vaccination as well a...

Journal: :international journal of preventive medicine 0
golnaz rajaeieh mohamadreza marasi zahra shahshahan fatemmeh hassanbeigi seied morteza safavi

background: polycystic ovary syndrome (pcos) is the most common endocrine disorder in reproductive women. nearly 10% of young women in this period involved. although factors such as insulin resistance, hyper insulinemia, obesity and dietary are suggested to be associated with pcos, cause of pcos is not completely understood. dairy products (a key component of the usual diet) of participants can...

Journal: :journal of family and reproductive health 0
soheila riahinejad medical school, islamic azad university, najafabad branch, isfahan, iran ahmad mirdamadi medical school, islamic azad university, najafabad branch, isfahan, iran elham alizadeh medical school, islamic azad university, najafabad branch, isfahan, iran

objective: polycystic ovary syndrome (pcos) is one of the most common endocrine disorders in women. metformin is a biguanide commonly used to improve pcos symptoms. effect of metformin on the levels of serum homocysteine (hcy) in pcos women is unclear. the aim of this study is evaluating the effect of metformin administration on serum hcy levels and metabolic parameters of pcos patients. materi...

Journal: :medical journal of islamic republic of iran 0
me parsanezhad from the division of infertility and reproductive endocrinology, department of obstetrics and gynecology, school of medicine, shiraz university of medical sciences, shiraz i.r. iran. m raoofi s alborzi gh omrani

in order to evaluate the effects of short course administration of dexamethasone (dex) combined with clomiphene citrate (cc) in cc-resistant patients with polycystic ovary syndrome (pcas) and normal dheas, a prospective, double blind, placebo controlled, randomized study was undertaken at referral university hospitals, two-hundred and thirty women with pcos and normal dheas who failed to ovulat...

Journal: :international journal of reproductive biomedicine 0
ramaswamy suganthi subbian manonayaki jahangir ali fathima benazir

background: polycystic ovary syndrome (pcos) is a disorder in which there are numerous benign cysts that form on ovaries under a thick white covering that is one of the causes of infertility. follistatin is a single chain glycosylated polypeptide that can bind to activin. when follistatin binds to activin it suppresses the role of activin to stimulate the secretion of follicle stimulating hormo...

Journal: :Seizure 2001
Tim Betts Nicola Dutton Helen Yarrow

This review touches on the historical links between epilepsy, seizures and the uterus and ovaries which have fascinated and misled physicians since Greco-Roman times. It then examines present knowledge of ovarian function and its effect on epileptic activity and vice versa before exploring the modern controversy about polycystic ovaries and the polycystic ovary syndrome, epilepsy and anticonvul...

2007
Adam H Balen Anthony J Rutherford

In this second overview of the current management of infertility we discuss anovulatory infertility and polycystic ovary syndrome. This syndrome (formerly known as Stein-Leventhal syndrome) is the most common hormonal disturbance in women—around one fifth of women in the United Kingdom are affected. It is also themost common reason for women not to ovulate, and the combination of being overweig...

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

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

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