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

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

Journal: :Magnetic resonance imaging clinics of North America 2003
Mehdi Poustchi-Amin Fernando R Gutierrez Jeffrey J Brown Scott A Mirowitz Vamsidhar R Narra Naoki Takahashi Pamela K Woodard

Because of the enormous economic and social impact of cardiovascular disease in the United States, there is a need for improved noninvasive diagnosis. Cardiac MR imaging is a versatile, comprehensive technique for assessing cardiac morphology and function. With an understanding of cardiac anatomy and physiology as well as MR physical principles, cardiac MR imaging can be performed and play an i...

Journal: :AJNR. American journal of neuroradiology 1983
R H Ackerman J G D'Alton K R Davis J R Hesselink G A Donnan J M Taveras

Initial comparisons of the results of digital subtraction angiography (DSA) and a battery of tests for noninvasive diagnosis of carotid artery disease indicate the two techniques are complementary, rather than competitive. DSA provides important morphologic information at the carotid bifurcation and siphon, but the images are sometimes difficult to interpret with precision. Noninvasive testing ...

Journal: :Revista portuguesa de cardiologia : orgao oficial da Sociedade Portuguesa de Cardiologia = Portuguese journal of cardiology : an official journal of the Portuguese Society of Cardiology 2012
Carla Almeida Raquel Dourado Carina Machado Emília Santos Nuno Pelicano Miguel Pacheco Anabela Tavares Fernando Melo Manuela Matos José Vieira Faria Dinis Martins

Coronary artery anomalies (CAAs) are a rare entity but their true incidence in the general population has yet to be determined. Most CAAs are asymptomatic, but they are nevertheless the second leading cause of sudden death in apparently healthy young athletes. The new imaging methods available to cardiologists, including CT angiography and MRI, now enable noninvasive diagnosis and characterizat...

Journal: :Journal of biomechanical engineering 2001
R Mittal S P Simmons H S Udaykumar

The technique of large-eddy simulation (LES) has been applied to the study of pulsatile flow through a modeled arterial stenosis. A simple stenosis model has been used that consists of a one-sided 50 percent semicircular constriction in a planar channel. The inlet volume flux is varied sinusoidally in time in a manner similar to the laminar flow simulations of Tutty (1992). LES is used to compu...

2012
Ante Jukić Ivica Kopriva Andrzej Cichocki

We propose a feature extraction method for noninvasive diagnosis of melanoma based on tensor decomposition of the clinical color image of skin lesion. Extracted features are elements of the core tensor in the corresponding Tucker3 model, and represent spatial-spectral profile of the lesion. In contrast to majority of methods that exploit either texture or spectral diversity of the tumor only, t...

Journal: :Journal of clinical microbiology 1984
M A Bronsdon

A rapid dimethyl sulfoxide modification of an acid-fast technique was applied to direct fecal smears to monitor cryptosporidiosis in nonhuman primates. Brilliantly stained pink oocysts against a pale green background demonstrated well-preserved internal morphology and facilitated rapid, simple, noninvasive diagnosis without fluorescent or phase-contrast microscopy.

Journal: :Jornal brasileiro de pneumologia : publicacao oficial da Sociedade Brasileira de Pneumologia e Tisilogia 2008
Bruno Arantes Dias Carlos Jardim André Hovnanian Caio Júlio César Fernandes Rogério Souza

Chronic thromboembolic pulmonary hypertension is the only potentially curable form of pulmonary hypertension, assuming that surgical treatment is possible. However, there are hindrances to making a definitive, noninvasive diagnosis. We present the case of a 40-year-old female patient with idiopathic pulmonary arterial hypertension, confirmed in 1994. This patient developed thrombi in pulmonary ...

2014
Yuji Nemoto Reiko Arita Atsushi Mizota Yuko Sasajima

BACKGROUND Sebaceous carcinoma is notorious for masquerading clinically as other benign lesions such as chalazion. A tool to better differentiate between these two conditions would thus be desirable. PURPOSE To examine the potential application of noninvasive meibography in the differential diagnosis of chalazion and sebaceous carcinoma of the eyelid as a retrospective cross-sectional study. ...

Journal: :Proceedings of SPIE--the International Society for Optical Engineering 2012
Sila Kurugol Milind Rajadhyaksha Jennifer G Dy Dana H Brooks

Reflectance confocal microscopy (RCM) has seen increasing clinical application for noninvasive diagnosis of skin cancer. Identifying the location of the dermal-epidermal junction (DEJ) in the image stacks is key for effective clinical imaging. For example, one clinical imaging procedure acquires a dense stack of 0.5×0.5mm FOV images and then, after manual determination of DEJ depth, collects a ...

Journal: :Journal of biomedical optics 2011
José M Medina Luís M Pereira Hélder T Correia Sergio M C Nascimento

We report a hyperspectral imaging system to measure the reflectance spectra of real human irises with high spatial resolution. A set of ocular prosthesis was used as the control condition. Reflectance data were decorrelated by the principal-component analysis. The main conclusion is that spectral complexity of the human iris is considerable: between 9 and 11 principal components are necessary t...

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

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

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