نتایج جستجو برای: livedoid dermatitis

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

Journal: :International Journal of Dermatology 2021

2010
Daniel D Bennett Maro Ohanian Christian T Cable

New clinical indications for rituximab seem to appear every day. This review will trace the use of this monoclonal antibody from lymphoid malignancy, to classic autoimmune disease, and specifically severe autoimmune skin diseases. The history leading to different dosing schema with associated pharmacokinetic data will be discussed. A case of livedoid vasculopathy (atrophie blanche) responding t...

Journal: :Actas dermo-sifiliograficas 2011
B Monteagudo M Cabanillas A Acevedo C de las Heras O Suárez-Amor A Ramírez-Santos J Labandeira

Careful consideration must be given to the possibility of occult neoplasms in dermatomyositis in middle-aged to elderly patients.3,8,9 The most common cancers found in association with dermatomyositis are ovarian, pancreatic, and lung cancers. We have presented a case of dermatomyositis associated with cancer of the lung and presenting livedo reticulated ulcers due to livedoid vasculopathy. We ...

Journal: :Anais brasileiros de dermatologia 2011
Paulo Ricardo Criado Evandro Ararigboia Rivitti Mirian Nacagami Sotto Neusa Yuriko Sakai Valente Valeria Aoki Jozelio Freire de Carvalho Cidia Vasconcellos

Livedoid vasculopathy is a skin disease that occludes the blood vessels of the dermis. It has a pauciinflammatory or non-inflammatory nature. It is characterized by the presence of macular or papular, erythematous-purpuric lesions affecting the legs, especially the ankles and feet, and producing intensely painful ulcerations, which cause white atrophic scars called "atrophie blanche". This revi...

Journal: :journal of skin and stem cell 0
elham behrangi department of dermatology, iran university of medical sciences, tehran, iran habib ansarin department of dermatology, iran university of medical sciences, tehran, iran tanaz hoseinzade fakhim department of dermatology, iran university of medical sciences, tehran, iran zahra azizian department of dermatology, iran university of medical sciences, tehran, iran; department of dermatology, iran university of medical sciences, tehran, iran. tel: +98-9357588196 shooka esmaeeli students scientific research center (ssrc), tehran university of medical sciences, tehran, iran

introduction cement has a wide industrial usage and it is the leading cause of occupational skin diseases among construction workers, which are present as contact urticarial and contact dermatitis. case presentation a 79-year-old water sewage worker man referred to our department with numerous symmetric hyper-keratotic papules with an erythematous base on both hands and feet for about 20 years....

Journal: :International Journal of Research in Dermatology 2022

<p>Livedoid vasculopathy (LV) is recurrent and episodic thrombotic dermatosis characterized by pain ulcerations. It requires early diagnosis, treatment with combination of drugs. Dermoscopy a non-invasive technique which enables clinician to visualize subsurface structures the skin. Here, dermoscopy LV in skin color was treated colchicine reported.</p><p><strong> </st...

Journal: :iranian journal of immunology 0
mozhgan moghtaderi allergy research center shirin farjadian allergy research center sara kashef allergy research center soheila alyasin department of pediatric immunology and allergy, shiraz university of medical sciences, shiraz, iran maryam afrasiabi allergy research center marzieh orooj allergy research center

background: atopic dermatitis is a major public health problem, often starting in early childhood and sometimes followed by other allergic diseases. although hypersensitivity to foods is assumed to play an essential role in the development of atopic dermatitis in some patients, little is known about common food allergens in iranian children with atopic dermatitis. objectives: this study was des...

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

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

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