نتایج جستجو برای: induction of ovulation

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

Journal: :journal of family and reproductive health 0
katayoon berjis mirza–koochak–khan infertility center, tehran university of medical sciences, tehran, iran ozra azmodeh mirza–koochak–khan infertility center, tehran university of medical sciences, tehran, iran firouzeh asbagh mirza–koochak–khan infertility center, tehran university of medical sciences, tehran, iran nasser salsabili faculty of rehabilitation, tehran university of medical sciences, tehran, iran mansoureh moaya midwifery department, tarbiatmodares university, tehran, iran golsa jodi tehran university of medical sciences, tehran, iran

objective: intrauterine insemination (iui) is known as a routine method for infertility treatment. the effectiveness of iui is not identical in all cases. so in this study to evaluate different methods of iui in order to increase pregnancy rate, iui with cleaning cervical canal by swab is compared to iui without cervical canal cleaning. material and methods: this study was conducted from 2008/2...

2011
I. Rasines

One method to overcome the difficulties involved in reproducing first generation Senegalese sole that are born in captivity (F1) is to obtain gametes by stripping and then using them for artificial fertilization. The aim of this paper was to determine an appropriate protocol for hormonal induction of ovulation and artificial fertilization. To induce ovulation, two different GnRHa administration...

Journal: :The Ceylon medical journal 2008
M P Senanayake K K S Kuruppu S P Sumanasena S P Lamabadusuriya

Literature retrieved from Pub Med database showed reports of 7 other cases of NLE following ovulation induction and IVF. Flare-up of lupus activity in women following ovulation induction is documented and rates are higher after gonadotrophins than after clomiphene therapy [3,4]. Awareness of this and its associated maternal and fetal complications will increase the safety of artificial reproduc...

Journal: :Open Access Macedonian Journal of Medical Sciences 2018

Journal: :British medical journal 1984
R Fleming J R Coutts M P Hamilton

A report of a high incidence of genetic abnormality after in vitro fertilisation' led to a suggestion that the apparently low fecundity in man' may be partly explained by a high incidence of loss of embryos due to genetic factors. Data from induction of ovulation in patients with hypogonadotrophic hypogonadism, however, suggest that a high incidence of conception may be achieved.3 Advances in u...

Journal: :JPMA. The Journal of the Pakistan Medical Association 1992
M Aslam M A Hameed K A Akhtar

2012
Suresh Kini

Polycystic ovary syndrome (PCOS) is one of the most common complex and heterogeneous endocrine disorder in women with uncertain aetiology. The syndrome is associated with a wide range of symptoms and the diagnosis is based on the Rotterdam criteria. This review describes the currently available evidence regarding the therapeutic challenges raised in these women. Before any intervention is initi...

Journal: :Human reproduction update 2008
B C J M Fauser K Diedrich P Devroey

Ovarian stimulation is applied in the clinic to restore mono-ovulatory cycles in anovulatory women (ovulation induction) or to induce the development of multiple dominant follicles for assisted reproduction. Ovarian response is the endocrine and follicular reaction of the ovaries to stimulation. Achieving an appropriate ovarian response to anti-estrogens or exogenous gonadotrophins is central t...

Journal: :international journal of reproductive biomedicine 0
leila roshangar jafar soleimani rad parisa nikpoo manijeh sayyah melli

background: induction of ovulation in art is necessary for superovulation and the side effects of superovulatory drugs are debated. oxytocin as a natural hormone, have receptors and is synthesized by several reproductive organs. preovulatory presence of oxytocin receptor mrnas in granulosa cells indicating a role for oxytocin in follicular development. objective: the aim of the present study wa...

Journal: :iranian biomedical journal 0
ماندانا بیگی بروجنی mandana beigi boroujeni نسیم بیگی بروجنی nasim beigi boroujeni مژده صالح نیا mojdeh salehnia الهه مرندی elahe marandi مسعود بیگی بروجنی masoud beigi boroujeni

background: to achieve multiple oocytes for in vitro fertilization, ovulation induction is induced by gonadotropins however, it has several effects on oocytes and embryo quality and endometrium receptivity. the aim of this study was to assess ultrastructural changes of corpus luteum after ovarian induction using human menopausal gonadotropin (hmg) and human chorionic gonadotropin (hcg) during l...

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

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

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