نتایج جستجو برای: hajj travel preparation

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

Journal: :Eastern Mediterranean health journal = La revue de sante de la Mediterranee orientale = al-Majallah al-sihhiyah li-sharq al-mutawassit 2013
A Shibl H Tufenkeji M Khalil Z Memish

The Islamic Hajj to Makkah (Mecca) has been associated with outbreaks of invasive meningococcal disease and the global spread of Neisseria meningitidis serogroup W-135. For Hajj pilgrims the quadrivalent vaccination against serogroups A, C, W-135 and Y is a mandatory requirement. Novel conjugate vaccines may provide benefits for the community by reduction of carriage. With the introduction of t...

2013
A. BOUDHIR M ed. BOUHORMA M ed. BENAHMED S. Elbrak

As an emerging technology, WSN (Wireless Sensor Networks) composed from a large number of small, low data rate and inexpensive node that communicate in order to sense or control a physical phenomenon. WSN have a lot of applications like disaster management, health, military and security, and enormously attracted the community of researchers and has fueled the interest in sensor networks during ...

Journal: :Saudi medical journal 2009
Ameen Z Alherabi

OBJECTIVE To present our experience in the development of our own local electronic Makkah Ear, Nose, and Throat (ENT) - Hajj Database, and provide a road map for the ENT Clinic during Hajj. METHODS This prospective cohort study was conducted between November 28 and December 10, 2008 (1429 Hijri Hajj season). All patients presenting to the ENT Clinic at Al-Noor Specialist Hospital, Makkah, Kin...

Journal: :international journal of travel medicine and global health 0
wealeed dandehbor deputy of medical centre hajj and plgrimage of iranian red crescent society, tehran, iran majid kazemi department medical surgical nursing, faculty of nursing and midwifery, rafsanjan university of medical sciences, rafsanjan, iran mohammad hossein salehi shahrbabaki rafsanjan university of medical sciences, rafsanjan, iran zohre ghorashi department of midwifery, rafsanjan university of medical sciences, rafsanjan, iran rezvan sadrmohammad department of clinical psychology, kar higher education institute of rafsanjan, rafsanjan, iran bonnie bozorg tehran university of medical sciences, tehran, iran reza bidaki

introduction: the pilgrimage to ka’beh (god’s house in mecca) is a special opportunity in the life of most muslims. female pilgrims try to postpone menstruation during the pilgrimage by taking hormonal medicines. however, women are seen in this disorder. this paper aimed to determine the frequency of menstrual disorders and related factors among female pilgrims of umrah mufradah in 2012.methods...

 Background: Every year more than 2 million people depart from Iran to Saudi Arabia for Hajj ritual which can be faced with some different diseases. There are not much information about frequencies and trend of diseases in Hajj. The main objective of this study was to determine the trend of prevalent diseases during five consecutive Hajj rituals among Iranian pilgrims. Methods: We est...

Hamidrez Moniri, Laleh Eftekhari Mohammad Hadi Fallahzadeh

The theory of diffusion is one of the prevailing theories on the explanation of the quality of dissemination of innovations, expansion of ideas and thoughts in the area of culture.The present research is an attempt to respond to this question: Is it possible to disseminate the Islamic Revolution values and ideals through the window of Abrahamic Hajj into the world of Islam? And if the res...

ژورنال: میقات حج 2019
واحد ترجمه پژوهشکده حج و زیارت

  Research on Iran-India Relations in the  Safavid AgeAnd Their Effects on Performing  the Hajj by Iranians through India   Seyyed Mahmud Samani[1] Abstract Iran and India are two big neighbors with a long-standing history and common e...

Journal: :iranian red crescent medical journal 0
sayyed ali marashi hajj and pilgrimage medical center, tehran, ir iran hojjatollah rusta department of cardiology, shiraz university of medical sciences, shiraz ir iran aminreza tabatabaei department of education and research, hajj and pilgrimage medical center, tehran, ir iran; department of education and research, hajj and pilgrimage medical center, tehran, ir iran. tel: +98-2186744114

conclusions respiratory disease, musculoskeletal pain, headache, and digestion problems were among the most important reasons of patients' referral to physicians in times of hajj. the mentioned complications could be prevented through correct trainings and conforming to health recommendations in times of hajj. results in general, medical data of 107074 cases had been registered in this software...

Hajj, a unique yearly mass gathering pilgrimage of more than 2 million Muslims from around the world, presents enormous challenges to the Saudian Arabia government.1 The potential for deadly epidemic outbreaks of bacterial and viral diseases leading to upper respiratory infection and meningitis and human stampedes call for prompt attention from both pilgrims and the ministry of healt...

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

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

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