نتایج جستجو برای: maternal hemoglobin

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

Journal: :iranian journal of pathology 0
beuy joob medical academic center, bangkok, thailand viroj wiwanitkit faculty of medicine, university of nis, serbia bangkok, thailand.

dear editor-in-chief the recent report on “the adverse effects of pregnancies complicated by hemoglobin h (hbh) disease” is very interesting (1). rabiee et al. reported a pregnant case complicated with hbh disease. indeed, this problem might not common in the middle east but it is very common in southeast asia. the authors hereby would like to share the experience on this topic. in the recent r...

Journal: :journal of biotechnology and health sciences 0
ezzatossadat haj seyed javadi children growth research center, qazvin university of medical sciences, qazvin, ir iran zoya sadeghipour children growth research center, qazvin university of medical sciences, qazvin, ir iran ameneh barikani children growth research center, qazvin university of medical sciences, qazvin, ir iran; children growth research center, qazvin university of medical sciences, qazvin, ir iran. tel: +98-2833328709, fax: +98-2833344088 maryam javadi children growth research center, qazvin university of medical sciences, qazvin, ir iran

results hemoglobin level was 9.9 ± 5.1 in the control group six hours after hemorrhage while it was 8.10 ± 2.1 in the treatment group (p = 0.004). hemoglobin level was 5.8 ± 4.1 in the control who did not receive transfusion of blood products during the first 24 hours after hemorrhage, while this level was 7.9 ± 4.1 in the treatment group (p = 0.001). the amount of bleeding significantly declin...

2012
Masoomeh Goodarzi Khoigani Shadi Goli Akbar HasanZadeh

BACKGROUND Considering the relationship of low and high levels of hemoglobin and hematocrit with some pregnancy complications, we decided to study their relationship with pregnancy outcome. This study also aimed to investigate the changes in hemoglobin and hematocrit values during the second and first half of pregnancy and its relationship with pregnancy outcome. MATERIALS AND METHODS In a pr...

Dear Editor-in-Chief The recent report on “The Adverse Effects of Pregnancies Complicated by Hemoglobin H (HBH) Disease” is very interesting (1). Rabiee et al. reported a pregnant case complicated with HBH disease. Indeed, this problem might not common in the Middle East but it is very common in Southeast Asia. The authors hereby would like to share the experience on this top...

Journal: :American journal of physiology. Heart and circulatory physiology 2009
Arlin B Blood Mauro Tiso Shilpa T Verma Jennifer Lo Mahesh S Joshi Ivan Azarov Lawrence D Longo Mark T Gladwin Daniel B Kim-Shapiro Gordon G Power

Growing evidence indicates that nitrite, NO2-, serves as a circulating reservoir of nitric oxide (NO) bioactivity that is activated during physiological and pathological hypoxia. One of the intravascular mechanisms for nitrite conversion to NO is a chemical nitrite reductase activity of deoxyhemoglobin. The rate of NO production from this reaction is increased when hemoglobin is in the R confor...

. Marjaani , A,

ABSTRACT one of the best index to study the mother's Iron level is to measure the serum ferritin. The aim of this study is to find out the relationship between the serum ferritin in mothers and newborns, and therefore we use these indexes to assess the Iron depletion enemia in above subjects. In this study, hemoglobin, serum ferritin, transferrin saturation (%), serum iron, and total iron bi...

Journal: :international journal of occupational and environment medicine 0
ei ugwuja deptartment of chemical pathology, faculty of clinical medicine, ebonyi state university, abakaliki, ebonyi state b ejikeme department of obstetrics and gynaecology, faculty of clinical medicine, ebonyi state university, abakaliki ja obuna department of obstetrics and gynaecology, faculty of clinical medicine, ebonyi state university, abakaliki

background: lead toxicity has been reported to affect hematopoietic, nervous, reproductive, cardiovascular and urinary tract systems. many investigators have so far studied the effects of high blood lead levels on pregnancy outcomes. objective: to investigate the effects of elevated maternal blood lead during pregnancy on some trace elements and pregnancy outcomes. methods: blood lead and plasm...

Journal: :Revista brasileira de enfermagem 2006
Deise Lisboa Riquinho Sandra Gomes Correia

This study had as an objective to evaluate the maternal death in the city of Porto Alegre (RS) at the years of 1999, 2000 and 2001. Made part of the population all the women between 10 and 49 years old who died during the pregnancy, on birth or one year from these events. The data was collected from the Information Team about Mortality (Equipe de Informação sobre Mortalidade) and from the Munic...

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

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

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