نتایج جستجو برای: lower extremity veins

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

Journal: :Journal of Vascular Surgery 2023

Chronic venous Insufficiency is a common problem, and radio-frequency ablation (RFA) of incompetent veins effective treatment. In 2018, the Venclose device catheter were approved for use in United States. Given lack literature on this new devicem we previously published initial results now are following-up with 1-year data from our patients. We performed retrospective analysis patients who had ...

Journal: :The Journal of pharmacology and experimental therapeutics 2015
Elisabeth MacColl Raouf A Khalil

Lower-extremity veins have efficient wall structure and function and competent valves that permit upward movement of deoxygenated blood toward the heart against hydrostatic venous pressure. Matrix metalloproteinases (MMPs) play an important role in maintaining vein wall structure and function. MMPs are zinc-binding endopeptidases secreted as inactive pro-MMPs by fibroblasts, vascular smooth mus...

Journal: :American journal of orthopedics 2014
Bilal Mahmood Naven Duggal

The popularity of skiing and snowboarding has increased tremendously over the past few decades. Whereas skiing has been an established winter sport for some time, snowboarding was created only in the 1960s. The great surge in popularity of snowboarding was sparked by its inclusion in the 1998 Winter Olympics. With increased participation in these winter activities has come a tremendous rise in ...

Journal: :Journal of surgical orthopaedic advances 2010
Scott M Tintle Jonathan Agner Forsberg John J Keeling Scott B Shawen Benjamin Kyle Potter

Since the onset of combat activity in Iraq and Afghanistan, there have been over 1100 major limb amputations among United States service members. With a sustained military presence in the Middle East, continued severe lower extremity trauma is inevitable. For this reason, combat surgeons must understand the various amputation levels as well as the anatomic and technical details that enable an o...

Journal: :American family physician 2013
Kimberly Zoberi Beth Auten

Evidence-Based Answer Complete decongestive physiotherapy (i.e., a noninvasive protocol consisting of skin care, lymph drainage massage, exercises, and compression bandaging1) effectively improves edema, rates of infection, and quality of life in patients with lower-extremity lymphedema. (Strength of Recommendation [SOR]: B, based on prospective cohort studies.) Microsurgery may be effective fo...

2004
Mark D. Grabiner

Obesity and osteoarthritis are complex diseases to which multiple interacting factors contribute. The moderate association between obesity and knee joint osteoarthritis reflects the amplification by obesity of role of joint loading in the development and progression of osteoarthritis. However, joint loading is insufficient to explain the disparities between the incidence of knee OA in obese peo...

Journal: :AJR. American journal of roentgenology 2008
Whal Lee Jin Wook Chung Yong Hu Yin Hwan Jun Jae Sang Joon Kim Jongwon Ha Jae Hyung Park

OBJECTIVE The purpose of this study was to verify the imaging quality of CT venography in the clinical evaluation of the lower extremity superficial venous system and to correlate the CT and duplex sonographic findings about varicose veins. SUBJECTS AND METHODS One hundred consecutively registered patients with varicose veins underwent CT venography. The image quality of overall 3D volume ren...

2015
Mihra S. Taljanovic David M. Melville Andrea S. Klauser Leonard Daniel Latt Hina Arif-Tiwari Liang Gao Russell S. Witte

Diagnostic ultrasound techniques used in the evaluation of the musculoskeletal system are rapidly evolving. Conventional B-mode and Doppler ultrasound imaging methods are workhorses in the diagnosis and treatment decision making for traumatic and pathologic conditions of joints, tendons, muscles, ligaments, and peripheral nerves. Recently developed sonoelastography techniques enable the qualita...

2012
Aditya M. Sharma Herbert D. Aronow

Eight to 12 million people in United States have PAD (Allison et al. 2007). Only ~10% of patients with PAD have classic intermittent claudication (IC), ~50% have atypical leg symptoms and ~40% are asymptomatic (Hiatt 2001). Its prevalence significantly increases with age; 12 – 20% of those above the age of 65 years suffer from PAD (Ostchega al. 2007). The prevalence of PAD is similar in men and...

2005
James A. Oñate Kevin M. Guskiewicz Stephen W. Marshall Carol Giuliani Bing Yu William E. Garrett

Lower extremity musculoskeletal injuries have become a public health concern for active individuals when considering the complications that often present later in life after injury (eg, degenerative joint disease). 10 A recent surge of lower extremity injury prevention programs, 14,22 specifically aimed at ACL injury prevention, have provided some promising results in reducing knee injury among...

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

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

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