نتایج جستجو برای: residents perception

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

Building permits and approved architectural drawings are parts of a construction process in residential environments. This process affects residents in numerous ways. Investigation of these effects requires recording the perception of residents over time. On the other hand, the mechanism of guiding the residents’ experience of gradual physical change requires a model that would integrate ...

2014
Ya-Fen Lee Yun-Yao Chi

Due to the impact of global climate change, the urban flooding in Taiwan occurs frequently, causes serious damage. Understanding the disaster perception is desirable in order to implement the urban disaster management. This paper aims to investigate the flood perception of residents along Erren River Bank in Tainan, Taiwan by using questionnaire survey method. The findings show that the residen...

Journal: :journal of advances in medical education and professionalism 0
leila bazrafkan esfahan university of medical sciences, esfahan, iran gholam hossain ghassemi esfahan university of medical sciences, esfahan, iran parisa nabeiei education development center, shiraz university of medical sciences, shiraz, iran

introduction: feedback is very important in education and can help quality in the training process and orient the trainees in clinical contexts. this study aimed to assess the residents’ points of view about feedback in clinical education at shiraz university of medical sciences. methods: the sample of this study included 170 medical residents attending medical workshops in shiraz university of...

2017
Fanny Buckinx Jean-Yves Reginster Alison Morelle Nicolas Paquot Nicole Labeye Médéa Locquet Stéphane Adam Olivier Bruyère

BACKGROUND In addition to the well-known physiological factors, dietary behavior that affects health seems to be influenced by a wide variety of environmental factors. The aim of this study was to assess, by means of an original video approach, the influence of the environment on food intake in nursing homes. METHODS The perception of the environment during meals in nursing homes was evaluate...

2015
Makiko Orita Naomi Hayashida Yumi Nakayama Tetsuko Shinkawa Hideko Urata Yoshiko Fukushima Yuuko Endo Shunichi Yamashita Noboru Takamura Gayle E. Woloschak

The late health effects of low-dose rate radiation exposure are still a serious public concern in the Fukushima area even four years after the accident at Fukushima Daiichi Nuclear Power Plant (FNPP). To clarify the factors associated with residents' risk perception of radiation exposure and consequent health effects, we conducted a survey among residents of Kawauchi village in May and June 201...

Journal: :future of medical education journal 0
sakene sabzevari education developmental center, deputy of research and technology, medical science university of kerman, kerman, iran roya vatankhah education developmental center, mashhad university of medical sciences, mashhad, iran mohamadreza baneshi health school, kerman university of medical sciences, kerman, iran lida jarahi community medicine department, faculty of medicine, mashhad university of medical sciences, mashhad, iran

background: clinical training has an important section in medical students’ education. creating a favorable learning environment plays an essential role in medical education. since clinical teachers involve to clinical problem, clinical education environment evaluation can help to identify the negative and positive factors. this study was conducted to compare medical students’ and residents&apo...

Journal: :American Journal of Community Psychology 2014

GHOLAM GHASSEMI LEILA BAZRAFKAN, PARISA NABEIEI

Introduction: Feedback is very important in education and can help quality in the training process and orient the trainees in clinical contexts. This study aimed to assess the residents’ points of view about feedback in clinical education at Shiraz University of Medical Sciences.Methods: The sample of this study included 170 medical residents attending medical workshops in Shiraz University of ...

2017
Attia Bari Uzma Jabeen Iqbal Bano Ahsan Waheed Rathore

Objective To determine the knowledge of patient safety among postgraduate residents (PGR) and nurses in a tertiary care hospital. Methods This casual comparative study was conducted among the postgraduate residents and nurses working at The Children's Hospital Lahore in the month of July, August 2017. Both PGR and nurses were asked to complete APSQ-IV questionnaire about patient safety on 7 p...

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

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

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