نتایج جستجو برای: aquatic exercises

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

ژورنال: Hormozgan Medical Journal 2014
Ghasemi, behnam, Malekzadeh, maryam, Mirnasuri, rahim,

Introduction: The advantages of participating in physical activities are so well proved that many statements recommend them in preventing chronic diseases such as osteoarthritis. Training methods that are used to treat this condition is aquatic exercise. The purpose of this study was to examine the effects of aquatic exercises on the motor performance and quality of life in patients with knee j...

اصلانخانی, محمدعلی, صحبتی‌ها, محمد, فارسی, علیرضا,

Objectives: The purpose of this study was to examine the effect of exercise in and out of the water on balance level of healthy male older people. Methods & Materials: A total of 40 healthy and physically active males aged more than 65 years old, who had not previously experienced the study exercises were recruited. The subjects were randomly assigned into three different groups: aquatic exe...

Journal: :Mentálhigiéné és pszichoszomatika 2023

ABSTRACT Background and aims: Aquatic exercises are popular leisure activities worldwide, primarily among women. These especially beneficial for aging people individuals having difficulties performing land-based exercises. Their physical health benefits have already been documented in the academic literature, but research on their mental effects is still non-existent. However, promoting advanta...

Objectives The purpose of this study was to investigate the effect of deep aquatic exercises on balance among elderly men.  Methods & Materials Thirty elderly men voluntarily participated in this experiment. Subjects were randomly divided into two equal groups including experimental and control groups. The experimental group participated in a deep aquatic exercise program that consisted o...

Journal: :iranian journal of nursing and midwifery research 0
zahra rafeeyan mehrdad azarbarzin farhad mustafa moosa akbar hasanzadeh

background: the appearance of a new innovation in medical science named aquatic exercise has faded the effects of other preventive exercises in patients with multiple sclerosis to a large extent. since exercise is one of the beneficial factors in enhancement of quality of life, researchers decided to investigate the role of aquatic exercise on the patients' quality of life. methods: this study ...

2015
Khadijeh Irandoust Morteza Taheri

[Purpose] The purpose of this study was to investigate the effect of aquatic exercises on nonspecific low back pain (LBP) in elderly males. [Subjects and Methods] Thirty-two elderly men aged 65 or older were recruited and randomly allocated to two groups: aquatic training (3 d/wk for 12 wk) or a control group. Body mass index (BMI), percentage of body fat (PBF), waist-hip ratio (WHR), and trunk...

Journal: :The Kurume medical journal 1999
M Ariyoshi K Sonoda K Nagata T Mashima M Zenmyo C Paku Y Takamiya H Yoshimatsu Y Hirai H Yasunaga H Akashi H Imayama T Shimokobe A Inoue Y Mutoh

We have studied 35 patients (25 female and 10 male) with low-back pain who were managed with aquatic exercises after an appropriate period of treatment for their condition in the medical institution. The exercises employed consisted of strengthening exercises for the abdominal, gluteal, and leg muscles, stretching of the back, hip, hamstrings, and calf muscles, walking in water, and swimming. A...

2013
Bojan Jorgić Lidija Dimitrijević Johan Lambeck Marko Aleksandrović Tomislav Okičić Dejan Madić

Cerebral palsy is the most common cause of serious physical disability in childhood. Inadequate physical fitness is one of the major problems in children with cerebral palsy. Various aquatic activities and exercises can improve fitness levels in children with cerebral palsy. The aim of this paper is the analysis of the studies published from 1990 to 2011, which investigate the effects of aquati...

2017
Guilherme Eleutério Alcalde Ana Carolina Fonseca Thais Fernanda Bôscoa Mirella Regina Gonçalves Gabriele Candido Bernardo Bruna Pianna Bianca Ferdin Carnavale Camila Gimenes Silvia Regina Barrile Eduardo Aguilar Arca

BACKGROUND Aquatic therapy promotes short-term benefits for patients with knee osteoarthritis (OA), and it may be the first therapeutic option for this pathological condition. The objective of this study was to investigate the effects of an aquatic therapy program on pain intensity, functional ability, and quality of life in older people with knee OA. METHODS/DESIGN This is a parallel, two-ar...

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

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

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