نتایج جستجو برای: complex decongestive physiotherapy (cdp)

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

Journal: :journal of modern rehabilitation 0
سپیده نفیسی sepide nafissi msc of physical therapy, tehran, iranکارشناس ارشد فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران محمدرضا هادیان mohammad reza hadian professor of tehran university of medical sciences, tehran, iranاستاد گروه فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران حسین باقری hossein bagheri professor of tehran university of medical sciences, tehran, iranاستاد گروه فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران فرناز رضوی farnaz razavi msc of physical therapy, tehran, iranکارشناس ارشد فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران شیوا موسوی shiva mousavi lecture of school of rehabilitation, tehran university of medical sciences, tehran, iranمربی گروه فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران شهره جلائی shohreh jalaei assistant professor of tehran university of medical sciences, tehran, iranاستادیار گروه فیزیوتراپی، دانشکده توانبخشی دانشگاه علوم پزشکی تهران، تهران، ایران

abstract background and aims: one of the complications of breast cancer treatment is ipsilateral upper extremity lymphedema. secondary lymphedema is a chronic condition that leads to loss of function and disorder of quality of life. the aim of this study was to evaluate the effects of complex decongestive physical therapy (cdp) on pain severity and quality of life in patients with secondary upp...

Journal: :Lymphology 2008
G Szolnoky N Nagy R K Kovács E Dósa-Rácz A Szabó K Bársony M Balogh L Kemény

Lipedema is a disproportional obesity featuring frequent hematoma formation due to even minor traumatic injuries. On the basis of clinical observations, complete decongestive physiotherapy diminishes the incidence of hematomas due to minor injuries beyond leg volume reduction. Hematoma development may be caused by altered capillary resistance (CR) or altered capillary fragility (CF). We measure...

2007

University of Vienna, Austria Conservative treatment of lymphoedema is based on decongestive lymphatic therapy (DLT) which consists of compression, manual lymphatic drainage (MLD), skin care and exercise. Some schools use the term complete decongestive physiotherapy (CDP) (Foeldi et al, 2003). The most important single component among these modalities is compression, for which several devices a...

Journal: :Archives of surgery 1998
D S Ko R Lerner G Klose A B Cosimi

OBJECTIVE To define the immediate and long-term volumetric reduction following complete decongestive physiotherapy (CDP) for lymphedema. DESIGN Prospective study of consecutively treated patients. SETTING Freestanding outpatient referral centers. PATIENTS Two hundred ninety-nine patients referred for evaluation of lymphedema of the upper (2% primary, 98% secondary) or lower (61.3% primary...

Journal: :Lymphology 2008
G Szolnoky B Borsos K Bársony M Balogh L Kemény

Lipedema is a disproportional obesity for which evidence-based treatment is not currently available. We studied whether complete decongestive physiotherapy (CDP) alone or combined with intermittent pneumatic compression (IPC) could improve the treatment outcome in women with lipedema using a prospective, randomized trial. Eleven patients received CDP (60 min) and thirteen CDP (30 min) plus IPC ...

Journal: :Lymphology 2000
E Földi A Sauerwald B Hennig

Complex decongestive physiotherapy (CDP), consisting of manual lymph drainage, compression bandaging, remedial exercises and skin care, mobilizes accumulated edema fluid and increases lymph flow. On the other hand, it also has a beneficial therapeutic effect on fibrosclerosis. Because little is known of its possible mode of action on a molecular level, this preliminary study evaluated CDP in pa...

2015
Orçin Telli Atalay Anıl Özkir Bilge Başakçi Çalik Emre Baskan Harun Taşkin

[Purpose] Breast cancer-related upper extremity lymph edema is known to cause physical, functional and psychological impairments in women after modified radical mastectomy. The aim of this study was to investigate the effects of phase I Complex Decongestive Physiotherapy (CDP) on physical functions and depression levels in women with breast cancer-related upper extremity lymph edema. [Subjects ...

Journal: :Australian Journal of Physiotherapy 2009

Journal: :Lymphology 2009
G Szolnoky B Lakatos T Keskeny E Varga M Varga A Dobozy L Kemény

The application of intermittent pneumatic compression (IPC) as a part of complex decongestive physiotherapy (CDP) remains controversial. The aim of this study was to investigate whether the combination of IPC with manual lymph drainage (MLD) could improve CDP treatment outcomes in women with secondary lymphedema after breast cancer treatment. A randomized study was undertaken with 13 subjects r...

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

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

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