نتایج جستجو برای: congenital distichiasis

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

Background and aims: Congenital anomalies are as the major causes of stillbirths, neonatal death, disability and childhood health problems all over the world. The aim of this study was to determine the incidence and pattern of congenital anomalies in newborn during the first 24 hours of life in Shahid-Madani hospital, Azarshahr, Tabriz, during two periods 2002-2003 and 2...

Reza Yaghoobi, Seyyed Arash Abtahian

Psoriasis is quite common in childhood, although congenital psoriasis is very rare. Here, we report a 2-year-old girl with typical linear psoriasis associated with bilateral hypopigmentation of breasts which has been present since birth.  

Journal: :Archives of ophthalmology 2002
Jorge G Camara Ly T Nguyen Marither Sangalang-Chuidian Jesus N Ong Jessica P Fernandez-Suntay Ronald B Zabala Roderick B D Domondon

OBJECTIVE To describe a new physical finding called involutional lateral entropion (ILE) of the upper eyelid found in Asian patients. METHODS A prospective case series study of 53 consecutive patients with ILE of the upper eyelid, from the practice of one of the authors (J.G.C.), was performed. All of the patients in this series were Asian. Clinical findings on ocular examination, symptoms, a...

Journal: :The Journal of clinical investigation 2015
Amélie Sabine Esther Bovay Cansaran Saygili Demir Wataru Kimura Muriel Jaquet Yan Agalarov Nadine Zangger Joshua P Scallan Werner Graber Elgin Gulpinar Brenda R Kwak Taija Mäkinen Inés Martinez-Corral Sagrario Ortega Mauro Delorenzi Friedemann Kiefer Michael J Davis Valentin Djonov Naoyuki Miura Tatiana V Petrova

Biomechanical forces, such as fluid shear stress, govern multiple aspects of endothelial cell biology. In blood vessels, disturbed flow is associated with vascular diseases, such as atherosclerosis, and promotes endothelial cell proliferation and apoptosis. Here, we identified an important role for disturbed flow in lymphatic vessels, in which it cooperates with the transcription factor FOXC2 t...

Journal: :Lymphology 2012
S Michelini D Degiorgio M Cestari D Corda M Ricci M Cardone A Mander L Famoso E Contini R Serrani L Pinelli S Cecchin M Bertelli

Primary lymphedema is characterized by altered morphological development of lymphatic vessels causing fluid accumulation in interstitial spaces. In familial forms, it is primarily transmitted as a dominant Mendelian trait with heterozygous mutations in genes involved in lymphangiogenesis. We used PCR and direct sequencing to analyze the region of the fms-related tyrosine kinase 4 (FLT4) gene en...

Journal: :international journal of pediatrics 0
b imani department of pediatric, picu dr.sheikh hospital, mashhad university of medical science (mums), mashhad, iran. f kalani department of pediatric, mashhad university of medical science(mums), mashhad, iran.

introduction: infants born with congenital anomalies demand individualized nutritional evaluations and recommendations. the anatomical changes of neonatal surgical diseases create specific physiological constraints.patients with different congenital anomalies have different nutritional support needs. it is essential to know the exact physiology of these anomalies in order to be able to manage a...

Cervical abnormalities may be congenital or acquired. Congenital anomalies of the cervix are rarely isolated, and more commonly accompany other uterine anomalies. Various imaging tools have been used in the assessment of Mullerian duct anomalies (MDAs). Currently, magnetic resonance imaging (MRI) is the modality of choice for definitive diagnosis and classification of the MDAs. Hysterosalpingog...

Journal: :the journal of tehran university heart center 0
yaser jenab imam khomeini hospital, medical sciences / university of tehran, tehran, iran. ali kazemi khaledi imam khomeini hospital, medical sciences / university of tehran, tehran, iran. hassan ranjbarnejad imam khomeini hospital, medical sciences / university of tehran, tehran, iran. arezu zoroufian tehran heart center, medical sciences / university of tehran, tehran, iran. mahmood shahzadi imam khomeini hospital, medical sciences / university of tehran, tehran, iran.

the majority of coronary artery fistulas (cafs) are congenital. the anomaly accounts for 0.4% of congenital heart defects and approximately 50% of pediatric coronary vasculature anomalies. twenty percent of people with congenital cafs have other concomitant cardiac anomalies, most frequently aortic and pulmonary atresia and patent ductus arteriosus. it is worthy of note that caf with the tetral...

Journal: :Proceedings of the Royal Society of Medicine 1939

Gila Behzadi Mohammad-Reza Afarinesh

Background & Aims: Thyroid hormones are of great importance in the development of the central nervous system. Congenital hypothyroidism may affect the reorganization of specific and non-specific thalamocortical afferents to whisker–related sensory (wS1) corticol region in rats. Methods: Congenital hypothyroidism was induced by adding propylthiouracil (PTU) (25 ppm) to the rats...

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

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

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