نتایج جستجو برای: branchioma

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

2015
Francesco Gargano Karen Szymanski Mitchell Bosman Silvio Podda

DESCRIPTION A 2-year-old boy presented with an atypical craniofacial cleft going through the right nostril with a soft-tissue extension of 2 × 1 cm. A computed tomographic scan showed bony involvement of the right nasal bone, right frontal bone, anterior cribriform plate anomalies, and no encephalocele.

2012
Sudipta Kumer Mukherjee Chandra Bidhan Gowshami Abdus Salam Ruhul Kuddus Mohshin Ali Farazi Jahid Baksh

An 11 years old boy came, with complain of mild dysarthria. Examination revealed marked hemiatrophy of left side of the tongue. Five months back he underwent ipsilateral branchial cyst operation. To our knowledge, no case was reported. After branchial cyst operation if there is any residual remnant chance of recurrence is very high.

2016
Rajesh Ballal Kalpa Pandya

Introduction Sialolithiasis is the formation of a calcified mass (sialolith) in the salivary glands. It is said to affect 0.1 to 1% of the population with a male predilection and 30 to 60 years being the most common age. (1)Of all the salivary glands, sialoliths are most commonly found in the submandibular gland (80-95%) (2). This is owing to longer, tortuous Wharton's duct, anti-gravity flow o...

Journal: :European journal of orthodontics 2013
Nina K Anderson Yasas S N Jayaratne Roger A Zwahlen

The objectives of this study were to compare the ratings of professionals and laypeople with and without a cleft regarding the facial aesthetics of adult patients previously treated for orofacial clefting. The necessity for further treatment, as perceived by the respective groups, is also compared. The design of the study was a cross-sectional study. Professionals (two plastic surgeons, one den...

2006
S. Rahman

A 48 years old Malay lady with a case of painless soft fluctuant swelling of left parotid gland is reported. The lesion was found to be a cystic lesion through the pre operative examinations and investigations. The cyst was completely excised, taking care not to injure the lower division of the facial nerve. Post recovery was uneventful with no defect of the facial nerve functions. The histolog...

Journal: :The Journal of experimental biology 1998
C Hogstrand N Webb C M Wood

The possible coupling between regulation of the affinities for branchial Zn and Ca influx was investigated in juvenile rainbow trout Oncorhynchus mykiss acclimated to relatively hard fresh water ([Ca]=1.0 mmol l-1). The Km for branchial Ca influx was manipulated experimentally by exposing the fish to 2.3 micromol l-1 waterborne Zn for a total of 28 days. This procedure resulted in rapidly incre...

Journal: :Journal of the South African Veterinary Association 2014
Rhoda Leask Kenneth P Pettey Gareth F Bath

Congenital malformations of the branchial arches, clefts and grooves have not been previously reported in sheep. These defects may be due to infectious agents (especially viruses), toxins or genetic abnormalities. Defects were reported in two of a set of quadruplet lambs born prematurely to an eight-tooth Mutton Merino ewe. The lambs weighed between 2.0 kg and 2.5 kg; this is below the normal e...

Journal: :Cases Journal 2008
Ghee Soon Ang Frank Bochmann Augusto Azuara-Blanco

INTRODUCTION Plateau iris is recognised as an important cause of primary angle closure glaucoma. The management of this condition generally comprises laser peripheral iridotomy and iridoplasty, to remove any component of relative pupillary block and to widen the iridotrabecular drainage angle respectively. However, plateau iris may be associated with multiple iris cysts at the iridociliary junc...

Journal: :Mechanisms of Development 1997
Thomas Brand Birgit Andrée André Schneider Astrid Buchberger Hans-Henning Arnold

cNkx2-8 represents a novel member of the NK2-family transcription factors. The gene contains three highly conserved regions, the TN-, NK2-, and homeodomains which are diagnostic for this group of proteins. cNkx2-8 is expressed during chick embryogenesis in ventral foregut endoderm, myocardial mesoderm, epithelium of the branchial arches and the dorsal mesocardium. While cNkx2-8 expression parti...

Journal: :The Ulster Medical Journal 1998
M. J. McClure C. S. McKinstry R. Stewart M. Madden

CASEREPORT A fifty-nine-year-old man was referred with a twelve month history of a swelling in the left side of his neck. He reported that the swelling varied in size with time. It was never painful nor inflamed. He had occasional pains in his left shoulder radiating into his neck, but this was relieved with anti-anginal medication. He was a non-smoker. There was no associated hoarseness, dysph...

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

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

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