نتایج جستجو برای: ductal plate malformation

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

2006
Hee Jin Chang So Young Jin Chanil Park Young Nyun Park Ja June Jang Cheol Keun Park Yeon Lim Suh Eunsil Yu Dae Young Kang Han Ik Bae

Mesenchymal hamartoma (MH) of the liver is an uncommon benign lesion related to ductal plate malformation. It is usually cystic and mainly composed of myxoid mesenchymal tissue with tortuous or cystic bile ducts. In order to characterize the clinicopathological features of MH, the Korean Gastrointestinal Pathology Study Group collected a total of 17 MH cases diagnosed in 7 hospitals from 1992 t...

Journal: :Annals of hepatology 2009
Parviz Tabatabaie Gholam-Hossein Fallahi Fatemeh Farahmand Kambiz Eftekhari Maedeh Ahmadi Faezeh Ahmadi Fatemeh Bazvand Nima Rezaei

Congenital choledochal cyst is malformation of the biliary ductal system, which rarely occur. We describe here a 4-month old boy, who was referred to our center with respiratory distress and low level consciousness. In physical examination, a mass was detected in right upper quadrant of abdomen. Sonographic examination indicated a cystic structure representing the choledochal cyst. Further eval...

Journal: :International journal of clinical and experimental pathology 2013
Tadashi Terada

In the current WHO blue book, combined hepatocellular-cholangiocarcinoma (C-HCC-CC) was classified into two types; classical type and type with stem cell features. The latter is extremely rare, and is subcategorized into the following three subtypes; typical subtype, intermediate cell subtype, and cholangiocellular subtype. Recently, intrahepatic cholangiocarcinoma (ICC) with features of ductal...

Journal: :Archives of disease in childhood 1994
H E Hughes S J Davies

The incidence of congenital heart defects in patients with Kabuki syndrome is estimated to be about 30%. To date, no specific type of heart malformation is known to be associated with the syndrome. A further 20 unselected children with Kabuki syndrome are presented. The incidence of heart abnormalities in these children is almost twice that previously reported (55%) and juxta-ductal coarctation...

2016
Andjenie Madhuban Freek van den Heuvel Margriet van Stuijvenberg

The authors report the case of a neonate presenting with signs of a congenital cardiac disease. Echocardiography showed a structural normal heart, right-to-left ductal flow, a dilated superior caval vein, and reversed diastolic flow in the proximal descending aorta. Brain magnetic resonance imaging showed a vein of Galen arteriovenous malformation. This highlights the importance of considering ...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2003
Yves Jossin Masuhara Ogawa Christine Metin Fadel Tissir André M Goffinet

During development, most cortical neurons migrate to the cortical plate (CP) radially. CP development is abnormal in reeler and other mutant mice with defective Reelin signaling. Reelin is secreted by Cajal-Retzius cells and binds to the very low density lipoprotein receptor and apolipoprotein E receptor type 2 receptors on the surface of CP cells, inducing tyrosine phosphorylation of the intra...

Journal: :Journal of medical genetics 2010
D Doherty M A Parisi L S Finn M Gunay-Aygun M Al-Mateen D Bates C Clericuzio H Demir M Dorschner A J van Essen W A Gahl M Gentile N T Gorden A Hikida D Knutzen H Ozyurek I Phelps P Rosenthal A Verloes H Weigand P F Chance W B Dobyns I A Glass

OBJECTIVE To identify genetic causes of COACH syndrome BACKGROUND COACH syndrome is a rare autosomal recessive disorder characterised by Cerebellar vermis hypoplasia, Oligophrenia (developmental delay/mental retardation), Ataxia, Coloboma, and Hepatic fibrosis. The vermis hypoplasia falls in a spectrum of mid-hindbrain malformation called the molar tooth sign (MTS), making COACH a Joubert syn...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2006
Xun Cheng Ching-mei Hsu D Spencer Currle Jia Sheng Hu A James Barkovich Edwin S Monuki

The roof plate is a well known signaling center in CNS development, but its roles in the developing telencephalon and the common holoprosencephaly (HPE) malformation have been uncertain. Using cellular ablations in mice, we show that roof plate cell loss causes failed midline induction and HPE in the dorsal telencephalon. This morphologic phenotype is accompanied by selective deficits in midlin...

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

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

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