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

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

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده ادبیات و علوم انسانی 1391

the present study aimed at exploring cognitions of iranian english teachers within the context of english for academic purposes (eap). to this end, the cognitions of two groups of eap teachers with respect to their pedagogical content knowledge (pck) and their sense of professional identity (pi) were probed. two language teachers and two content instructors who had at least five years of eap te...

Journal: :research on history of medicine 0
mohammad kalantari meibodi hassan yarmohammadi babak daneshfard behnam dalfardi

al-akhawayni bukhari(?-983 ad), great 10th century persian physician, in his extant book entitled hidayat(guide) discussed different aspects of some neurologic diseases that include prevention, clinical findings, treatment, and sometimes prognosis. without doubt, al-akhawayni’s knowledge on neurology, in addition to his familiarity to the works of his predecessors is obviously indebted to his e...

Journal: :Trustee : the journal for hospital governing boards 2006
James Lifton L Edward Bryant

A typical joint venture is structured as a limited liability company (LLC). Under this nontaxable structure, income passes directly through to the owners, which benefits both physicians and hospitals. For taxable owners, such as physicians, the income is not subject to “double taxation” (where earnings are taxable both to the corporation and to the individual investor). And for a nonprofit enti...

Journal: :Family practice management 2003
Alice G Gosfield

challenges to physicians – those with specific business interests as well as those whose sole focus is patient care. Understanding the law and knowing which, if any, of the many Stark exceptions apply to your arrangement is essential. Part I of this series explained the purpose of the Stark statute, how it differs from the anti-kickback statute and how you can determine whether it applies to ...

Journal: :Postgraduate medical journal 2012
Krzysztof Rutkowski Shelley Dua Shuaib Nasser

Anaphylaxis is a severe, potentially fatal, hypersensitivity reaction of rapid onset. It may trigger life-threatening cardiopulmonary compromise, often with skin and mucosal changes such as urticaria and angioedema. The prevalence of anaphylaxis is increasing and the number of cases of fatal anaphylaxis appears to be rising. Food, insect stings, and drugs are the most common triggers. Novel tri...

2008
Erin Moore Katie E. Mosack

The purpose of this study is to determine whether physician knowledge of sexual orientation is associated with increased patient satisfaction in LGB males and females in Milwaukee, Wisconsin. Data were collected during Milwaukee Pride Fest 2007, a festival celebrating lesbian, gay, bisexual, and transgender (LGBT) persons. Chi-squared analyses were then computed to determine if physician knowle...

Journal: :Journal of evaluation in clinical practice 2002
Marcia M Ward Thomas E Vaughn Tanya Uden-Holman Bradley N Doebbeling William R Clarke Robert F Woolson

RATIONALE, AIMS AND OBJECTIVES Although clinical practice guidelines have been promoted widely, there is considerable concern that physicians have not incorporated them into their practice. Models suggest that a 'knowledge-attitude-behaviour' sequence is important in modifying physician practice patterns. To address this, we examined physicians' knowledge of, attitudes towards and compliance wi...

Journal: :American journal of clinical oncology 2014
Dana Doron Isaiah D Wexler Esther Shabtai Benjamin W Corn

OBJECTIVES The recently enacted Israeli Dying Patient Act was designed to strike balance between enhancing patient autonomy in end-of-life decision making and cultural/religious norms that are in opposition to active euthanasia and physician-assisted suicide (PAS). The current study evaluated physician attitudes regarding active and passive euthanasia, and their knowledge of specific aspects of...

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

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

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