نتایج جستجو برای: fixed drug eruption

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

2017
Sun Young Choi Joon Hyuk Suh Kui Young Park Kapsok Li Beom Joon Kim Seong Jun Seo Myeung Nam Kim Chang Kwun Hong

Vol. 29, No. 2, 2017 247 Received August 24, 2015, Revised April 7, 2016, Accepted for publication April 10, 2016 Corresponding author: Kui Young Park, Department of Dermatology, Chung-Ang University Hospital, Chung-Ang University College of Medicine, 102 Heukseok-ro, Dongjak-gu, Seoul 06973, Korea. Tel: 82-2-6299-1525, Fax: 82-2-823-1049, E-mail: momo920@hanmail.net This is an Open Access arti...

2014
Fevzi Demirel Abdullah Baysan Sait Yesillik Ozgur Kartal Mustafa Gulec Ugur Musabak Osman Sener

Case report A 40-year old woman applied to the Immunology and Allergy clinic with pruritic erythematous lesions over the lateral sides of both arms and right hip within 30 minutes after the ingestion of ornizadole 500 mg tablet. She reported that five recurrent reactions emerged with the same drug on the same locations previously, and their severity was increased consecutively. She was prescrib...

Journal: :Current opinion in allergy and clinical immunology 2009
Tetsuo Shiohara

PURPOSE OF REVIEW Fixed drug eruption is a simplified disease model for elucidating the mechanism(s) of how skin inflammation is induced by skin-resident T cells. In this review, we focus on how the presence of intraepidermal CD8+T cells resident in the fixed drug eruption lesions can provide exciting new clues to our understanding of pathomechanisms of inflammatory skin diseases. RECENT FIND...

Journal: :Allergologia et immunopathologia 2006
C Villanueva Alvarez Santullano V Tover Flores M De Barrio Fernández P Tornero Molina A Prieto Garcia

Fixed drug eruptions due to ibuprofen have rarely been reported. Two days after treatment with ibuprofen, a 61-year-old woman developed erythema and pain affecting the tongue and oral mucosa. Two months later, the patient started ibuprofen and erythromycin for a catarrhal episode with reappearance of the same lesions in the oral mucosa 24 hours later. Furthermore, two new erythematosus-violaceo...

2008
H Belhadjali O Trimech M Youssef I Elhani J Zili

Fixed drug eruption (FDE) is characterized by recurrent well-defined lesions in the same location each time the responsible drug is taken. We report here a case of multiple FDE induced by atenolol in a 48-year-old woman confirmed by positive patch test in previously affected sites. Beta-blockers-induced FDE are very rare. Only two cases had been reported in the literature. To the best of our kn...

Journal: :Genitourinary medicine 1990
G M Connolly B G Gazzard D A Hawkins

A case of fixed drug eruption (FDE) secondary to foscarnet is reported. This drug has recently become available on a compassionate use basis for treatment of cytomegalovirus (CMV) infection which may cause significant disease in immunosuppressed patients. Foscarnet provides a useful alternative to the only licensed anti-CMV drug currently available, namely ganciclovir (DHPG), as it has a differ...

Journal: :Case reports in dermatology 2016
Ian Tattersall Bobby Y Reddy

Fixed drug eruption (FDE) is a localized type IV sensitivity reaction to a systemically introduced allergen. It usually occurs as a result of new medication, making identification and avoidance of the trigger medication straightforward; however, in a rare subset of cases no pharmacological source is identified. In such cases, the causative agent is often a food or food additive. In this report ...

Journal: :Actas dermo-sifiliograficas 1990
B Fernández-Jorge J J Goday M Almagro E Fonseca

Piroxicam is a nonsteroidal antiinflammatory drug (NSAID) of the oxicam group and has anti-inflammatory, analgesic, antipyretic, and antiplatelet properties. It is a potent prostaglandin inhibitor with a long half-life in plasma (36-58 hours), meaning that it can be administered in a single daily dose. Multiple adverse systemic effects have been reported for piroxicam, of which the most common ...

Journal: :Leprosy review 2000
A K Jaiswal S S Vaishampayan R Verma K Varada

A 24-year-old soldier suffering from borderline tuberculoid leprosy (BT) was admitted to the Leprosy Center, Base Hospital, Lucknow for supervised institutional therapy. He was put on cap RPM 600 mg once a month and dapsone 100 mg daily . The patient developed a solitary itchy erythematous urticarial lesion of 3 .5 cm diameter with typical peau d' orange appear­ ance (Figure 1 ) , on the right ...

2013
Keaton S. Smetana Katie J. Suda Leslie A. Hamilton

A 52-year-old African American female presented with severe left thigh pain of unknown etiology. She had a past medical history of generalized seizure disorder treated with phenytoin for 7 years without incident. During admission a nurse witnessed a seizure, and consequently loading and maintenance doses of phenytoin were administered to obtain a therapeutic serum concentration. The patient had...

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

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

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