نتایج جستجو برای: pregnancy and delivery

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

Journal: :acta medica iranica 0
a. nadji f. shahram a.r. jamshidi f. davatchi

behçet’s disease (bd) is a multisystem disorder with potential ability to influence the pregnancy outcome and pregnancy is associated with several physiologic alterations which can lead to potential changes in the course of the disease. we studied 77 pregnancies in 69 women with bd. the disease activity was calculated by two methods for three periods of before, during and after pregnancy to eva...

ناقی, ایلانا , کی‌پور, فریده ,

Background: Tubal sterilization is the permanent and effective contraception method. This can be performed at any time, but at least half are performed in conjunction with cesarean or vaginal delivery and are termed puerperal. The most complication after tubal ligation is ectopic pregnancy. Ectopic pregnancy is the leading cause of maternal death in first trimester.Case presentation: We present...

Journal: :acta medica iranica 0
eslamian l asadi m

premature rupture of membrane (prom) is one of the complications of pregnancy which is blamed for increasing the rate of cesarean. therefore, we studied pregnant women who were admitted in shariati hospital during march 1996 and march 2000, to determine the rate of cesarean delivery in cases with prom after 36th week of pregnancy (term prom). in a retrospective study, we included pregnant women...

Journal: :iranian journal of immunology 0
mohammed said al-balushi department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman elias anthony said department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman sidgi syed hasson department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman juma zaid al-busaidi department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman iman al-reesi department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman mohammed idris department of microbiology and immunology, college of medicine and health sciences, sultan qaboos university, muscat, oman wadha al-ghafri

background: helicobacter pylori (h. pylori), is a common infection in pregnant women accompanied by variations in the levels of the igm, iga and igg antibody isotypes. the variations of anti-h. pylori antibodies during and after pregnancy, and the extent of protection they provide to the mother and the fetus are not completely understood. objectives: to investigate the changes of the anti-h. py...

Journal: :international journal of reproductive biomedicine 0
seyedeh hajar i sharam roya faraji darkhaneh ziba zahiri forozan milani maryam asgharnia maryam shakiba

background: vaginal bleeding is a common complication during pregnancy, which is observed in about 1/4 of pregnancies and in half of cases can lead to abortion. if vaginal bleeding happens during pregnancy some adverse pregnancy outcomes, including perinatal mortality and morbidity, low birth weight and preterm delivery will be increased. objective:  the aim of this study was to determine the r...

آ‍ژ, نضال, اقدام پور, فریده, علیپور, محمود, کلهر, مهری,

 Background: Teenage pregnancy is a public health issue that affects teenage mothers and community at large-scale. Teenage pregnancy has side effects for mother and embryo. The present study compared pregnancy outcomes in teenage and primiparas. Methods: Present study was a descriptive-comparison with 382 pregnant women in two groups, 122 teenage mothers and 260 primiparas above 20 yea...

امین الشریعه نجفی, سروش , مبشری, الهام , مصلحتی, آزیتا , نوملی, مهین , گودرزی, زهرا ,

Background: Maternal Body Mass Index (BMI) is considered as one of most effective determinant of delivery rout, by increase in this index, risk factor of cesarean section enhanced. Based on high prevalence of obesity in women, this study designed to assess the relationship between admission BMI and type of delivery. Methods: Five hundred and forty pregnant women in third trimester of pregnanc...

asgharnia, maryam, kashoofi, zivar, zahiri, ziba,

Introduction: The goal of prenatal care is maintenance of mother’s health and delivery of a ‎healthy neonate. Weight gain is the most obvious physical change during pregnancy and ‎controlling mother’s weight plays an important role in safe process of pregnancy.‎ Objective: The aim of this study was to survey the relationship between mother’s weight gain ‎dur...

Journal: :نشریه پرستاری ایران 0
زهره فیضی z feizi فتخار السادات حاجی کاظمی es hajikazemi حسین عاملی h ameli محمود محمودی m mahmoodi

this is a discriptive study with the main goal to identify personal, pregnancy and delivery characteristics of mothers given birth to mentally retarded child. this study has been conducted in the rehabilitation center in tehran in 1994. a total of 150 women took part in this research, and the tool of was a check list which was completed by researcher through interview. the findings were illustr...

Journal: :journal of reproduction and infertility 0

background: the purpose of the study was to compare clinical pregnancy and delivery rates with fresh and frozen embryo transfer in patients admitted to shiraz- human assisted reproductive center with ovarian hyperstimulation syndrome (ohss). methods: ohss patients randomly divided in two groups, group a (n=50) with fresh embryo transfer and group b (n=50) with frozen embryo transfer. we used vi...

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

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

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