نتایج جستجو برای: screening afghan refugees

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

Journal: :AIDS 2011
Amna S Ansari Muhammad R Khanani Syed H Abidi Farida Shah Aniqa Shahid Syed H Ali

The current study was conducted to explore the origins of the HIV epidemics among the Afghan refugees in Pakistan and the native Afghans in Afghanistan. Phylogenetic analysis of HIV gag gene from 40 samples showed diverse HIV variants, originating from a number of countries. Intermixing of diverse HIV variants among Afghans may give rise to seeding of infections with rare HIV strains which may ...

1983
Shekar Saxena N.N. Wig

A brief review of literature on psychiatric morbidity associated with migration is presented, with particular emphasis on the problems of political refugees. Initial experiences with 152 Afghan nationals attending the psychiatric outpatient department of a general hospital in Delhi during a period of 18 months are described supported by retrospective data from the records. Problems encountered ...

Background and Purpose: Afghans are the main refugee population in Iran. Gaining insight into the precise needs of this population, their health, and wellbeing are crucial for appropriate planning and consequential interventions to improve their life experience. Materials and Methods: A total of 20 legal Afghan refugees residing in Tehran were studied using a successfully tested questionnaire ...

Journal: :African health sciences 2015
Khan Abrar Ul Haq Naz Asma Gul Hussain Muhammad Hammad Yasmeen Bibi Asma Bibi Javed Mohsan

BACKGROUND Present study aimed to investigate prevalence of Giardia intestinalis and Hymenolepis nana in Afghan refugees visiting Central Health Unit (CHU), Kot Chandana (Mianwali, Northern Punjab) during two years period (February 2007 to December 2009). METHODS A total of 687 stool samples were collected from different age groups of both genders. Samples were processed under sterile conditi...

2015
Salman Otoukesh Mona Mojtahedzadeh Robert A. Figlin Fred P. Rosenfelt Arash Behazin Dean Sherzai Chad J. Cooper Zeina A. Nahleh

BACKGROUND There is a paucity of research on the profile of cancers among displaced populations, specifically Afghan refugees in Iran. This study illustrates the pattern of cancers in this population, and highlights the challenges of cancer care in displaced people with the intent that this data will facilitate appropriate allocation of resources to improve care in this population. MATERIAL A...

Journal: :Nutrients 2021

Pakistan has hosted millions of Afghan refugees over the last several decades. Due to poor socioeconomic status, food insecurity and inadequate access health care, these are considered be at high risk malnutrition. Previous studies on nutritional assessment high-risk populations (refugees) have focused mainly women children (0–59 months). The current study aims assess status adolescent refugees...

Journal: :مجله تحقیقات سلامت 0
عزیزالله دهقان azizallah dehghan نرگس خانجانی narges khanjani روح الله زحمتکش rouhollah zahmatkesh

introduction: immunization is one of the most important health programs in first level prevention and is also one of the most cost-effective prevention programs in the entire world. this study evaluates the situation of immunization in fewer than one year old afghan refugee children in kerman, iran. materials and methods: this was a cross-sectional study. data was extracted from the records of ...

Abbas Bahreini Habibolah Taghizadeh Moghaddam Maryam Ajilian Abbasi Masumeh Saeidi Seyed Javad Sayedi, Zahra Emami Moghadam

      As host to some of the world’s biggest emergencies and protracted crises, the Eastern Mediterranean Region carries the largest burden of displaced populations globally. Out of 58 million displaced persons worldwide, almost 30 million (52%) come from the Region. Syria is currently the world’s biggest producer of refugees and internally displaced persons, with more than 40% of the populatio...

2013
Boris Drožđek Astrid M Kamperman Wietse A Tol Jeroen W Knipscheer Rolf J Kleber

BACKGROUND Legal status and other resettlement stressors are known to impact mental health of asylum seekers and refugees. However, the ways in which they interact with treatment of posttraumatic stress disorder (PTSD) with these populations is still poorly understood. The aim of this study was to examine whether legal status and other resettlement stressors influence outcomes of a trauma-focus...

Journal: :International Journal of Gynecology & Obstetrics 2009

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

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

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