نتایج جستجو برای: histopathologic diagnosis

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

Ameloblastic carcinoma is an extremely rare malignant neoplasm which mostly occurs in the mandible and at a wide age group. It has no gender bias and has specific histopathologic features and its surgical treatment requires more aggression than ameloblastoma. . The number of reported cases of the disorder are rare, and it is very difficult to diagnose based on histopathologic findings because t...

Journal: :Optometric clinical practice 2022

Background: Solitary trichoepithelioma is a rare benign tumor of hair follicle origin. Although has predilection for the face and neck, it not usually found on eyelids. It similar clinicopathological features to basal cell carcinoma. Surgical excision histopathologic analysis helpful correct diagnosis. Case Report: A 59-year-old Caucasian female presented with raised, reddish oval mass right lo...

Journal: :journal of dental research, dental clinics, dental prospects 0
shams shariat torbaghan institue cancer mahdi ashouri noushin jalayer naderi nima baherini

background and aims. well-differentiated chondrosarcoma and enchondroma are similar in histopathologic aspects; therefore, special methods should be used to make a distinction between these benign and malignant tumors. the aim of this study was to evaluate the efficacy of a histopathologic method in the long-term follow-up for differentiating these lesions. materials and methods. the medical re...

Abbas Mirvakili Fariba Binesh, Mohammad Hossein Dadgarnia Yasaman Khaksar

Paragangliomas are neoplasms of neural crest origin. In the head and neck, they uncommonly involve the larynx. The distinction between paragangliomas and other neuroendocrine tumors can be difficult. Precise diagnosis is important in order to optimize patient treatment. Diagnosis relies mostly on histopathologic examination followed by immunohistochemistry. Here we report a 77-year-old woman wi...

Background & Aims: A correct diagnosis is the most important step in the treatment of oral lesions. Each lesion has specific clinical and radioghraphy features that help the clinician to reach the correct diagnosis. The aim of this study was to evaluate the consistency rate of the clinical and radiological diagnoses with histopathological reports of intraosseous lesions in the maxillofacial reg...

2015
Majlinda Ikonomi Blerina Cela Dhurata Tarifa

BACKGROUND The recognition, terminology used and histopathologic evaluation of two essential elements in gastric carcinogenesis, atrophy and dysplasia, are characterized by controversy. MATERIALS AND METHODS One hundred fifteen cases, with slides and their histopathologic reports from the archive of the Laboratory of Pathology were studied for the diagnostic value, reporting of dysplasia, int...

Journal: :acta medica iranica 0
attiyeh vasaghi student research committee, shiraz university of medical sciences, shiraz, iran. amir kalafi department of dermatology, shiraz university of medical sciences, shiraz, iran.

sarcoidosis is multi organ disease with cutaneous manifestation in 20%-35% patients. cutaneous sarcoidosis has variable manifestations that make it difficult to diagnose. so clinical, histopathologic and laboratory evaluation is needed for diagnosis. most of cutaneous lesions presents as nodul, maculopapule and plaque. morpheaform lesion is a rare presentation of cutaneous sarcoidosis. this cas...

ژورنال: مجله دندانپزشکی 2018

Background and Aims: In 1978 WHO (World health organization) formulated a histopathological definition for diagnosis of OLP (oral lichen planus). Previous studies showed that diagnosis of OLP with these criteria are not reproducible. In 2003 Van der Meij et al. represented new clinical and histopathologic definition for diagnosis of OLP known as modified WHO criteria. The purpose of this study ...

Journal: :Archives of ophthalmology 2000
J A Shields C L Shields J Pulido R C Eagle A F Nothnagel

Iris varix is rare and little is known about its clinical characteristics. We treated a thrombosed iris varix that simulated an iris melanoma. A 53-year-old man developed a dark brown iris mass and hyphema in his left eye. Ultrasound biomicroscopy revealed a circumscribed mass of the iris stroma. Because of suspicion for melanoma, it was removed by sector iridectomy. Histopathologic examination...

Journal: :The American journal of cardiology 2016
Rima Patel Ruth P Lim Muhamed Saric Ambika Nayar James Babb Mark Ettel Leon Axel Monvadi B Srichai

Echocardiography is the preferred initial imaging method for assessment of cardiac masses. Cardiac magnetic resonance (CMR) imaging, with its excellent tissue characterization and wide field of view, may provide additional unique information. We evaluated the predictive value of echocardiography and CMR imaging parameters to identify tumors and malignancy and to provide histopathologic diagnosi...

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

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

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