نتایج جستجو برای: muco cutaneous lesions

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

Journal: :Organic & biomolecular chemistry 2012
Rakesh Jaiswal Michael H Dickman Nikolai Kuhnert

We report on a diastereoselective synthesis of six derivatives of caffeoyl- and feruloyl-muco-quinic acids. All the muco-quinic acid derivatives were obtained in excellent yield in five steps starting from quinic acid, caffeic acid and ferulic acid. Allyl ether protection of trans-hydroxy cinnamic acids was here introduced to chlorogenic acids synthesis. We show that muco-quinic acid derivative...

A Shir Del FZ Pezeshk Poor MJ Yazdan Panah

Background and aim: Adult T cell leukemia/lymphoma (ATLL) is an aggresive malignancy which may occur in human T lymphotropic virus1(HTLV1) infected persons. HTLV1 is endemic in Khorasan with prevalence of 2.3% in general population. Since specific cutaneous manifestations of lymphoma may occur in a significant number of patients, we studied ATLL patients in Mashhad.Mate...

Journal: :Skin 2023

Cutaneous metastases of prostate cancer are a rare entity and mimic many other common cutaneous conditions such as cellulitis, zosteriform lesions, others, making it easy to misdiagnose. Recognition this condition is vital prevent delays in treatment, lesions usually appear late stages the disease associated with high fatality rate. Here we describe case 64-year-old man history diffuse metastat...

2016
Seung-Hwan Choi Ki-Ho Kim Ki-Hoon Song

BACKGROUND The global prevalence of premalignant lesions has been continuously increasing in recent years, but there has been little research regarding the distribution and incidence of cutaneous premalignant lesions in Korean populations. OBJECTIVE We conducted this retrospective study to analyze recent trends in the incidence and clinical patterns of cutaneous premalignant lesions in the Ko...

ژورنال: Hormozgan Medical Journal 2007
Bahmani, M, Salmanpoor, R,

Introduction: Cutaneous leishmaniasis is a parasitic disease caused by various Leishmaniasis species and can result in a disfiguring scar. Hence, effective treatment is mandatory for prevention of the disease sequellae. The goal of this study was assessment and comparison of intralesional Glucantime plus steroid with intralesional Glucantime in the treatment of cutaneous leishmaniasis. Method...

Journal: :Dermatology online journal 2011
J Gomes T Pereira A Carvalho C Brito

Primary cutaneous actinomycosis is very uncommon. We report a patient with cutaneous actinomycosis with multiple lesions without any detectable extra-cutaneous lesions. In our patient the actinomycosis was the presenting manifestation of HIV infection.

Journal: :acta medica iranica 0
m. rasoolinejad m. haji abdolbaghi m. emami m. zarchi m. gerami

phaeohyphomycosis is an amalgam of clinical diseases caused by a wide variety of dematiaceous fungi. we are reporting on a 16 year-old patient from amol with subcutaneous cervical nodes and nasopharyngeal lesions of phaeohypho mycosis that were confirmed by pathological examination, direct smear, and culture. after treatment with an oral triazole (itraconazole) for 4 months, all nodes and lesio...

Journal: :Actas dermo-sifiliograficas 2007
I Cervigón A Palomo L M Torres

A 71-year-old woman, receiving treatment for type 2 diabetes mellitus, hypertension, and hypercholesterolemia, had suffered an ethanol burn affecting the facial, anterior cervical, and neckline region 7 years earlier. She consulted the outpatient department for inflammation and pruritus in the scars that began 4 months earlier. She also presented new lesions on healthy skin, but no associated s...

Journal: :Clinics in plastic surgery 2005
Michelle A Spring Michael L Bentz

Vascular anomalies are lesions seen in all surgical disciplines, particularly in pediatric patients. Specialization in vascular anomalies involves a team effort, with the team consisting of plastic surgeons, general surgeons, neurosurgeons, pediatricians, interventional radiologists, dermatologists, ophthalmologists, otolaryngologists, hematologists, and pathologists. Inconsistent nomenclature ...

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

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

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