نتایج جستجو برای: attitude toward aged people

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

ژورنال: اعتیاد پژوهی 2020

Objective: The present study aimed to develop attitude toward drug scale and to evaluate its validity and reliability among students. Method: The present research was descriptive-survey of tool development type. The statistical population of the present study included all the students at Shahid Bahonar University of Kerman in 2018-2019. Among them, 400 individuals were selected using quota samp...

Journal: :Logos Universality Mentality Education Novelty 2022

The present study investigated the relationships between stigma and attitudes towards psychotherapy, discomfort experienced in interacting with people disabilities stigma, emotion-focused coping avoidant coping. In addition, we examined differences who know terms of have been to psychotherapy those not toward psychotherapy. research was conducted on a sample 171 aged 18 63 (M = 26.00; SD 8.07)....

2012
Karl Peltzer Warren Parker Musawenkosi Mabaso Elias Makonko Khangelani Zuma Shandir Ramlagan

In South Africa social and behavioural communication interventions are a critical component of HIV/AIDS prevention, and numerous communication campaigns have been implemented intensively across the country through government initiatives and nongovernmental organisations over the past decade. The aim of this paper is to assess the reach of HIV and AIDS communication campaigns in conjunction with...

آسایش, حمید , افکاری, محمد اسحاق , تقدیسی, محمدحسین , جعفر علیلو, حمید , رستگاری مهر, بابک , شفیعیان , زهرا , صلحی, مهناز , قربانی , مصطفی , متین, حبیبه , منصوریان, مرتضی ,

Background: increasing the population of aged, Consequently Increasing rate of chronic disease and to decreasing quality of life level caused many problems in different communities. The important aim of this study was surveying the effect of an educational intervention by use of the educational components of precede model on quality of life in the elders. Methods: This semi-empirical research ...

Journal: :تحقیقات اقتصاد و توسعه کشاورزی ایران 0
داریوش حیاتی دانشیار بخش ترویج و آموزش کشاورزی دانشگاه شیراز زیبا نجفی قرقانی کارشناس ارشد شرکت مهندسی مشاور پوراب فارس

nowadays, many governments have found that the main cause of water crises in agricultural sector related to neglecting farmers’ role in irrigation and drainage networks management. water users association has been considered in order to transferring irrigation management to local beneficiaries. if farmers' opinion toward such transferring don't be investigated, it may lead to failure....

Introduction: It is impossible to be successful in virtual training unless we consider individuals’ viewpoints toward it. Despite this fact, less attention has been paid to students’ attitudes at the end of a virtual course in the published studies. This study investigates the effect of a virtual training course on the students` attitudes toward virtual education and its relationship with learn...

Journal: :علوم اجتماعی 0
دکتر علی اصغر سیلانیان طوسی محمّدمسعود سعیدی نامقی

is religious commitment declining? is the form of religiosity changing in the society of mashhad? to find answers to these questions, we studied the various theories of secularization and determined its three levels. we defined individual secularization and its product; the secular attitude, and determined its dimensions and its indexes. next we measured the secular attitude. we then studied th...

Journal: :Neurosciences 2000
S H Al-Adawi M Y Al-Maskari R G Martin A N Al-Naamani K A Al-Riyamy A A Al-Hussaini

OBJECTIVE This study reports the results of a questionnaire design to elicit doctors views about epilepsy. METHODS Sixty-two percent of medical staff working in different regions of Oman responded. The questionnaire covered certain topics regarding the source of the knowledge of the doctors on seizure disorders and the personalities and behavior of people with epilepsy. RESULTS The study su...

Journal: :Journal of basic and clinical health sciences 2021

Purpose: Innovative activities such as the simulation-based training program can affect nurses’ attitudes toward older adults. This study was aimed to determine effects of programs on towards adults in institutional care settings.
 Methods: A quasi-experimental pretest–posttest design used. total 92 nurses participated that comprised presentation about for adults, and scenario with aged si...

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

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

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