نتایج جستجو برای: perforating

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

Journal: :International journal of dermatology 1985
T Y Woo J E Rasmussen

Transepidermal elimination (TE) is a mechanism whereby foreign or altered constituents can be removed from the dermis. This process involves unique morphologic alterations of the epidermis, which forms a channel and thereby facilitates extrusion of the desired dermal components. The phenomenon of TE may occur as a primary process characterizing disorders, such as elastosis perforans serpiginosa...

Journal: :AJNR. American journal of neuroradiology 2003
Shigetoshi Shimizu Hidenori Suzuki Hiroaki Maki Masayuki Maeda Fumitaka Miya Karim Benali Yves Trousset Waro Taki

We report a novel technique that fuses 3D digital subtraction angiograms and MR images. Image fusion was successfully performed within 20 minutes each in 11 consecutive cases. Our initial experience showed that this image fusion enabled clear and simultaneous visualization of perforating arteries and surrounding tissues. The relation between perforating arteries and normal brain or lesions was ...

Journal: :Dermatology online journal 2014
Richard Torbeck Michael Pan Ellen DeMoll Jacob Levitt

BACKGROUND Cantharidin is a topical vesicant that causes intraepidermal acantholysis with clinical application that includes the removal of warts, molluscum contagiosum (MC), calluses, and acquired perforating dermatoses. OBJECTIVE To provide a comprehensive literature review of the efficacy and safety of cantharidin in the management of various cutaneous conditions. METHODS A PubMed search...

2015
D. Riazanov

The results of the examination and surgical treatment of 132 patients with CEAP class C2-C6 varicose disease of the lower extremities have been analyzed. A combined diagnostic method that allows detecting the peculiarities of the functioning of the perforating vein venous system of the shin, namely, allows establishing the uncompetency of the perforating veins of the shin objectively, has been ...

Journal: :Genetics and molecular research : GMR 2014
Z Q Wang Y L Cao Y F Huang D Q Liu X F Li

The objective of this study was to introduce a method for repairing large soft-tissue defects on the foot. Distally based neuro-fasciocutaneous flaps with perforating vessels were designed along the saphenous and sural neurovascular axes. The cutaneous perforating branches of the major arteries of the lower extremities were used as pedicles, which provided a rotation arc for the cross-leg flap ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1994
E C Gilberts A J Greenstein P Katsel N Harpaz R J Greenstein

Recent epidemiological evidence suggests that there are two forms of Crohn disease (CD): perforating and nonperforating. We hypothesized that, just as with tuberculoid and lepromatous leprosy, differences in the two forms of CD would be both identified and determined by differences in the host immune response. Resected intestinal tissue from control patients as well as perforating and nonperfor...

Journal: :Oncology reports 2008
Kimiko Nakatani Hironori Maeda Yousuke Tanaka Norihiko Hamada Akihito Nishioka Shiro Sasaguri Yasuhiro Ogawa

Breast reconstruction after breast-conservation surgery is an important issue for breast cancer patients. Various factors are associated with complications, of which blood flow is one of the more important. The perforating branches of the internal thoracic artery (ITA) are key contributors to blood flow in the anterior chest wall. The present study examined the distributions and depths of the p...

Journal: :Actas dermo-sifiliograficas 2009
V Monsálvez I Polo L Fuertes C Zarco F Vanaclocha

1. Bardach H. Perforating lichen nitidus. J Cutan Pathol. 1981;8:111-6. 232-6. 2. Banse-Kupin L, Morales A, Kleinsmith DA. Perforating lichen nitidus. J Am Acad Dermatol. 1983;9:452-6. 3. Itami A, Ando I, Kukita A. Perforating lichen nitidus. Int J Dermatol. 1994;33:382-4. 4. Yoon TY, Kim JW, Kim MK. Two cases of perforating lichen nitidus. J Dermatol. 2006;33:278-80. 5. Rudd ME, Ha T, Schofiel...

Journal: :Stroke 1983
M Yamashita K Oka K Tanaka

There is an unusual vascular network at the base of the brain in patients with moyamoya disease. We detected various histologic lesions in the perforating arteries of 22 patients. Vessels showing rupture ranged from 50 to 530 microns in diameter; they were dilated, some had fibrin deposits in the wall, fragmented elastic laminae and attenuated media. Non-ruptured perforating arteries (diameter ...

Journal: :European journal of vascular and endovascular surgery : the official journal of the European Society for Vascular Surgery 1995
E G Pierik C H Wittens H van Urk

OBJECTIVES To assess the technique of subfascial endoscopic ligation of incompetent perforatory veins by use of a mediastinoscope. DESIGN Prospective open clinic study. SETTING Two Departments of Surgery. MATERIALS AND METHODS Thirty-eight consecutive patients (40 legs) with recurrent or protracted venous ulceration of the lower leg were treated. Through a short, transverse incision of th...

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

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

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