نتایج جستجو برای: fetal deaths

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

Journal: :British medical journal 1977
L Dean D A Abell N A Beischer

A study of 533 women with very low urinary oestriol excretion during the third trimester of pregnancy showed an incidence of major fetal malformations among their infants of 7-1% and a perinatal mortality rate of 14-6%. Thirteen of the malformations were cases of anencephaly, and 26 of the 78 perinatal deaths were due to or associated with major fetal malformations. The incidence of these compl...

Journal: :British journal of obstetrics and gynaecology 1996
V Das T Bhargava S K Das S Pandey

Hypertensive disorders are one of the most common medical complications of pregnancy and a major cause of both maternal and fetal morbidity and mortalityand are one of the leading causes of maternal deaths.1-4 They can cause several dreaded complications such as eclampsia, disseminated intravascular coagulation, cerebral edema, liver failure and ante-partum hemorrhage. Maternal hypertension als...

2014
Julia Unterscheider Keelin O’Donoghue Sean Daly Michael P Geary Mairead M Kennelly Fionnuala M McAuliffe Alyson Hunter John J Morrison Gerard Burke Patrick Dicker Elizabeth C Tully Fergal D Malone

BACKGROUND Intrauterine growth restriction (IUGR) is the single largest contributing factor to perinatal mortality in non-anomalous fetuses. Advances in antenatal and neonatal critical care have resulted in a reduction in neonatal deaths over the past decades, while stillbirth rates have remained unchanged. Antenatal detection rates of fetal growth failure are low, and these pregnancies carry a...

Objective: Trauma is the significant non-obstetrical cause of maternal mortality in women aged 35 years or younger. It is expected to complicate around 1 in 12 pregnancies and accounts for 46% of such deaths. In this study, we present our experience of trauma during pregnancy at a tertiary care hospital in Karachi.Methods: A standardized form was used to extract data from online records f...

Journal: :Obstetrics and gynecology 2015

Information from vital records is critical to identify and quantify health-related issues and to measure progress toward quality improvement and public health goals. In particular, maternal and infant mortality serve as important indicators of the nation's health, thereby influencing policy development, funding of programs and research, and measures of health care quality. Accurate and timely d...

Journal: :Indian pediatrics 1993
M Pradeep L Rajam P Sudevan

A total of 5082 consecutive deliveries in Medical College Hospital, Kottayam during the period August 1992 to July 1993 constituted the study. Perinatal mortality rate (PMR) was 38.5 per 1000 total births and autopsy rate was 72%. More than 85% of perinatal deaths occured in low birth weight and preterm babies. Perinatal hypoxia and congenital anomalies were the leading causes in late fetal dea...

Journal: :Heart 2005
A Bernasconi A Azancot J M Simpson A Jones G K Sharland

OBJECTIVE To evaluate the incidence of fetal dextrocardia, associated cardiac and extracardiac malformations, and outcome. DESIGN Retrospective echocardiographic study. SETTING Two tertiary centres for fetal cardiology. PATIENTS 81 consecutive fetuses with a fetal dextrocardia presenting at Guy's Hospital, London, between 1983 and 2003 and at Hôpital Robert Debré, Paris, between 1988 and ...

2005
A Bernasconi A Azancot J M Simpson A Jones G K Sharland

Objective: To evaluate the incidence of fetal dextrocardia, associated cardiac and extracardiac malformations, and outcome. Design: Retrospective echocardiographic study. Setting: Two tertiary centres for fetal cardiology. Patients: 81 consecutive fetuses with a fetal dextrocardia presenting at Guy’s Hospital, London, between 1983 and 2003 and at Hôpital Robert Debré, Paris, between 1988 and 20...

Journal: :BJOG: An International Journal of Obstetrics & Gynaecology 2016

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

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

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