نتایج جستجو برای: deep venous thrombosis

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

Journal: :American family physician 2004
Dino W Ramzi Kenneth V Leeper

Treatment goals for deep venous thrombosis include stopping clot propagation and preventing the recurrence of thrombus, the occurrence of pulmonary embolism, and the development of pulmonary hypertension, which can be a complication of multiple recurrent pulmonary emboli. About 30 percent of patients with deep venous thrombosis or pulmonary embolism have a thrombophilia. An extensive evaluation...

2012
Sang Won Chung Sung Nam Hwang Byoung Kook Min Jeong Taik Kwon Taek Kyun Nam Byoung Hoon Lee

Symptoms of deep cerebral vein thrombosis (DCVT) are variable and nonspecific. Radiologic findings are essential for the diagnoses. In the majority of cases of deep internal cerebral venous thrombosis, the thalamus is affected bilaterally, and venous hypertension by thrombosis causes parenchymal edema or venous infarction and may sometimes cause venous hemorrhage. Intravenous injections of mann...

Journal: :Radiology 1984
I Singer H D Royal R F Uren R C Waugh A F McLaughlin G J Bautovich I A Dyer R R Fulton J G Morris

Radionuclide plethysmography (RPG) is a new technique that uses Tc-99m labelled red blood cells to ascertain changes in venous volumes by detecting the change in counts in response to the inflation and deflation of proximal thigh cuffs. Diagnosis of ileofemoral venous occlusion is possible using this technique, which also provides kinetic data of venous outflow. A range of normal values was def...

Journal: :Chest 1989
M V Huisman H R Büller J W ten Cate E A van Royen J Vreeken M J Kersten B Bakx

In patients presenting with clinically suspected deep vein thrombosis, symptomatic pulmonary embolism is rarely apparent. To assess the prevalence of silent pulmonary embolism in outpatients with proven deep vein thrombosis but without symptoms of pulmonary embolism, perfusion ventilation lung scans were performed in 101 consecutive patients at presentation. Fifty-one percent of these patients ...

Journal: :Arteriosclerosis, thrombosis, and vascular biology 2017
Sandrine Laurance François-René Bertin Talin Ebrahimian Yusra Kassim Ryan N Rys Stéphanie Lehoux Catherine A Lemarié Mark D Blostein

OBJECTIVE Coagulation and inflammation are inter-related. Gas6 (growth arrest-specific 6) promotes venous thrombosis and participates to inflammation through endothelial-innate immune cell interactions. Innate immune cells can provide the initiating stimulus for venous thrombus development. We hypothesize that Gas6 promotes monocyte recruitment during venous thrombosis. APPROACH AND RESULTS D...

Journal: :Journal of ultrasound in medicine : official journal of the American Institute of Ultrasound in Medicine 2005
Eva E Chin Peter T Zimmerman Edward G Grant

OBJECTIVE The purpose of this presentation is to review the techniques of performing an upper extremity Doppler examination, in addition to illustrating the sonographic appearances of acute and chronic upper extremity deep venous thrombosis (UEDVT). METHODS The risk factors and complications of UEDVT are discussed, and the anatomy of the upper extremity deep venous system as well as examinati...

Journal: :Stroke 1991
P Noel F Gregoire A Capon P Lehert

In 539 consecutive stroke patients admitted to a rehabilitation department, we studied the possible role of atrial fibrillation as a risk factor for deep venous thrombosis and pulmonary embolism by analyzing a series of relevant clinical data in patients with and without atrial fibrillation and in patients with and without venous thromboembolic complications. Deep venous thrombosis as well as a...

Journal: :Revista do Colegio Brasileiro de Cirurgioes 2014
Alberto Okuhara Túlio Pinho Navarro Ricardo Jayme Procópio Rodrigo de Castro Bernardes Leonardo de Campos Correa Oliveira Mariana Paschoaleti Nishiyama

OBJECTIVE to determine the incidence of deep vein thrombosis and prophylaxis quality in hospitalized patients undergoing vascular and orthopedic surgical procedures. METHODS we evaluated 296 patients, whose incidence of deep venous thrombosis was studied by vascular ultrasonography. Risk factors for venous thrombosis were stratified according the Caprini model. To assess the quality of prophy...

2014
ALBERTO OKUHARA MARIANA PASCHOALETI NISHIYAMA

Objective: to determine the incidence of deep vein thrombosis and prophylaxis quality in hospitalized patients undergoing vascular and orthopedic surgical procedures. Methods: we evaluated 296 patients, whose incidence of deep venous thrombosis was studied by vascular ultrasonography. Risk factors for venous thrombosis were stratified according the Caprini model. To assess the quality of prophy...

Journal: :British heart journal 1976
M J Hayes G K Morris J R Hampton

In a prospective study of patients admitted to a coronary care unit, the incidence of isotopically diagnosed deep venous thrombosis was found to be related to the severity of illness rather than to the duration of bed rest. In addition, no negative correlation was found between cigarette smoking and deep venous thrombosis.

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

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

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