نتایج جستجو برای: physician knowledge

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

امیریان, فرهاد, امیریان, مرضیه, عزیزی, علی,

Background & Objectives: The youth group is more prone to HIV infection. Education is a cornerstone to prevention. This study was conducted to compare the efficacy of peer education and traditional lectureship and distribution of pamphlet on high school students. Methods: 1500 female high school students, third graders, were selected based on stratified random sampling studying in 21 high sc...

Monajemi, Alireza,

The long-standing interaction of philosophy and medicine has assumed to be as follows: great physicians have been also philosophers, so there is a relationship between medicine and philosophy. In this paper, based on philosophical modeling, essentials of interaction for medicine and philosophy are presented. First, brief descriptions of two models of medicine-philosophy interaction are presente...

2017
Sejal J Patel Kathi J Kemper Joseph P Kitzmiller

Over recent decades, the demand for complementary and alternative medicine (CAM) has continued to rise in the US. Like the practice of traditional Western medicine, CAM is associated with not only significant health benefits but also significant risks. Unlike traditional Western medicine, however, much of CAM use is less regulated and often occurs unbeknownst to a patient's medical doctor. The ...

Journal: :iranian journal of public health 0
ali mohammad mosadeghrad school of public health, tehran university of medical sciences , tehran, iran.

a better understanding of factors influencing quality of medical service can pinpoint better strategies for quality assurance in medical services. this study aimed to identify factors affecting the quality of medical services provided by iranian physicians.exploratory in-depth individual interviews were conducted with sixty-four physicians working in various medical institutions in iran.individ...

2012
Michelle M Estrella Stephen D Sisson Jennifer Roth Michael J Choi Michelle M. Estrella

Title: Efficacy of an internet-based tool for improving physician knowledge of chronic kidney disease: an observational study

2004
DANIEL P. SULMASY

The last of seven images from the series The Seven Ages of a Physician. The series depicts the life progression of a doctor from birth to first encounter with suffering, through medical training, professional experience, service to country during war, and research to further knowledge. In this final painting in the series, the doctor 's heritage is that of passing along to the next generation h...

2013
Sandra Pennbrant

In previous research, no uniform picture emerged of the role of relatives in the meeting between an elderly patient and a physician. Knowledge about relatives' experiences of the meeting between an elderly patient and a physician will help healthcare practitioners better understand the role of relatives during the meeting and how practitioners can assist relatives in assuming their supporting r...

Journal: :Health affairs 2002
Mark A Hall Elizabeth Dugan Rajesh Balkrishnan Donald Bradley

Opinions are deeply divided over whether rewarding physicians for lowering costs decreases trust in physicians or insurers. To explore the effects of disclosing physician payment methods in HMOs, members of two similar HMO plans were randomized to intervention and control groups, and the experimental arm was told how the HMO paid their primary care physician. Separate disclosures were developed...

Journal: :Journal of the American Geriatrics Society 2003
Maria J Silveira Rick A Buell Richard A Deyo

OBJECTIVES To assess whether physicians know of Washington State's prehospital do-not-resuscitate (DNR) policy, 6 years after its implementation. DESIGN Cross-sectional survey. SETTING Washington State, April 2001. PARTICIPANTS Four hundred seventy-one practicing physicians. MEASUREMENTS Multivariate logistic regression was used to determine relationships between physician and practice ...

2017
Erella Elkon-Tamir Ayelet Rimon Dennis Scolnik Miguel Glatstein

BACKGROUND Fever is a source of considerable parental anxiety. Numerous studies have also confirmed similar anxiety among health care workers. This study analyzed caregiver knowledge of fever, and beliefs concerning children with a febrile illness, with an emphasis on the referring physician. METHODS This was a cross-sectional study of 100 caregivers of children 3 months to 12 years old, trea...

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

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

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