نتایج جستجو برای: abi prism

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

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2016
Eva J E Hendriks Jan Westerink Pim A de Jong Gert J de Borst Hendrik M Nathoe Willem P Th M Mali Yolanda van der Graaf Yvonne T van der Schouw Joline W Beulens

OBJECTIVE The objective of this present study is to determine whether high ankle brachial index (ABI) as compared with ABIs within reference limits is associated with an increased incidence of cardiovascular disease (CVD) events and all-cause mortality in a high-risk population and whether this association is the same for patients with and without diabetes mellitus or prevalent CVD. APPROACH ...

2010
Estefânia Wittke Sandra C Fuchs Flávio D Fuchs Leila B Moreira Elton Ferlin Fábio T Cichelero Carolina M Moreira Jeruza Neyeloff Marina B Moreira Miguel Gus

BACKGROUND Blood pressure (BP) variability has been associated with cardiovascular outcomes, but there is no consensus about the more effective method to measure it by ambulatory blood pressure monitoring (ABPM). We evaluated the association between three different methods to estimate BP variability by ABPM and the ankle brachial index (ABI). METHODS AND RESULTS In a cross-sectional study of ...

2012
Raphael Monteiro Renata Marto Mario Fritsch Neves

Peripheral arterial disease (PAD) increases with age and ankle-brachial index (ABI) ≤ 0.9 is a noninvasive marker of PAD. The purpose of this study was to identify risk factors related to a low ABI in the elderly using two different methods of ABI calculation (traditional and modified definition using lower instead of higher ankle pressure). A cross-sectional study was carried out with 65 hyper...

Journal: :Stroke 2001
A W Tsai A R Folsom W D Rosamond D W Jones

BACKGROUND AND PURPOSE Low ankle-brachial index (ABI), which is the ratio of tibial artery systolic blood pressure to brachial systolic artery pressure, is known to be a measure of lower limb peripheral artery disease as well as a marker for other cardiovascular disease events. The ability of ABI to predict incident ischemic stroke, however, is not established in population-based studies. MET...

Journal: :Stroke 2014
Janine Gronewold Marcus Bauer Nils Lehmann Amir A Mahabadi Hagen Kälsch Christian Weimar Klaus Berger Susanne Moebus Karl-Heinz Jöckel Raimund Erbel Dirk M Hermann

BACKGROUND AND PURPOSE Coronary artery calcification (CAC), a marker of coronary atherosclerosis, predicts stroke in addition to established risk factors. Whether CAC's predictive value can be improved by peripheral atherosclerosis markers, namely carotid intima-media thickness (CIMT) and ankle-brachial index (ABI), was unknown. METHODS A total of 3289 participants of the population-based Hei...

Journal: :The Kaohsiung journal of medical sciences 2013
Shang-Reu Hsu Ho-Ming Su Ming-Chia Hsieh Shin-Li Su Szu-Chia Chen Hung-Chun Chen

Ankle-brachial index (ABI) and brachial-ankle pulse wave velocity (baPWV) are markers for peripheral artery occlusive disease (PAOD) and arterial stiffness, respectively. The aims of this study were to assess whether PAOD and arterial stiffness progressed and to determine the risk factors for ABI and baPWV progression in patients on hemodialysis. This study enrolled 173 routine patients on hemo...

Journal: :South African medical journal = Suid-Afrikaanse tydskrif vir geneeskunde 2004
P Rheeder J T van Wyk R P Stolk D E Grobbee

OBJECTIVES To determine the value of ankle and toe blood pressure indices and pedal pulse palpation in the assessment of peripheral arterial disease in subjects with type 2 diabetes mellitus (DM). DESIGN Cross-sectional study. SUBJECTS A convenience sample of 85 female subjects with type 2 DM underwent a series of peripheral vascular assessments at the diabetes clinic of a community hospita...

2016
Szu-Chia Chen Mei-Yueh Lee Jiun-Chi Huang I-Ching Kuo Hsiu-Chin Mai Po-Lin Kuo Jer-Ming Chang Shang-Jyh Hwang Hung-Chun Chen

Background and Aim: The ankle-brachial index (ABI) is recognized to be a good marker for atherosclerosis, and is useful in the diagnosis of peripheral artery occlusive disease (PAOD) which is prevalent among patients on hemodialysis (HD). Methods: This randomized trial aimed to evaluate the effect of far-infrared radiation (FIR) therapy on ABI in HD patients with PAOD. PAOD was defined as patie...

2012
Badaruddoza Doza Manpreet Kaur Sonia Chopra Rohit Kapoor

Background. The aim of present study is to observe the association between the levels of ankle-brachial index (ABI) and cardiovascular risk factors among people with type 2 diabetes mellitus in north India. A cross-sectional study was carried out at a centre for heart and diabetic clinic in the state of Punjab on 1121 subjects (671 males and 450 females) with type 2 diabetes mellitus. History o...

2010
Buaijiaer Hasimu Da-Yi Hu Wen-Lin Ma Jin-Ming Yu Zhi-Feng Li Jue Li

Objective To assess the association between 1-year risk of all-cause and cardiovascular disease (CVD) mortality and ankle-brachial index (ABI) in Chinese patients who were at high CVD risk. Methods Totally 3733 patients with high CV risk had bilateral ABI measurements at baseline and were followed up for 1-1.5 years. Patients were divided to four groups: 1) coronary heart disease (CHD); 2) isch...

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

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

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