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

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

Masoud Youssefi Mohammad Derakhshan,

Background: Medical education should be considered as a dynamic process. If necessary, the program should be changed. Considering rapid advantages in the field of virology, it seems to be necessary to review and change the virology course of medical students. Therefore we decided to analyze the view of Iranian medical students of the quantity and quality of virology course. Methods: Medical stu...

Journal: :Journal of General Internal Medicine 1997

Journal: :journal of research in medical sciences 0
shaista salman guraya salman yousuf guraya fawzia a. habib khalid i. khoshhal

background: understanding the learning styles of medical students can drive the institutions to adapt instructional materials to enhance students’ learning of knowledge and skills. this study explored the learning styles of undergraduate medical students, comparing gender variations in terms of their significant preferences. materials and methods: a cross-sectional observational study was perfo...

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی شهید صدوقی یزد - دانشکده دندانپزشکی 1389

چکیده ندارد.

Journal: :journal of advances in medical education and professionalism 0
mohammad hadi imanieh gastroenterohepatology research center, shiraz transplant research center, nemazee teaching hospital, medical school, shiraz university of medical sciences, shiraz, iran seyed mohsen dehghani 1gastroenterohepatology research center, shiraz transplant research center, nemazee teaching hospital, medical school, shiraz university of medical sciences, shiraz, iran ahmad reza sobhani gastroenterohepatology research center, shiraz university of medical sciences, shiraz, iran mahmood haghighat gastroenterohepatology research center, shiraz university of medical sciences, shiraz, iran

introduction: in traditional medical education systems much interest is placed on the cramming of basic and clinical facts without considering their applicability in the future professional career. the aim of this study is to evaluate a novice medical training method (problem-based learning) as compared to the contemporary teacher-based medical education or traditional methods. methods: selecti...

Journal: :iranian red crescent medical journal 0
forough mortazavi department of education, development center, sabzevar university of medical sciences, sabzevar, ir iran saideh s. mortazavi department of chemistry, university of texas at el paso (utep), texas, usa razieh khosrorad department of education, development center, sabzevar university of medical sciences, sabzevar, ir iran; department of education, development center, sabzevar university of medical sciences, p. o. box: 9613873136, sabzevar, ir iran. tel: +98-5144446070, fax: +98-5144445648

conclusions the farsi version of the pass is a valid and reliable tool to measure academic procrastination in iranian undergraduate medical students. background procrastination is a common behavior which affects different aspects of life. the procrastination assessment scale-student (pass) evaluates academic procrastination apropos its frequency and reasons. objectives the aims of the present s...

Journal: :international journal of epidemiology research 0
hossein ansari health promotion research center, dept.of epidemiology and biostatistics, zahedan university of medical sciences, zahedan, iran mahmood khorram health promotion research center, zahedan university of medical sciences, zahedan, iran ali soleimaninejad health promotion research center, zahedan university of medical sciences, zahedan, iran alireza ansari-moghaddam health promotion research center, zahedan university of medical sciences, zahedan, iran

background and aims: life skills involve a big class of socio-psychological and interpersonal skills which help a person to take conscious decisions, communicate effectively and improve self-management skills. preparing a plan for all the above mentioned programs, need awareness about life skills level of different groups such as students in universities. present study was aimed to reveal the p...

Journal: :preventive care in nursing and midwifery journal 0
ali mohammadi phd. dept. of public health, school of public health, zanjan university of medical sciences, zanjan, iran koorosh kamali md, mph, phd. social determinant of health research center, zanjan university of medical sciences, zanjan, iran hossein masoomi jahandizi phd student. dept. of public health, school of public health, zanjan university of medical sciences, zanjan, iran

background: empathy is an important factor in the relationship between the therapist and the patient and leaves positive impacts on the health outcomes. objectives: to investigate the level of empathy for patients among students of zanjan university of medical sciences. methods: the present cross-sectional study was carried out in zanjan university of medical sciences. a sample of 420 students ...

Journal: :journal of dentistry, tehran university of medical sciences 0
m. hashemipour a. sadeghi

objective: the aim of this study was to determine the prevalence of needlestick injury (nsi) and the factors associated with it among medical and dental students in kerman province during the 2006 year. materials and methods: a cross-sectional study was conducted among 269 medical and dental students to evaluate nsis and practices regarding the protective strategies. these students were asked t...

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

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

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