نتایج جستجو برای: enterocolitis incidence

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

Journal: :Gut 1996
J M Farrant Z Traill C Conlon B Warren N Mortensen F V Gleeson D P Jewell

Enterocolitis necroticans or pigbel is a rare condition characteristically affecting chronically malnourished people who abruptly increase their intake of protein. The classic presentation of the disease as seen in the highlands of Papua New Guinea is that of a necrotising enterocolitis after the ritual ingestion of contaminated pork. In this context, the presentation of the same disease in a w...

Background: Heated humidified high-flow nasal cannula (HHHFNC) is gaining popularity as an alternative to nasal continuous positive airway pressure (nCPAP) therapy in the management of preterm neonates with respiratory distress due to ease of administration and patient comfort. However, limited evidence is available addressing its risks and benefits. To study the efficacy and safety of HHHFNC i...

Journal: :British medical journal 1972
H Stein J Beck A Solomon A Schmaman

Eleven premature babies developed necrotizing enterocolitis in an epidemic of gastroenteritis and salmonella infection. This occurred in one of two premature baby wards over a period of 10 weeks. All affected babies had severe gastroenteritis and six had salmonella infection. No cases of necrotizing enterocolitis occurred in the unaffected ward during the same period. All other possible factors...

Journal: :Archives of disease in childhood 1990
C Hoy M R Millar P MacKay P G Godwin V Langdale M I Levene

Quantitative studies of faecal bacterial flora were carried out during the week preceding the clinical onset of 12 episodes of neonatal necrotising enterocolitis. There were considerable quantitative changes in the faecal flora preceding the clinical onset of both definite and possible episodes of necrotising enterocolitis. There was a decline in the numbers of some species from up to 72 hours ...

Journal: :The Southeast Asian journal of tropical medicine and public health 2012
Akira Kobayashi Yasuo Adachi Yoshinori Iwata Yoshiyuki Sakai Kazuaki Shigemitu Miwako Todoroki Mituru Ide

Typhoid fever is a major health problem in many developing countries and its clinical features are similar to other types of bacterial enterocolitis. Definitive diagnosis by blood culture requires several days and is often unfeasible to perform in developing countries. More efficient and rapid diagnostic methods for typhoid are needed. We compared the pathological changes in the bowel and adjac...

Journal: :archives of clinical infectious diseases 0
masoud mardani infectious diseases and tropical medicine research center, shahid beheshti university of medical sciences, tehran, ir iran; infectious diseases and tropical medicine research center, shahid beheshti university of medical sciences, tehran, ir iran. tel.: +98-2122439963, fax: +98-2122439964

Journal: :iranian journal of neonatology 0
deepak kumar sharma fernandez hospital ,ooposite old mla quarters

nec is inflammatory necrosis of intestine with most common site being terminal ileum and ascending colon in preterm babies (1). the condition is typically seen in premature infants, and the timing of its onset is generally inversely proportional to the gestational age of the baby at birth, i.e. the earlier a baby is born, longer is the time of risk for nec in premature babies. the incidence of ...

Journal: :international journal of preventive medicine 0
amir‑mohammad armanian alireza sadeghnia maryam hoseinzadeh maryam mirlohi awat feizi nima salehimehr

background: necrotizing enterocolitis (nec) is one of the most destructive diseases associated with conditions of neonatal prematurity. supplementation with enteral prebiotics may reduce the incidence of nec, especially in infants who fed exclusively with breast-milk. therefore, we compared the efficacy and safety of enteral supplementation of a prebiotic mixture (short chain galacto-oligosacch...

Journal: :Archives of disease in childhood 1993
K J Price N R Roberton R G Pearse

Two cases of intussusception in infants born at 26 and 30 weeks' gestation are described. The two infants presented in the neonatal period with abdominal distension, intolerance of feeds, and rectal bleeding. An initial diagnosis of necrotising enterocolitis was made and the infants were treated medically. This led to a delay in the diagnosis of the intussusception. Published work on neonatal i...

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

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

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