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

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

شیوا خالق پرست اطهری, ,

B a c kgro u n d: Contact theory has been mentioned for years. Can it effect peoples' attitude a question to be answered. Objective: To determine nurses' attitude toward mental illness with different levels of contact with mentally ill people. Design: This was a correlational study. Using a two part questionnair data were collected about contact level and attitude of a group of nurses. Sample: ...

برزگران, مهران, دلاوری, سمانه, رحمانیان, وحید, مرزبان, آمنه, مرزبان, هادی,

consumption of medicinal plants, especially when conventional treatments are not able to control diabetes, and the patient needs insulin administration, is remarkable. The aim of this paper is the attitude and social behaviors of Bandar Abbas 's people to consume of herbal medicine in treatment of DM. Methods: This descriptive cross-sectional study was conducted in 2017. In this study, 300 ind...

Journal: :Appetite 2013
M Luisa Demattè Isabella Endrizzi Franco Biasioli Maria Laura Corollaro Nicola Pojer Massimiliano Zampini Eugenio Aprea Flavia Gasperi

Food neophobia is strictly connected with many different aspects of human feeding, ranging from food preferences to food choice, from active chemosensory exploration of the world (sniffing and tasting) to physiological responses associated with alertness. Therefore in this study, we tested the ability of 167 participants (54 women and 113 men, aged between 20 and 59 years old) to correctly iden...

Journal: : 2022

Background: Due to chronic diseases and physiological changes with aging, the surgical processes care requirements may change. Objectives: This study aimed determine attitudes of nurses toward older patients factors affecting attitude. Methods: descriptive cross-sectional was conducted 153 who worked in units a university hospital located Thrace region Turkey from February 21 March 11, 2020. Da...

Objectives: Cognitive impairments and negative attitudes toward self, world, and future in the elderly are common problems that cause loss of efficiency, quality of life, and increased mortality among them. This study compared the cognitive triad (negative attitude toward the self, world, and future) between the elderly who residing at homes and nursing care facilities. Methods & M...

Journal: :international journal of community based nursing and midwifery 0
nooshin zarei shiraz hiv/aids research center, shiraz university of medical sciences, shiraz, iran; hassan joulaei health policy research center, shiraz university of medical sciences, shiraz, iran; elahe darabi department of sociology and social planning, school of economy, management and social sciences, shiraz university, shiraz, iran; mohammad fararouei department of epidemiology, school of public health ,shiraz university of medical sciences, shiraz, iran

background: despite the success of developed countries in preventing the spread of hiv/aids, the disease is expanding in developing countries where an unfavorable attitude exists among people, health professionals and employees. this study aimed to assess the stigmatized attitude among health care providers toward people living with hiv (plwha). methods: the study is a cross-sectional survey. t...

,

The Relationship between Moral Intelligence of High School Girls and Boys and their Attitude toward Pre-Marital Relationships M. Ilami The present study aimed to investigate the relationship between moral intelligence of high school girls and boys and their attitude toward pre-marital relationships. In this survey, 384 Mashhadi high school girls and boys, aged between 15 and 19, w...

Introductoin: This research has done with the purpose of analyzing the role of mother’s personality type, especially D type in the prediction of teen’s positive and negative attitude toward delinquency. Method: A sample of 100 people with their teenage children was selected with cluster sampling for this descriptive – correlation research from the mothers in Hamedan. Mothers ...

Journal: :Gerontology & geriatrics education 2017
Elizabeth Lokon Yue Li Jyotsana Parajuli

This study explored the effects of participating in an intergenerational service learning program called Opening Mind through Arts (OMA) on college students' attitudes toward people with dementia. In this program, students were paired one-on-one with elders who have dementia to support the elders' creation of visual art projects. They met weekly for one semester. The Dementia Attitude Scale was...

ژورنال: ابن سینا 2021
Shams Ghahfarokhi, Farideh, Shams Ghahfarokhi, Mehri ,

Background: Since the beginning of the coronavirus pandemic, several control measures were taken, such as quarantine, curfews, restrictions on the provision of certain services, and the launch of information campaigns. Success in these actions is strongly influenced by people's obedience to the instructions of the Ministry of Health and the National Corona Headquarters and this is influenced...

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

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

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