نتایج جستجو برای: infant jaundice

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

Journal: :Appl. Soft Comput. 2012
Hala S. Own Ajith Abraham

Prediction of diseases would help physicians to make informal decision regarding the type of treatment. Jaundice is the most common condition that requires medical attention in newborn babies. Although most newborns develop some degree of jaundice, a high level bilirubin puts a newborn at risk of bilirubin encephalopathy and kernicterus, which are rare but still occur in Egypt. This paper prese...

Journal: :Jornal de pediatria 2007
Vinod K Bhutani Lois Johnson

Newbornswith jaundice or unrecognized hyperbilirubinemia are a vulnerable population which is likely to be deprived from preventive and/or therapeutic healthcare services in their transition from birthing hospital to their homes. Of the 4million infants born each year in the United States, over 3.5 million are born at 35 or more weeks of gestation. Most have benign outcomes with little or no th...

2016
Woo Young Jun Min Jeng Cho Hye Seung Han Sun Hwan Bae

Inspissated bile syndrome (IBS) is a rare condition in which thick intraluminal bile, including bile plugs, sludge, or stones, blocks the extrahepatic bile ducts in an infant. A 5-week-old female infant was admitted for evaluation of jaundice and acholic stool. Diagnostic tests, including ultrasound sonography, magnetic resonance cholangiopancreatography, and a hepatobiliary scan, were not conc...

Journal: :The Journal of perinatal & neonatal nursing 2009
Ashley E Darcy

One of the goals of Healthy People 2010 (set in 1998) was to reduce preterm birthrates from 11.6% to 7.6%. However, in 2004, the preterm birthrate of 12.5% was actually higher than the rate in 1998. Approximately 65% of this increase in prematurity rate is attributed to the increasing birthrate of the late preterm infant. Care of the late preterm infant is far more complicated than many hospita...

Journal: :acta medica iranica 0
negar sajjadian department of pediatrics, shariati hospital, tehran university of medical sciences, tehran, iran. hamideh shajari department of pediatrics, shariati hospital, tehran university of medical sciences, tehran, iran. zeinab saalehi department of pediatrics, shariati hospital, tehran university of medical sciences, tehran, iran. fatemeh esphahani department of epidemiology, shariati hospital, tehran university of medical sciences, tehran, iran. paymaneh alizadeh taheri department of pediatrics, bahrami hospital, tehran university of medical sciences, tehran, iran.

hyperbilirubinemia is a common problem during neonatal period especially in preterm neonates. transcutaneous bilirubin measurement (tcb) by special devices had been documented as an effective tool for predicting neonatal jaundice in full term neonate, but for preterm infants the present evidences are controversial. we carried out a prospective study in shariati hospital nicu. 126 paired tcb/tot...

2013
Sukumarn Siripunthana Taninee Sahakitrungruang Suttipong Washarasindhu Kanya Suphapeetiporn Vichit Supornsilchai

Galactosemia is an autosomal recessive disorder, which caused by a deficiency of one of three enzymes that involved in the metabolism of galactose; galactokinase (GALK), galactose-1-phosphate uridyltransferase (GALT) and uridine-diphosphate galactose-4’epimerase (GALE). Clinical manifestations including poor feeding, jaundice, hepatomegaly, vomiting, hypoglycemia, convulsions, failure to thrive...

2017
Yun Hee Kim Ji Ho Song Chan Jong Kim Eun Mi Yang

Syphilis infection has re-emerged after years of declining incidence. The prevalence of congenital syphilis (CS) has increased in Korea and other countries during the last few decades. Untreated infants develop symptoms such as rhinorrhea, anemia, jaundice, cutaneous lesions, hepatosplenomegaly, and pseudoparalysis within weeks or months. Significant renal disease is uncommon in CS, and clinica...

Journal: :The Journal of pediatrics 2013
Vinod K Bhutani Ann R Stark Laura C Lazzeroni Ronald Poland Glenn R Gourley Steve Kazmierczak Linda Meloy Anthony E Burgos Judith Y Hall David K Stevenson

OBJECTIVE To test whether the combined use of total plasma/serum bilirubin (TSB) levels and clinical risk factors more accurately identifies infants who receive phototherapy than does the use of either method alone. STUDY DESIGN We recruited healthy infants of ≥35 weeks' gestation at 6 centers that practiced universal predischarge TSB screening. Transcutaneous bilirubin (TcB) was measured at ...

Journal: :Archives of disease in childhood 1947
L FINDLAY G HIGGINS M W STANIER

In spite of the frequency of icterus neonatorum and the work done to elucidate the problems connected with it, there still remains much divergence of opinion regarding its incidence and pathogenesis. Estimates of the incidence vary from 40 to 80 per cent. of the nYewborn. Since the detection of jaundice is influenced by many factors, such as the vascularity of the skin and the nature of the lig...

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

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

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