نتایج جستجو برای: coping skills training

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

Journal: :Human reproduction 2011
Mariana V Martins Brennan D Peterson Vasco M Almeida Maria E Costa

BACKGROUND Social support can be a critical component of how a woman adjusts to infertility, yet few studies have investigated its impact on infertility-related coping and stress. We examined relationships between social support contexts and infertility stress domains, and tested if they were mediated by infertility-related coping strategies in a sample of infertile women. METHODS The Multidi...

Journal: :Irish medical journal 1990
E Doherty C A O'Boyle W Shannon H McGee G Bury

Good communication with patients is now recognised as the cornerstone in effective medical practice. Medical students do not automatically acquire the art of good communication through clinical training. A new course to promote the development of communication skills at undergraduate level is described. The course was provided at the juncture between pre-clinical and clinical training. Course e...

Journal: :Diagnostic and interventional radiology 2017
Nuri Erdoğan Hakan İmamoğlu Süreyya Burcu Görkem Serap Doğan Serkan Şenol Ahmet Öztürk

PURPOSE Currently, there is a growing need for patient-centered radiology in which radiologists communicate with patients directly. The aim of this study is to investigate the preferences of referring physicians (RPs) regarding direct communication between radiologists and patients. METHODS This study was conducted in a single academic hospital using a survey form. The survey items investigat...

Journal: :Journal of sports science & medicine 2006
Tracey J Devonport

The study used semi-structured interviews to explore the views of three high performance kickboxers regarding the contribution of psychology to the development and maintenance of expert performance within kickboxing. The results provide a useful insight into the experiences of high performance kickboxers, identifying those mental skills and psychological attributes that are perceived to contrib...

Journal: :Journal of child and adolescent psychiatric nursing : official publication of the Association of Child and Adolescent Psychiatric Nurses, Inc 2003
Susan K Riesch Jeffrey Henriques Weena Chanchong

PROBLEM What were the effects of a communication skills training intervention among a sample of young adolescents and parents who scored in the "extreme" range of the Circumplex Model of Family Systems? METHODS Thirty-seven young adolescents and a parent (intervention group) participated in communication skills training 2 hours/week for 6 weeks. Their responses on measures of satisfaction wit...

Journal: :The British journal of general practice : the journal of the Royal College of General Practitioners 2005
Phil Johnson

improving and that communication is best learnt through observation in clinical situations. If the role models that medical students and junior doctors are observing are poor communicators how do we expect these learners to improve? I agree that observation and reflection is an important part of the experiential learning process, as is practising skills. But we know that in clinical situation l...

Journal: :The Medical journal of Malaysia 2009
H Lukman Z Beevi R Yeap

This study evaluates the efficacy of the preclinical communication skills training (CST) programme at the International Medical University in Malaysia. Efficacy indicators include students' (1) perceived competency (2) attitude (3) conceptual knowledge, and (4) performance with regard to patient-centred communication. A longitudinal study with a before-after design tracked a preclinical cohort'...

Journal: :The Medical journal of Malaysia 2008
R Yeap Z Beevi H Lukman

This article describes the development of four assessment tools designed to evaluate the communication skills training (CST) programme at the International Medical University (IMU). The tools measure pre-clinical students' 1) perceived competency in basic interpersonal skills, 2) attitude towards patient-centred communication, 3) conceptual knowledge on doctor-patient communication, and 4) acce...

2017
Brenda Bursch Jessica Lloyd Catherine Mogil Kanchana Wijesekera Karen Miotto Michelle Wu Rebecca Wilkinson Alexandra Klomhaus Arija Iverson Patricia Lester

Background An evidence-based trauma-informed resilience skills training program developed for deployed military personnel was adapted and pilot-tested with pediatric residents. We anticipated high satisfaction ratings and changes in knowledge, beliefs, and self-efficacy related to coping with stress and trauma. Methods The intervention included 6 skill-based modules covering emotion regulatio...

Journal: :iranian rehabilitation journal 0
hajar barati department of psychology and exceptional children education, university of social welfare and rehabilitation sciences, tehran, iran. masoume tajrishi department of psychology and exceptional children education, university of social welfare and rehabilitation sciences, tehran, iran. firoozeh sajedi pediatric neurorehabilitation research center, university of social welfare and rehabilitation sciences, tehran, iran.

objectives: the development of social skills, especially skills in relating to peers, is an important capacity that provides the foundations for lifelong success. some children with disabilities need to learn social skills more directly. the purpose of this study was to determine the effects of social skills training on socialization skills development in children with down syndrome. methods: 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"; } -->