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

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

Journal: :Brain Injury 2021

Purpose Acceptance and Commitment Therapy (ACT) is used increasingly for individuals with psychological distress following acquired brain injury (ABI) in different countries. However, questionnaires measuring ACT-processes are often not validated this patient group need cross-cultural validation. This study investigated the psychometric properties of Action Questionnaire Acquired Brain Injury (...

2011
Raiko Stephan Christina Gohl Astrid Fleige Christian Klämbt Sven Bogdan

A tight spatial-temporal coordination of F-actin dynamics is crucial for a large variety of cellular processes that shape cells. The Abelson interactor (Abi) has a conserved role in Arp2/3-dependent actin polymerization, regulating Wiskott-Aldrich syndrome protein (WASP) and WASP family verprolin-homologous protein (WAVE). In this paper, we report that Abi exerts nonautonomous control of photor...

Journal: :journal of research in medical sciences 0
sukanya chongthawonsatid somchai dutsadeevettakul

background: this study was conducted to assess the validity and reliability of ankle?brachial index (abi) by oscillometric blood pressure (bp) measurement as compared with an automated abi as a gold standard. materials and methods: this study was conducted at golden jubilee medical center, thailand. all the data were collected from 303 patients at risk of peripheral arterial disease (pad) who w...

2015
Dinaldo Cavalcanti de Oliveira Augusto Correia Jose Nascimento Neto Myrtson Gurgel Filipe Wanick Sarinho Edgar Guimares Victor

BACKGROUND The ankle-brachial index (ABI) is a simple, non-invasive, and inexpensive method used in the diagnosis of peripheral arterial disease (PAD) and can identify individuals at risk for cardiovascular disease in other arteries of the body, especially the coronary and carotid arteries. The primary objective of this study was to assess whether patients with an ABI < 0.9 have more severe cor...

Journal: :Molecular cancer research : MCR 2007
Chunjie Wang Roya Navab Vladimir Iakovlev Yan Leng Jinyi Zhang Ming-Sound Tsao Katherine Siminovitch David R McCready Susan J Done

Abelson interactor protein-1 (ABI-1) is an adaptor protein involved in actin reorganization and lamellipodia formation. It forms a macromolecular complex containing Hspc300/WASP family verprolin-homologous proteins 2/ABI-1/nucleosome assembly protein 1/PIR121 or Abl/ABI-1/WASP family verprolin-homologous proteins 2 in response to Rho family-dependent stimuli. Due to its role in cell mobility, w...

2005
Sun-Seog Kweon Min-Ho Shin Kyeong-Soo Park Hae-Sung Nam Seul-Ki Jeong So-Yeon Ryu Eun-Kyung Chung Jin-Su Choi

The Doppler ankle-brachial pressure index (ABI) is an objective and efficient tool that can be used to determine the presence and severity of peripheral arterial disease in the lower extremities. The ABI value is inversely associated with other cardiovascular risk factors. To date, there have been no studies of the distribution of ABI in Korea. We performed a cross-sectional study of 1,943 subj...

Journal: :Family practice 2009
G A L Carmo A Mandil B R Nascimento B D Arantes J C Bittencourt E B Falqueto A L Ribeiro

BACKGROUND Ankle-brachial index (ABI) is an excellent method for the diagnosis of peripheral arterial disease (PAD) when it is performed with Doppler. However, this device is not always available for primary care physicians. The ABI measured with stethoscope is an easy alternative approach, but have not been proved to be useful. OBJECTIVE To assess the accuracy of the ABI measured using a ste...

Journal: :The Journal of the Association of Physicians of India 2002
G Premalatha R Ravikumar R Sanjay R Deepa V Mohan

BACKGROUND AND OBJECTIVES Peripheral vascular disease (PVD) is a common cause of morbidity and mortality and is reported to be more common among diabetic subjects compared to non-diabetic subjects. The aim of the study was to compare the specificity and sensitivity of ankle-brachial index (ABI) measured by peripheral doppler with the colour duplex ultrasound (CDU) for diagnosis of PVD. METHOD...

حیدری, بتول السادات, نعمتی پور, ابراهیم ,

Background and Aim: Cardiovascular disease is one of the main causes of mortality and morbidity around the world and because of insidious and chronic progression of arterioscleroses and coronary artery disease (CAD) and also correlation between peripheral arterial disease and CAD we evaluated ankle brachial index (ABI) as a predictive factor for early diagnosis of CAD. Materials and Methods: Ev...

Journal: :Angiology 2013
Charlotte Emler Vincenzo Jacomella Kaspar Rufibach Christoph Thalhammer Beatrice R Amann-Vesti Marc Husmann

Ankle-brachial index (ABI) assessment by Doppler is operator dependent and limited in calcified arteries. For the detection of peripheral arterial disease (PAD), we evaluated ABI and toe-finger (ToFi) pressures by infrared (IR) sensors at the digits and compared with standard Doppler (Doppler-ABI) in 100 patients with PAD and in 15 controls. Pressure indices were obtained in 86% for Doppler-ABI...

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

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

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