نتایج جستجو برای: hiv aids patients

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

Journal: :iranian journal of public health 0
fathieh abu moghli suhair al habeesh lubna abu shikha

background: the control of spread of hiv takes concerted efforts at both national and international levels. education is an important component of preventing the spread of hiv. this study aimed to assess the attitudes of parents, teachers and students towards informing children about hiv/aids, attitudes concerning 'proper' age to learn about hiv/aids, possible differences in attitudes relating ...

Abbasian, Ladan, Dehdari, Tahereh, Mahmoudi, Maryam, Mortazavi, Seeyd Saleheh, Shojaeezadeh, Davood,

Background and Objectives: Patients with HIV/AIDS have different experiences regarding coping with stress. Understanding these experiences is essential to design tailored interventions. The aim of this study was to explore experiences of patients with HIV on coping with stress strategies. Materials and Methods: In this qualitative content analysis study, 26 participants with HIV were selected u...

احمدزاد اصل, مسعود , افتخار, مهرداد , جلالی, امیرحسین , علوی, کاوه , پاکدل, سعید ,

Objectives: The aim of the present study was to assess the knowledge and attitude of patients with gender identity disorder (GID), presenting to Tehran Psychiatric Institute, toward Acquired immunodeficiency Syndrome (AIDS).  Method: 58 patients with gender identity disorder (41 female-to-male and 17 male-to-female) were selected using convenience sampling. The subjects completed the questionna...

2016
M Mahesh M Shashidhara

Introduction: The occurrence of autonomic dysfunction in human immunodeficiency virus (HIV) patients impacts their health care in several ways. Extra precaution is needed during invasive surgical procedures are to be done. Whether dys-autonomia is related to severity of HIV disease is still a matter of controversy. Materials and Methods: This was a prospective, hospital-based study. 50 patients...

Journal: :Arquivos de neuro-psiquiatria 2008
Priscila Junqueira Silvia Bellucci Sueli Rossini Rubens Reimão

OBJECTIVE To evaluate sleep impairment, symptoms of anxiety and depression, and associations with sleep characteristics of sleep in female HIV/AIDS patients. METHOD 30 female patients with HIV/AIDS were evaluated along with 30 female controls with a mean age of 35.4 years in the study group and 33.1 years in the control group, with: a) the Pittsburgh Sleep Quality Index; b) the Beck Anxiety I...

اسدی لاری, محسن, ریماز, شهناز, ساعی پور, نرگس, متولیان, سید عباس, مرقاتی خویی, عفت السادات, نجات, سحرناز, نیکوسرشت, زهرا,

Background and Aim: Quality of life amongst people living with HIV/AIDS is affected by their experiences such as social isolation, stigmatization and discrimination. Physical, mental and social problems are common throughout their lives. Therefore, studying the quality of life of HIV-infected individuals are shortcomings in various cultural contexts. The purpose of this study was to assess the ...

Journal: :journal of midwifery and reproductive health 0
abbas dehghani msc, department of bacteriology and virology, school of medicine, shiraz university of medical sciences, shiraz, iran parvin dehghani msc, institute of mathematical sciences, faculty of sciences, university of malaya, kuala lumpur, malaysia behzad dehghani msc, department of bacteriology and virology, school of medicine, shiraz university of medical sciences, shiraz, iran

background & aim: acquired immune deficiency syndrome (aids) is an infectious disease caused by human immunodeficiency virus (hiv). the awareness of hiv preventive measures and its transmission routes have an important role in controlling the hiv infection in the society. regarding this, the present study aimed to investigate the awareness and attitudes of the high school students regarding hiv...

Journal: :HIV and AIDS Review 2022

ENWEndNote BIBJabRef, Mendeley RISPapers, Reference Manager, RefWorks, Zotero AMA Pakdin B, Rezaeian S, Najafi F, Shakiba I, Heydarpour F. Evaluation of factors affecting survival HIV/AIDS patients using Cox and extended models. HIV & AIDS Review. International Journal HIV-Related Problems. 2022;21(4):276-283. doi:10.5114/hivar.2022.120036. APA Pakdin, B., Rezaeian, S., Najafi, F., Shakiba, I.,...

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
fatemeh rahmati najarkolaei dept. of health education, tarbiat modarres university, tehran shamsaldin niknami dept. of health education, tarbiat modarres university, tehran farkhondeh amin shokravi dept. of health education, tarbiat modarres university, tehran fazlolah ahmadi dept. of nursing education, tarbiat modarres university, tehran

background: the number of aids patients is increasing worldwide including iran. patients' risky behaviors play an important role in this arising trend. assessing the perception and behaviors may facilitate for clarifying and planning to reduce the incidence of the risky behaviors. this study aimed to investigate the perception and the behaviors of the hiv/aids patients.   methods: this qualitat...

Journal: :Journal of health, population, and nutrition 2003
Gobopamang Letamo

Botswana has the highest prevalence of HIV in the world. The epidemic of HIV/AIDS is often accompanied by stigma and discrimination that create the circumstances for spreading HIV. To facilitate the design of effective programmes to fight the high prevalence of HIV/AIDS-related stigma and discriminatory attitudes, this study examined survey data on the prevalence of, and factors associated with...

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

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

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