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

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

2013
Hea Jung Sung Yu Kyung Cho Eun Young Park Sung Jin Moon Chul Hyun Lim Jin Su Kim Jae Myung Park In Seok Lee Sang Woo Kim Myung-Gyu Choi Kyu Yong Choi

BACKGROUND/AIMS We evaluated the performance, clinical role, and diagnostic accuracy of endoscopic ultrasound-guided fine needle aspiration (EUS-FNA) in gastrointestinal intramural lesions. METHODS Procedural and pathologic data were reviewed from consecutive patients undergoing EUS-FNA for intramural lesions. Final diagnoses were determined by surgical histopathologic conformation and the di...

2012
Kiyohito Kato Hideki Kamada Takayuki Fujimori Yuuichi Aritomo Masahiro Ono Tsutomu Masaki

We review the utility of endoscopic ultrasound-guided fine needle aspiration (EUS-FNA), a rapid, safe, cost-effective, and accurate diagnostic modality for evaluating pancreatic tumors. EUS-FNA is currently used for the diagnosis and staging of pancreatic tumors. The sensitivity of EUS-FNA for pancreatic malignancy ranges from 75% to 94%, and its specificity approaches 100% in most studies. How...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1999
S Meiners M L Mercado M S Nur-e-Kamal H M Geller

Tenascin-C has been implicated in regulation of both neurite outgrowth and neurite guidance. We have shown previously that a particular region of tenascin-C has powerful neurite outgrowth-promoting actions in vitro. This region consists of the alternatively spliced fibronectin type-III (FN-III) repeats A-D and is abbreviated fnA-D. The purpose of this study was to investigate whether fnA-D also...

Journal: :iranian journal of pathology 2011
fahimeh asadi amoli ali sadeghi tarri khalil hamzeh doost naser kamalian hedieh moradi tabriz

background and objectives: we aimed at evaluating the efficacy of fine needle aspiration biopsy (fna) in comparison with histopathology and demonstrating whether cytological study could be a proper diagnostic tool in orbital mass lesions. materials and methods: in a cross sectional study during 36 months, patients referred to our ophthalmologic center affiliated to tehran university of medical ...

2015
Young Hen Lee Jung Hwan Baek So Lyung Jung Jin Young Kwak Ji-hoon Kim Jung Hee Shin

Ultrasound (US)-guided fine needle aspiration (US-FNA) has played a crucial role in managing patients with thyroid nodules, owing to its safety and accuracy. However, even with US guidance, nondiagnostic sampling and infrequent complications still occur after FNA. Accordingly, the Task Force on US-FNA of the Korean Society of Thyroid Radiology has provided consensus recommendations for the US-F...

Journal: :Journal of clinical pathology 1998
A J Mighell A S High

Six cancer resection specimens were thoroughly sectioned and microscopically examined at areas known to have been around 21 gauge fine needle aspiration (FNA) biopsy sites, in an attempt to identify needle tracks. All cases had an interval of not less than 10 days between FNA biopsy and surgery. Foci of tumour were identified histologically in needle tracks from two patients with carcinoma. Thi...

2013
Eun Young Kim

For tissue diagnosis of suspected pancreatic cancer, endoscopic ultrasound-guided fine needle aspiration (EUS-FNA) is the procedure of choice with high safety and accuracy profiles. However, about 10% of cytologic findings of EUS-FNA are inconclusive. In that situation, careful observation, surgical exploration, or alternative diagnostic tools such as bile duct brushing with endoscopic retrogra...

2007
Douglas E. Paull Kevin Kelley Jazbieh Moezzi Madhavi Kadakia Steven J. Berberich

Gene expression profiles from DNA microarrays can provide molecular signatures that improve tumor classification, prognosis, and treatment options. While much of this work has focused on isolation of RNA from the resected tumor, fewer studies have utilized RNA from fine needle aspirates (FNA). In this pilot study we examined whether the gene signatures obtained from FNA samples would correlate ...

2015
AD Souza VH Ankolekar S Padmashali A Das ASD Souza M Hosapatna

Precise anatomical assessment of femoral neck anteversion (FNA) and the neck shaft angles (NSA) would be essential in diagnosing the pathological conditions involving hip joint and its ligaments. The present study was undertaken on 48 fetal femurs to calculate the NSA and FNA in fetuses digitally. End on images of upper end of the femurs were taken for the estimation of FNA and a photograph in ...

2012
Jeong Seop Moon

A submucosal lesion, more appropriately a subepithelial lesion, is hard to diagnose. Endoscopic ultrasonography is good to differentiate the nature of submucosal lesion. For definite diagnosis, tissue acquisition from submucosal lesion is necessary, and many methods have been introduced for this purpose mainly by endoscopic ultrasonography, such as endoscopic ultrasound-guided fine needle aspir...

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

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

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