نتایج جستجو برای: lichen extracts

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

Journal: :Brazilian journal of otorhinolaryngology 2009
Fernando Augusto Cervantes Garcia de Sousa Thaís Cachuté Paradella Adriana Aigotti Haberbeck Brandão Luiz Eduardo Blumer Rosa

UNLABELLED Histopathological diagnosis of oral lichen planus is not easy since some cases of epithelial dysplasia may present traits which are very similar to those from lichen planus. AIM to compare cell alterations which suggest malignancy present in oral lichen planus with those from epithelial dysplasia. MATERIAL AND METHODS histological cross-sections of oral lichen planus and dysplasi...

Journal: :Genome 2016
Kristiina Mark Carolina Cornejo Christine Keller Daniela Flück Christoph Scheidegger

Although lichens (lichen-forming fungi) play an important role in the ecological integrity of many vulnerable landscapes, only a minority of lichen-forming fungi have been barcoded out of the currently accepted ∼18 000 species. Regular Sanger sequencing can be problematic when analyzing lichens since saprophytic, endophytic, and parasitic fungi live intimately admixed, resulting in low-quality ...

Journal: :Journal of oral science 2006
Manish Juneja Sumita Mahajan Nirmala N Rao Thomas George Karen Boaz

Lichen planus is a dermatologic disease of unknown etiology characterized by keratotic plaques on the skin. Many patients also harbor white lesions of the oral mucosa. The literature contains numerous reports of lichen planus-like lesions evolving in conjunction with the administration of a variety of pharmacologic agents. It is difficult, if not impossible, to distinguish such lesions from one...

2016

Lupus erythematosus, especially the discoid form, and lichen planopilaris may be associated and can occur in different topographies (coexistence) or in the same lesion (lupus eythematosus/lichen planus overlap syndrome). Frontal fibrosing alopecia is considered a variant form of lichen Received: October 24, 2016 Accepted: October 27, 2016 Published online: November 12, 2016 Leandro Noriega Derm...

2013
Lichen Planus Shrinivas M Basavaraddi

Lichen planus is a fairly distinctive, chronic, immunologically mediated mucocutaneous disease, of uncertain etiology that was first described as a disease of the skin that can also affect mucosal surfaces, including those that line the oral cavity. The prevalence of LP in the general population is of the order of 0.9 to 1.2%. It is stated that approximately 40% of lesions occur on both oral an...

2017
Masoumeh Mehdipour Ali Taghavi Zenouz Somayeh Dastanpour Ayla Bahramian Narges Gholizadeh

Introduction: Malondialdehyde (MDA) is a useful determinant to show high level of lipid peroxidation which lead to impaired cell function. Previous studies have mentioned there is a relationship between high oxidative stress and low anti-oxidant activity in patients with oral lichen planus. The aim of this study was to evaluate serum level of Malondialdehyde as an indicator of oxidative stress ...

2017
J Xavier P Vieira-Baptista A Moreira R Portugal J Beires V Tanos

Background Lichen sclerosus most commonly affects the genital area. Contrarily to lichen planus, the involvement of the oral or vaginal mucosa is rare. Only four cases of vaginal lichen sclerosus have been described in the literature. Case report The authors report two cases of postmenopausal women with a history of vulvar pruritus and burning. Both presented with lesions of the vaginal mucos...

2015
Vanessa Cristina Soares Fabiane Mulinari-Brenner Tatiane Elen de Souza

BACKGROUND Lichen planopilaris is a frequent presentation of primary cicatricial alopecia. Scalp distribution characterizes the main clinical presentations: classic lichen planopilaris, frontal fibrosing alopecia and Graham-Little Piccardi-Lassueur Syndrome (GLPLS). OBJECTIVE Description of the clinical, dermoscopic and histopathological findings of Lichen planopilaris in public and private p...

Journal: :Oral surgery, oral medicine, oral pathology, oral radiology, and endodontics 1995
M L Van Dis E T Parks

The purpose of this study was to determine the prevalence of oral lichen planus in a population of patients with diabetes mellitus compared with a control population and to determine if patient medications had any influence on the presence of such lesions. Two hundred seventy-three patients with diabetes and an identical number of age-, gender- and race-matched controls were examined for clinic...

2014
Sook-Young Park Seol-Hwa Jang Soon-Ok Oh Jung A Kim Jae-Seoun Hur

Lichen studies, including biodiversity, phylogenetic relationships, and conservation concerns require definitive species identification, however many lichens can be challenging to identify at the species level. Molecular techniques have shown efficacy in discriminating among lichen taxa, however, obtaining genomic DNA from herbarium and fresh lichen thalli by conventional methods has been diffi...

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

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

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