نتایج جستجو برای: aggressive bcc

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

Journal: :medical journal of islamic republic of iran 0
f sari aslani from the department of pathology, shiraz university of medical sciences, shiraz, i.r. iran. a aledavood

basal cell carcinoma (bcc) is currently the most common cutaneous cancer found in humans. although it generally shows a relatively benign course (bccl), some cases show aggressive behavior (bcc2). until recently, traditional histologic diagnostic criteria have failed to discriminate unequivocally between bcc 1 and bcc2. in this study we selected 50 cases of bcc and categorized them into two gro...

F SARI ASLANI, M SALEHI,

Argyrophilic staining of nucleolar organizer regions (AgNOR) has been considered to be useful in the diagnosis and prognostic evaluation of different cutaneous tumors. In order to evaluate the role of the AgNOR technique in discriminating aggressive from non-aggressive basal cell carcinoma (BCC), paraffin-embedded histologic sections from 30 cases of aggressive BCC (BCC2) and 30 cases of n...

Journal: :medical journal of islamic republic of iran 0
f sari aslani from the department of pathology, shiraz university of medical sciences, shiraz, i.r. iran. m salehi

argyrophilic staining of nucleolar organizer regions (agnor) has been considered to be useful in the diagnosis and prognostic evaluation of different cutaneous tumors. in order to evaluate the role of the agnor technique in discriminating aggressive from non-aggressive basal cell carcinoma (bcc), paraffin-embedded histologic sections from 30 cases of aggressive bcc (bcc2) and 30 cases of non-ag...

Journal: :caspian journal of internal medicine 0
shahryar shafaei department of pathology, faculty of medicine, babol university of medical sciences, babol, iran mahnaz sharifian department of pathology, faculty of medicine, babol university of medical sciences, babol, iran karimolah hajian department of biostatistics and epidemiology, faculty of medicine, babol university of medical sciences, babol, iran.

background: non-melanoma skin cancer is the most common malignant tumor in humans. the role of ultraviolet radiation is well-known in the pathogenesis of basal cell carcinoma (bcc) and squamous cell carcinoma (scc). cd10 is a zinc-dependent metallopeptidase known as common acute lymphoblastic leukemia antigen (calla). although cd10 expression has been investigated in some cutaneous tumors, to o...

Background & Objective: Basal cell carcinoma (BCC) is a common skin cancer arising from the basal layer of the epidermis and its appendages. They are locally invasive, aggressive, and destructive of skin and the surrounding structures. β-Catenin is a multifunctional protein located to the intracellular side of the cytoplasmic membrane coded by the CTNNB1 gene, which maps to chr...

Journal: :Acta dermato-venereologica 2015
Marieke H Roozeboom Hilke Kreukels Patty J Nelemans Klara Mosterd Veronique J L Winnepenninckx Myrurgia A Abdul Hamid Ellen R M de Haas Nicole W J Kelleners-Smeets

International guidelines on the diagnosis and treatment of basal cell carcinoma (BCC) recommend a punch biopsy in the majority of clinically suspected BCC prior to treat ment. This is to confirm diagnosis and to identify the histological subtype (superficial, nodular, aggressive), which is necessary to know for optimal treatment selection (1, 2). A punch biopsy can detect the most aggressive su...

 Background: Non-melanoma skin cancer is the most common malignant tumor in humans. The role of ultraviolet radiation is well-known in the pathogenesis of basal cell carcinoma (BCC) and squamous cell carcinoma (SCC). CD10 is a zinc-dependent metallopeptidase known as common acute lymphoblastic leukemia antigen (CALLA). Although CD10 expression has been investigated in some cutaneous tu...

2012
John Pyne Devendra Sapkota Jian Cheng Wong

BACKGROUND Basal cell carcinoma (BCC) can present with indolent or aggressive subtypes. These subtypes usually display vascular features, which are often readily identified using dermatoscopy. OBJECTIVE Dermatoscopy vascular features of aggressive BCC were compared to superficial, superficial and nodular, and nodular BCC for diagnostic discrimination. METHOD Dermatoscopy vascular features w...

Gülşen Kandiloğlu Oya N. Sivrikoz

Background and Objective: Clinical behavior of basal cell carcinoma (BCC) is known to be different according to histological growth pattern and basosquamous cell carcinomas (BSC) are known with their aggressive behavior and metastatic capacity. In this study, we evaluated bcl-2 and cyclin D1 expressions in BCC and BSC cases comparatively, to explore their predictive value on the aggres...

Journal: :iranian journal of pathology 2015
oya n. sivrikoz gülşen kandiloğlu

background and objective: clinical behavior of basal cell carcinoma (bcc) is known to be different according to histological growth pattern and basosquamous cell carcinomas (bsc) are known with their aggressive behavior and metastatic capacity. in this study, we evaluated bcl-2 and cyclin d1 expressions in bcc and bsc cases comparatively, to explore their predictive value on the aggressive beha...

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

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

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