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

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

2012
Liora Harel Eduard Ling Tirza Klein Moshe Israeli Jacob Amir

Purpose PFAPA is an autoinflammatory syndrome of childhood characterized by recurrent attacks of fever, aphthous stomatitis, pharyngitis and adenitis. The underlying immune disorder is poorly understood, albeit activation of Th1 related cytokines has been observed. We aimed to compare concentration of proinflammatory cytokines and selected chemokines in PB during and between febrile episodes in...

2013
L Broderick D Carvalho A Magit W Jiang S Leuin M Bothwell D Kearns S Pransky HM Hoffman

Introduction Periodic Fever, Aphthous stomatitis, Pharyngitis and Adenitis (PFAPA) syndrome is an autoinflammatory disorder of childhood and little is known about the underlying etiology. While mutations involving the IL-1 pathway have been identified in other recurrent fever disorders, including TNF-receptor associated periodic syndrome (TRAPS) and cryopyrin-associated periodic syndrome (CAPS)...

Journal: :iranian journal of allergy, asthma and immunology 0
shamsolmoulouk najafi dental research center, school of dentistry, tehran university of medical sciences, tehran, iran mahsa mohammadzadeh department of orthodontic, dental branch, islamic azad university, tehran, iran alireza zare bidoki noncommunicable diseases research center, fasa university of medical sciences, fasa, iran and thrombosis hemostasis research center, tehran university of medical sciences, tehran, iran ghasem meighani department of pediatrics , school of dentistry, tehran university of medical sciences, tehran, iran saeed aslani rheumatology research center, tehran university of medical sciences, tehran, iran and department of immunology, school of medicine, tehran university of medical sciences, tehran, iran mahdi mahmoudi rheumatology research center, tehran university of medical sciences, tehran, iran

recurrent aphthous stomatitis (ras) is known as the most common chronic disease of the oral cavity, which affects a range of 5-25% of the population. ras appears to be associated with some human leukocyte antigen (hla) class ii alleles and haplotypes. this study attempts to survey the distribution of hla-drb and -dqb alleles among iranian ras patients and healthy controls. in order to evaluate ...

Journal: :iranian red crescent medical journal 0
shokouhsadat hamedi department of traditional pharmacy, faculty of traditional medicine, tehran university of medical sciences, tehran, ir iran omid sadeghpour herbal medicine department, research institute for islamic and complementary medicine, iran university of medical sciences, tehran, ir iran; herbal medicine department, research institute for islamic and complementary medicine, iran university of medical sciences, tehran, ir iran. tel: +98-2133950154 mohammad reza shamsardekani department of traditional pharmacy, faculty of traditional medicine, tehran university of medical sciences, tehran, ir iran; department of pharmacognosy, school of pharmacy, tehran university of medical sciences, tehran, ir iran gholamreza amin department of traditional pharmacy, faculty of traditional medicine, tehran university of medical sciences, tehran, ir iran; department of pharmacognosy, school of pharmacy, tehran university of medical sciences, tehran, ir iran dawood hajighasemali faculty of traditional medicine, tehran university of medical sciences, tehran, ir iran zohreh feyzabadi school of persian and complementary medicine, mashhad university of medical sciences, mashhad, ir iran

conclusions the plants listed can be used as a prediction of rau management. of course, there are is no evidence for curing rau by some of these plants in allopathic medicine, and the further investigations in this area could lead to the discovery of a new drug evidence acquisition iranian medical sources were reviewed and effective plants used in the traditional treatment of rau were found and...

Journal: :Journal of clinical gastroenterology 2010
Jianfeng Cheng Ted Malahias Pardeep Brar Maria Teresa Minaya Peter H R Green

GOALS AND BACKGROUND European studies have demonstrated that dental enamel defects and oral aphthae are observed in celiac disease (CD). We investigated this association in a US population. STUDY Biopsy proven CD patients and controls were recruited from a private dental practice and from CD support meetings. History of aphthae was taken and dental examination was performed by a single dentis...

2008
S. Dunstan

Behqet's disease (BD) is best considered as a systemic vasculitis in which recurrent orogenital ulceration is a prominent feature. In 1937 Hulusi Behqet described the syndrome that bears his name' but the term 'BehNet's disease' is now used in preference to 'Behqet's syndrome'. Behqet, himself, recognized the problems related to its diagnosis for which there remains no diagnostic test. BD is ra...

Journal: :Jornal de pediatria 2002
Patrícia R de Albuquerque Maria Teresa R A Terreri Cláudio A Len Maria Odete E Hilário

OBJECTIVE To make Pediatricians aware of the fact that they must investigate Behçet's disease while performing differential diagnosis of recurrent aphthous stomatitis, even though it is a vasculitis of rare occurrence in early life. METHODS Between June 1996 and December 2000, we retrospectively evaluated seven patients of our Pediatric Rheumatology Unit. Demographic, clinical, and laboratory...

Journal: :Vojnosanitetski pregled 2015
Verica Pavlić Vesna vujić-Aleksić Akira Aoki Lana Nežić

BACKGROUND/AIM Recurrent aphthous stomatitis (RAS) is defined as multifactor immunologic inflammatory lesions in the oral cavity, characterized by painful, recurrent single/multiple, shallow, round or ovoid ulcerations of mucosal tissues. To date, a considerable number of RAS treatment protocols have been suggested, but since the etiology of RAS is idiopathic, these treatment options have sympt...

2014
Daša Perko Maruša Debeljak Nataša Toplak Tadej Avčin

Introduction PFAPA syndrome is the most common autoinflammatory fever disorder in childhood, characterized by recurrent fever, aphthous stomatitis, pharyngitis and adenitis. Mutations in the MEFV and NLRP3 genes are known to cause syndromes with PFAPA overlapping symptoms (Familial Mediterranean Fever and Cryopyrin-Associated Periodic Syndrome), which are rarely reported in patients from Slovenia.

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

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

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