نتایج جستجو برای: professional right

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

2014
Cicely Roche Felicity Kelliher

Community pharmacy is often portrayed as a marriage of professional and business roles in a commercial domain, thereby creating a need for, and value in, pursuing the development of professional competencies for use in the community pharmacy business. In context, professional judgement is the application of knowledge, skills and attitudes (competencies) which, when applied to situations where t...

Journal: :International journal of sports physiology and performance 2017
Thomas Dos'Santos Christopher Thomas Paul A Jones Paul Comfort

PURPOSE To investigate the within-session reliability of bilateral- and unilateral-stance isometric midthigh-pull (IMTP) force-time characteristics including peak force (PF), relative PF, and impulse at time bands (0-100, 0-200, 0-250, and 0-300 milliseconds) and to compare isometric force-time characteristics between right and left and dominant (D) and nondominant (ND) limbs. METHODS Profess...

Journal: :NeuroImage 2009
Adrian Imfeld Mathias S. Oechslin Martin Meyer Thomas Loenneker Lutz Jäncke

With the advent of diffusion tensor imaging (DTI), the study of plastic changes in white matter architecture due to long-term practice has attracted increasing interest. Professional musicians provide an ideal model for investigating white matter plasticity because of their early onset of extensive auditory and sensorimotor training. We performed fiber tractography and subsequent voxelwise anal...

2016
Krzysztof Cipora Mateusz Hohol Hans-Christoph Nuerk Klaus Willmes Bartosz Brożek Bartłomiej Kucharzyk Edward Nęcka

While mathematically impaired individuals have been shown to have deficits in all kinds of basic numerical representations, among them spatial-numerical associations, little is known about individuals with exceptionally high math expertise. They might have a more abstract magnitude representation or more flexible spatial associations, so that no automatic left/small and right/large spatial-nume...

Journal: :Revista brasileira de enfermagem 2006
Gelson Luiz de Albuquerque Denise Pires

This article is a reflection about the form of Brazilian nursing professional organization, highlighting the limits of the current model and the challenges for the future. It is based on the authors' analysis of an important social movement of Brazilian Nursing, the "Participation Movement" that took place from 1980 to 1990. This Movement has promoted a reflection about nursing work and organiz...

Journal: :Polskie Archiwum Medycyny Wewnetrznej 2013
Anne Vandenhoeck

The development and the organization of chaplaincy in the European context are very diverse. The religious history and the culture of a country are the most determining factors. Still an increasing trend towards professionalism is noticeable. The number of professional associations for chaplains, for example, is growing. The need for professional chaplaincy is founded on the paradigm of whole p...

Journal: :Undersea & hyperbaric medicine : journal of the Undersea and Hyperbaric Medical Society, Inc 2009
M Skogstad T Eriksen Ø Skare

In this prospective study over twelve years, we have studied 30 young professional divers. The aim of the study was to see if changes in hearing thresholds were related to cumulative diving exposure. The study started at the beginning of the divers' education to become professional divers. Over the follow-up period the divers performed air-dives to shallow sea levels with a median number of 477...

Journal: :Nursing ethics 2003
Insaf Altun Nermin Ersoy

Patient advocacy has been claimed as a new role for professional nurses and many codes of ethics for nurses state that they act as patient advocates. Nursing education is faced with the challenge of preparing nurses for this role. In this article we describe the results of a study that considered the tendencies of a cohort of nursing students at the Kocaeli University School of Nursing to act a...

Journal: :Chest 1995
A Frustaci S Cameli P Zeppilli

Atrial myocarditis causing transient sinoatrial disease (incessant atrial tachycardia alternating with sinoatrial pauses of up to 6 s in duration) in an athlete is reported. Diagnosis was undertaken by endomyocardial biopsy; biventricular and right atrial specimens were obtained. After a 6-month rest period, the atrial arrhythmias disappeared, and the athlete was able to resume his professional...

2004
Tom Smith

relationships and the implications for patient-professional seekers, the thinking behind patient preferences, Exploring the characteristics of active health service Email alerting top right corner of the article Receive free email alerts when new articles cite this article-sign up in the box at the

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

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

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