نتایج جستجو برای: wine stain pws

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

Journal: :journal of lasers in medical sciences 0
hoda rahimi skin research center, shahid beheshti university of medical sciences, tehran, iran habib hassannejad skin research center, shahid beheshti university of medical sciences, tehran, iran hamideh moravvej skin research center, shahid beheshti university of medical sciences, tehran, iran

introduction: klippel–trenaunay syndrome (kts) is a rare congenital mesodermal abnormality characterized by varicose veins, cutaneous capillary malformation, as well as bone and soft tissue hypertrophy. case report: a 2-week-old female infant presented to our clinic because of vascular nevus and progressive enlargement of her right extremities and trunk since birth. the patient was treated with...

Journal: :Dermatologic surgery : official publication for American Society for Dermatologic Surgery [et al.] 2009
Tina S Alster Elizabeth L Tanzi

PURPOSE Although pulsed dye laser (PDL) treatment of port-wine stain (PWS) has long been proven safe and effective, incomplete clearance of these vascular malformations can be problematic. In addition, advanced PWS with deeper coloration and tissue hypertrophy can be particularly difficult to treat because of the superficial dermal penetration of 585- to 595-nm light. The purpose of this study ...

Journal: :Archives of dermatology 2001
J S Nelson K M Kelly Y Zhao Z Chen

BACKGROUND Optical Doppler tomography (ODT) combines laser Doppler flowmetry with optical coherence tomography to obtain high-resolution images of blood flow in human skin in situ and in real time. OBSERVATIONS We present a case in which ODT was used on a patient with a port-wine stain (PWS) birthmark to document the change of blood flow in response to laser therapy. It might be possible to u...

AH Ehsani M Mir Shams Shahshahani RM Robati

Pulsed dye laser (PDL) is an effective treatment for port- wine stain and can cause some short- term and long- term side- effects. Pyogenic granoluma is one of its late- onset adverse effects. Herein, we present two cases of pyogenic granoluma following treatment of port- wine stain with PDL.

Journal: :Journal of the American Academy of Dermatology 2012
Anne Marie Tremaine Jennifer Armstrong Yu-Chih Huang Leila Elkeeb Arisa Ortiz Ronald Harris Bernard Choi Kristen M Kelly

BACKGROUND Pulsed dye laser (PDL) is the gold standard for treatment of port-wine stain (PWS) birthmarks but multiple treatments are required and complete resolution is often not achieved. Posttreatment vessel recurrence is thought to be a factor that limits efficacy of PDL treatment of PWS. Imiquimod 5% cream is an immunomodulator with antiangiogenic effects. OBJECTIVE We sought to determine...

MR Mortazavi Z Safaei Naraghi

Acquired port-wine stain is a rare vascular lesion that mimics a congenital port-wine stain clinically and histologically, but is acquired after birth. A survey on more than 60 reported cases in the literature reveals that most of these cases are idiopathic, but some of the cases developed after physical or mechanical trauma, hormonal changes, chronic sun exposure, and medications (OCP, i...

Journal: :Translational biophotonics 2022

Background Hematoporphyrin monomethyl Ether-mediated photodynamic therapy (HMME-PDT) is an effective and safe treatment option for patients with port-wine stain (PWS) might be alternative approach treating PWS. The data of long-term follow-up HMME-mediated PDT are limited. Objective We aimed to evaluate the current skin lesions who underwent HMME-PDT 10 years ago, compare pre post response that...

Journal: :Physics in medicine and biology 1997
M J van Gemert D J Smithies W Verkruysse T E Milner J S Nelson

Recent Monte Carlo computations in realistic port wine stain (PWS) models containing numerous uniformly distributed vessels suggest equal depth of vascular injury at wavelengths of 577 and 585 nm. This finding contradicts clinical experience and previous theory. From a skin model containing normal and PWS vessels in separate dermal layers, we estimate analytically the average volumetric heat pr...

Journal: :Lasers in surgery and medicine 2015
Bruce Yang Owen Yang John Guzman Paul Nguyen Christian Crouzet Kathryn E Osann Kristen M Kelly J Stuart Nelson Bernard Choi

BACKGROUND AND OBJECTIVE Port-wine stain (PWS) birthmarks affect ∼22 million people worldwide. After several treatment sessions, complete disappearance of the PWS occurs in only ∼10% of treated patients. There is a need to develop a new strategy to improve the efficacy of each treatment session and the overall treatment outcome. The study objective was to determine how intraoperative measuremen...

Journal: :Journal of biomedical optics 2012
Tom Lister Philip A Wright Paul H Chappell

A survey of the literature is presented regarding the simulation of port wine stain (PWS) skin color. Knowledge of PWS features, such as the depths and diameters of affected vessels, is essential for informing laser treatment. These may be determined through the inverse application of a skin model. The techniques which have been applied to achieve this are analyzed in detail. Radiative transfer...

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

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

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