نتایج جستجو برای: parotid glands

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

Journal: :Turkish archives of otorhinolaryngology 2016
Serhat İnan Erdinç Aydın Seda Türkoğlu Babakurban Eda Yılmaz Akçay

Pleomorphic adenoma (PA) is the most common benign tumor of salivary glands. Most PAs occur in the parotid (80%), followed by the submandibular gland (10%) and minor salivary and sublingual glands (10%). Submandibular gland PAs usually manifest in the submandibular area as a painless hard mass. Although several recurrent parotid gland PA cases have been reported in the literature, recurrent sub...

Journal: :Archives of oral biology 1979
B Tandler J H Lillie D K MacCallum

Crystalloid-containing bodies that may be lysosomes were observed by electron microscopy in acinar and striated duct cells of normal fasted rat parotid glands. The crystalloids varied in number from animal to animal and from lobule to lobule. They consisted of either parallel linear densities with a 5Snm periodicity, or of alternating major dense and minor light lines, with a 15 nm distance bet...

Journal: :AJNR. American journal of neuroradiology 2005
Yukinori Takagi Misa Sumi Tadateru Sumi Yoko Ichikawa Takashi Nakamura

BACKGROUND AND PURPOSE MR imaging of the salivary glands has been applied to the diagnosis of Sjogren's syndrome; however, the diagnosis remains qualitative. We sought to establish and evaluate quantitative MR imaging criteria for the diagnosis of Sjogren's syndrome. METHODS MR imaging with a 47-mm microscopy coil was performed in 83 patients with xerostomia (55 patients with Sjogren's syndro...

Journal: :Proceedings of the Royal Society of Medicine 1915

2010
E. Lamy A. V. Coelho

In order to study the effects of tannins at histomorphological level, mice were either fed with three structurally different types of tannins (tannic acid, chestnut, and quebracho) or treated with isoproterenol, during 10 days. Acini of parotid and submandibular glands increased significantly, being the increase higher for parotid compared to submandibular glands, and higher in the quebracho co...

2018
Achim M Franzen Shirrell Glitzky Ashok Moganti Frank Lippek Annekatrin Coordes

Metastases of renal cell carcinoma (RCC) involving the parotid gland are very rare. We present to our knowledge the first case of a 74-year-old woman with metastases of an RCC which affected both parotid glands six and twelve years following curative therapy.

2016
Jens Kristjan GUDMUNDSSON Aida AJAN Jahan ABTAHI

Objective Fine-needle aspiration cytology is a valuable method for preoperative assessment of head and neck tumors. However, its accuracy in detection of salivary gland masses is controversial compared with other methods. The aim of this work was to evaluate the effectiveness and accuracy of fine-needle aspiration cytology (FNAC) in the diagnosis of parotid gland masses. Material and Methods ...

Journal: :Brazilian dental journal 2003
Soraya Coelho Leal Orlando Ayrton de Toledo Ana Cristina Barreto Bezerra

The purpose of this study was to analyze the morphological alterations that occurred in the parotid glands of rats maintained on a liquid diet compared to a solid diet. Thirty-six animals were randomly divided into two groups. The control group received a solid diet, and the experimental group received a liquid diet. The animals were killed after 8, 15 and 30 days. The glands were prepared for ...

Journal: :Japanese journal of pharmacology 1985
Y Hagino H Nomura T Nomura H Maekawa K Izuhara M Tachibana

The change in responsiveness to alpha-adrenergic stimulation and to calcium ions in amylase release from parotid glands of hypothyroid rats was compared with that in euthyroid rats. Calcium depletion and addition of verapamil or W-7 in the medium caused a decrease in methoxamine-induced amylase release in both eu- and hypothyroid rats. Moreover, addition of calcium ions to Ca2+-free medium mark...

2013
Manisha Tambekar Shilpi Sahu

Warthin’s tumor, also known as papillary cystadenoma lymphomatosum or adenolymphoma, is the second most common benign tumor of the salivary glands. It arises exclusively in lower part of the parotid gland and affects mainly male in sixth or seventh decades of life. Studies have shown that there is a close association between Warthin’s tumor and cigarette smoking. Preoperative fine needle aspira...

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

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

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