نتایج جستجو برای: orofacial complications

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

Journal: :Journal of clinical and experimental dentistry 2016
Dídac Sotorra-Figuerola Alba Sánchez-Torres Eduard Valmaseda-Castellón Cosme Gay-Escoda

BACKGROUND To determine the clinical characteristics of Continuous Neuropathic Orofacial Pain in patients that suffer Persistent Idiopathic Facial Pain (PIFP), Painful Post-Traumatic Trigeminal Neuropathy (PPTTN) or Burning Mouth Syndrome (BMS) and to describe their treatment. MATERIAL AND METHODS A retrospective observational study was made, reviewing the clinical history of the patients dia...

Journal: :Cell stem cell 2012
Jeremy J Mao Darwin J Prockop

The face distinguishes one person from another. Postnatal orofacial tissues harbor rare cells that exhibit stem cell properties. Despite unmet clinical needs for reconstruction of tissues lost in congenital anomalies, infections, trauma, or tumor resection, how orofacial stem/progenitor cells contribute to tissue development, pathogenesis, and regeneration is largely obscure. This perspective a...

Journal: :avicenna journal of dental research 0
f. ahmadi motemayel assistant professor, department of oral medicine, faculty of dentistry, hamadan university of medical scienسازمان اصلی تایید شده: دانشگاه علوم پزشکی همدان (hamadan university of medical sciences) hr. abdolsamadi associated professor, department of oral medicine, faculty of dentistry, hamadan university of medical sciences, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی همدان (hamadan university of medical sciences) s. irani assistant professor, department of oral pathology, faculty of dentistry, hamadan university of medical sciences, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی همدان (hamadan university of medical sciences) r. bardal assistant professor, department of oral radiology, faculty of dentistry, hamadan university of medical sciences, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی همدان (hamadan university of medical sciences)

orofacial granulomatosis(ofg) is a granulomatous disease of the orofacial region which appears usually as a persistent and/or recurrent labial soft tissues swelling in the orofacial region and is characterized histologically by a granulomatous inflammation. ofg may cause significant cosmetic and functional problems but can be prevented if the disease is diagnosed early and promptly treated. the...

Journal: :Journal of postgraduate medicine 2002
A Gaver G Polliack R Pilo M Hertz E Kitai

We describe a patient with orofacial pain as the presenting symptom caused by a mandibular metastasis from a previously undiagnosed cancer of the prostate. This possibility should be considered in the differential diagnosis of male patients presenting with orofacial pain.

2014
Robert M. Mason

Objective: The purpose of this editorial is to alert otolaryngologists to Orofacial Myofunctional Disorders (OMDs) and their primary causes of airway interferences and allergies. An understanding of the variety of OMDs should facilitate improved communications between otolaryngologists and orofacial myologists. Method: OMDs are identified, and the dental alignment and other consequences of OMDs...

2015
Peter Stoustrup Kasper Dahl Kristensen Annelise Küseler Thomas Klit Pedersen Troels Herlin

BACKGROUND Temporomandibular joint (TMJ) inflammation in patients with juvenile idiopathic arthritis (JIA) can lead to orofacial pain and malfunction of the TMJ. Intra-articular corticosteroid injections (IACI) have been suggested as a treatment modality against TMJ arthritis-related orofacial signs and symptoms. However, knowledge of the effect-durability of these injections remains unanswered...

Journal: :veterinary research forum 2012
esmaeal tamaddonfard amir erfanparast emad khalilzadeh

in this study, the effects of subcutaneous (sc) injection of pilocarpine (a cholinomimetic agent) and atropine (a muscarinic receptors antagonist) were investigated on a tonic model of orofacial pain in rats. the contribution of the endogenous analgesic opioid system was assessed using naloxone (an opioid receptors antagonist). tonic orofacial pain was induced by sc injection of a diluted forma...

2010
Tatiana V. Macfarlane Anthony S. Blinkhorn Laura J. Stevenson Paul Coulthard

OBJECTIVES The aim of the current study was to investigate whether there was a relationship between a history of third molar removal and the prevalence of orofacial pain in a sample of the general population. MATERIAL AND METHODS A survey was conducted in South East Cheshire, United Kingdom (81% participation rate). Information was collected using postal questionnaires (n = 1510) and dental r...

2014
Pablo Castelo-Baz Juan M. Seoane-Romero Lucía García-Caballero José M. Suárez-Peñaranda María A. Romero-Méndez Pablo Varela-Centelles

Orofacial granulomatosis is defined by permanent or recurrent swelling of orofacial tissues with different multiform and multifocal clinical patterns. An 11-year old boy presented with a 2-month history of mucosa enlargement. Intraoral examination revealed an erythematous, polylobulated, exophytic lesion with a smooth surface located in retromolar mucosa, non-tender and non-infiltratated to pal...

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

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

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