نتایج جستجو برای: jejunoileal atresia

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

Journal: :IP Journal of Surgery and Allied Sciences 2023

A gastric duplication cyst is not a common anomaly of the alimentary tract. The most site tract ileum. We found non-communicating cyst, along with greater curvature stomach during feeding gastrostomy for isolated Oesophageal atresia. are reporting associated atresia and left side one additional floating rib. This third case report in English literature.

2016
Vijay Singh Manish Pathak

BACKGROUND The purpose of this study is to analyze the etiology, clinical presentation and outcome of neonatal intestinal obstruction at our institute. MATERIALS AND METHODS The medical record of all the patients, presented with intestinal obstruction in neonatal period during 2014 and 2015 was reviewed retrospectively for etiology, clinical features, investigations, management, and outcome. ...

2015
MOHAMMED ZAKI AHMED M.A. GAFAR

Background: Neonatal intestinal atresia is commonly encountered congenital anomaly in the early days of life. Imaging is important for early diagnosis. Objective: This study was conducted for detecting radiological findings of different types of upper gastro-intestinal atresia (other than esophageal atresia) in correlation with surgical data. Patients and Methods: From April 2009 to April 2014,...

Journal: :Chang Gung medical journal 2006
Mei-Yung Chung Tan-Yung Ko Chung-Bin Huang Chiang-Hsuan Lee Chih-Sung Hsieh

Biliary atresia, malrotation, meconium peritonitis and transient hypothyroidism are occasionally seen in neonatal infants. Biliary atresia associated with malrotation has been reported in some patients with polysplenia syndrome, but biliary atresia associated with meconium peritonitis has only been described by a few investigators. Here we present a case of meconium peritonitis due to malrotati...

Journal: :Biology of reproduction 1994
J F Wiesen A R Midgley

The process of atresia is an all-or-none phenomenon in that an entire follicle either undergoes atresia or continues along the developmental pathway. The absence of pockets of atresia adjacent to healthy areas of granulosa cells suggests the existence of a coordinating influence within the entire follicular unit during the process of atresia. Gap junctions interconnect the granulosa cells and t...

2015
Ralf-Bodo Tröbs Micha Bahr Ralf Schulze Matthias Neid Wolfgang Pielemeier Claudia Roll

The colon is an unusual site of intestinal atresia. Colonic atresia is subdivided into three phenotypes. Type III is the most common phenotype, where the proximal and distal blind sacs are not connected. Here, we report on the presence of colonic atresia with an “inverse apple-peel” appearance in a neonate with gastroschisis. The lack of mesenteric fixation of the entire small intestine, includ...

2009
Punit Srivastava A. N. Gangopadhyay D. K. Gupta S. P. Sharma Vijay D. Upadhyaya Vijayendra Kumar Richa Jaiman

Atresia of ileocecal junction and isolated atresia of ileocecal valve are rare types of intestinal atresia with very few reports in literature. We report two such cases. Radiology showed dilated ileal segment and distal micro colon in both the cases. At laparotomy there was atresia of ileocecal junction in the first case and isolated ileocaecal valve atresia with normal ileocecal junction in th...

Mehrnoush Mousaviagdas1 Shahin Abdollahifakhim

Introduction: Neonatal nasal airway obstruction induces various degrees of respiratory distress. The management of this disease, including surgical repair, will depend on the severity and location of the obstruction. We describe here a case of congenital nasal nostril stenosis that required surgical repair for stenting of both nares after coanal atresia repair.   Case Report: A 2 days old femal...

Journal: :American journal of medical genetics. Part A 2007
Natalie S The Margaret A Honein Alissa R Caton Cynthia A Moore Anna Maria Siega-Riz Charlotte M Druschel

Biliary atresia is a rare birth defect that affects 1 in 12,000 to 1 in 19,500 live births. We used data from the National Birth Defects Prevention Study, a multistate case-control study, to identify potential risk factors for isolated biliary atresia (no additional unrelated major birth defects diagnosed). Infants were identified from eight states from 1997 to 2002, with clinical information a...

Journal: :Heart 2000
H Leonard G Derrick J O'Sullivan C Wren

OBJECTIVE To investigate mortality, cause of death, survival, and quality of life in all types of cardiac malformation with congenital pulmonary atresia. DESIGN Retrospective analysis. SETTING The resident population of one health region with a single tertiary referral centre. PATIENTS All babies with pulmonary atresia live born in 1980 to 1995. MAIN OUTCOME MEASURES Anatomical classifi...

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

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

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