نتایج جستجو برای: medical travel

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

2013
Fred Janke Bonnie Dobbs Rhianne McKay Meghan Linsdell Oksana Babenko

BACKGROUND Sleep deprivation and fatigue are associated with long and irregular work hours. These work patterns are common to medical residents. Motor vehicle crashes (MVCs) are a leading cause of injury related deaths in Canada, with MVC fatality rates in rural areas up to three times higher than in urban areas. OBJECTIVES To: 1) examine the number of adverse motor vehicle events (AMVEs) in ...

2015
Balaraman Rajan Tolga Tezcan Abraham Seidmann

Medical specialists treating chronic conditions typically face a very heterogeneous set of patients. Such heterogeneity arises because of difference in patients’ medical conditions as well as the travel burden each of them faces when trying to reach the clinic. In this paper, we investigate the impact of travel burden on the strategic behavior of medical specialists in terms of their operating ...

Journal: :معماری و شهرسازی 0
رضا خیرالدین استادیار شهرسازی، دانشکده معماری و شهرسازی، دانشگاه علم وصنعت ایران عنایت اله میرزایی دانشجوی دکتری شهرسازی، دانشکده معماری و شهرسازی، دانشگاه علم وصنعت ایران

modern world faces a multitude of challenges regarding displacement including high fuel consumption, air pollution, congestion in streets, decrease in physical activities, insecurity of passers-by etc. most of which result from dependence on automobiles and the vehicle-stricken urban forms. planners and public health officials are turning to land planning and urban design for help in reducing a...

Journal: :Family practice 2014
Stefan H F Hagmann Pauline V Han William M Stauffer Andy O Miller Bradley A Connor DeVon C Hale Christina M Coyle John D Cahill Cinzia Marano Douglas H Esposito Phyllis E Kozarsky

BACKGROUND US residents make 60 million international trips annually. Family practice providers need to be aware of travel-associated diseases affecting this growing mobile population. OBJECTIVE To describe demographics, travel characteristics and clinical diagnoses of US residents who present ill after international travel. METHODS Descriptive analysis of travel-associated morbidity and mo...

Journal: طب جانباز 2013

Nowadays air travel is one of the most popular traveling as its advantages. A disabled should commute easily, so Facilitation of air traveling is vital. A disabled needs various services which depends on travel steps. These needs should have supported by travel agencies and airport staffs. Therefore, planners must be considering not only physical environment but also well services. This paper i...

Dear Editor, We note with great enthusiasm the advancesto the medical field that have been broughtabout by international collaboration betweenmedical researchers in different countries.Collaboration occurs when “2 or more entitieswork together to produce a desired and sharedoutcome” (1). Literature on the topic notesspecifically the strategic alignment of globalpartnerships with global health p...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز - دانشکده ادبیات و زبانهای خارجی 1393

هدف از انجام این تحقیق ارزشیابی کتاب medical terminology کوهن (2008) می باشد که در کلاسهای زبان تخصصی دانشجویان رشته پزشکی مورد استفاده قرار می گیرد. همچنین، این مطالعه با در نظر گرفتن نکته نظرات اساتید و دانشجویان این رشته به بررسی نیازهای زبانی این دانشجویان می پردازد. افراد شرکت کننده در این تحقیق 50 دانشجو و 2 تن از اساتید دانشگاه علوم پزشکی اردبیل می باشند. دانشجویان شرکت کننده ورودی سال 9...

2010
Neil Lunt Mariann Hardey Russell Mannion

An emerging trend is what has become commonly known as 'Medical Tourism' where patients travel to overseas destinations for specialised surgical treatments and other forms of medical care. With the rise of more affordable cross-border travel and rapid technological developments these movements are becoming more commonplace. A key driver is the platform provided by the internet for gaining acces...

Travellers are at risk of a diverse range of environmental and infectious conditions, some of which may affect the eyes and lead to blindness in severe cases. Travel-related ocular infections include onchocerciasis, leishmaniasis, cysticercosis, trachoma, dengue, loiasis, and leptospirosis. The travel medicine adviser should also recognise other hazards encountered during travel which may adver...

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

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

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