نتایج جستجو برای: outpatient clinics

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

2018
Kashif Waqar Faiz Espen Saxhaug Kristoffersen

BACKGROUND Non-attendance and late arrivals diminish patient flow in outpatient clinics. On the other hand, patient earliness may also be undesirable. Physicians often experience that older patients are more punctual than younger patients, and often they come excessively early. The aim of this study was to determine whether an association between age and outpatient clinic arrival time could be ...

Journal: :The New England journal of medicine 1992
J E Stout V L Yu P Muraca J Joly N Troup L S Tompkins

BACKGROUND The environmental sources of sporadic, community-acquired legionnaires' disease are largely unknown, and culturing of water sources after identification of a case is currently not recommended. We conducted a prospective study of sporadic cases of community-acquired legionnaires' disease to determine whether the environmental reservoirs could be identified. METHODS We cultured sampl...

2016
Emely Ek Blæhr Thomas Kristensen Ulla Væggemose Rikke Søgaard

BACKGROUND Nonattendance at scheduled appointments in public hospitals presents a challenge for efficient resource use and may ultimately affect health outcomes due to longer waiting times. Seven percent of all scheduled outpatient appointments in the United Kingdom are estimated to be nonattended. Various reminder systems have been shown to moderately reduce nonattendance, although the effect ...

Journal: :Drug and alcohol dependence 2005
Judith Bernstein Edward Bernstein Katherine Tassiopoulos Timothy Heeren Suzette Levenson Ralph Hingson

BACKGROUND Brief intervention is effective for alcohol misuse, but not adequately tested in the clinical setting with drug using patients. This study tested the impact of a single, structured encounter targeting cessation of drug use, conducted between peer educators and out-of-treatment cocaine and heroin users screened in the context of a routine medical visit. METHODS A randomized, control...

Journal: :Pneumonologia i alergologia polska 2012
Peter Lange

COPD in Denmark The prevalence of chronic obstructive pulmonary disease (COPD) in Denmark is among the highest in the world [1]. This is mainly caused by a very high prevalence of smoking in both men and women throughout the latest 5 decades. Although the percentage of daily smokers among adult Danes has steadily declined to around 20% in 2011, COPD and other smoking related conditions are stil...

Journal: :Journal of epidemiology and community health 1984
M Jarvis H Tunstall-Pedoe C Feyerabend C Vesey Y Salloojee

One hundred non-smoking patients attending hospital outpatient clinics reported their degree of passive exposure to tobacco smoke over the preceding three days and provided samples of blood, expired air, saliva, and urine. Although the absolute levels were low, the concentration of cotinine in all body compartments surveyed was systematically related to self reported exposure. Salivary nicotine...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1998
L Yardley J Burgneay I Nazareth L Luxon

OBJECTIVES To determine neurootological and psychiatric abnormalities associated with complaints of dizziness in an epidemiological community sample of people of working age, and the extent of comorbidity between neuro-otological and psychiatric dysfunction. METHOD A survey of 3884 people randomly selected from six general practice lists identified 262 people with significant dizziness, from ...

Journal: :Annals of the rheumatic diseases 2005
C Armstrong C M Swarbrick S R Pye T W O'Neill

OBJECTIVES To determine the one year period prevalence of falls by age and sex in patients with rheumatoid arthritis and the influence of concurrent medical treatment and disability on the occurrence of falls in this group. METHODS A consecutive series of rheumatoid patients aged 35 years and over, attending hospital outpatient clinics at Hope hospital, Salford, were asked to complete an inte...

2011
Laura A Petersen Tracy Urech Kate Simpson Kenneth Pietz Sylvia J Hysong Jochen Profit Douglas Conrad R Adams Dudley Meghan Z Lutschg Robert Petzel LeChauncy D Woodard

BACKGROUND Despite compelling evidence of the benefits of treatment and well-accepted guidelines for treatment, hypertension is controlled in less than one-half of United States citizens. METHODS/DESIGN This randomized controlled trial tests whether explicit financial incentives promote the translation of guideline-recommended care for hypertension into clinical practice and improve blood pre...

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

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

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