نتایج جستجو برای: sl 10 and reminder pendimetalinstomp

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

Journal: :Quality in primary care 2013
Ijeoma M Muo Galit Sacajiu Hillary Kunins Joseph Deluca

BACKGROUND Obesity and overweight diagnoses and treatment in primary care are very low despite the high prevalence of obesity. Insufficient data exist on whether a body mass index (BMI) chart reminder improves the diagnosis and management of obesity and overweight in primary care. METHODS We designed and placed a BMI reminder stamp on progress notes from routine medical visits. We assessed th...

Journal: :Nucleic acids research 1994
R Agami R Aly S Halman M Shapira

DNA sequences, that control expression of the spliced leader (SL) RNA gene in the parasitic protozoan Leishmania amazonensis, were mapped by block substitution mutagenesis. In the absence of a functional in vitro system for transcription, no promoter elements have yet been identified in this organism. We therefore developed an alternative in vivo approach, in which the SL RNA gene was tagged an...

G. Miah, K.N. Islam M. Shahjalal M.A. Hossain M.I. Hossain M.S. Hossain M.S.H. Sohel

A cross-sectional comparative study was carried out to investigate the productive and reproductive performances of different genetic groups of crossbred cows at three different farming conditions in Bangladesh. Crossbred cows (n=90) those already completed third lactations, were selected randomly from three different dairy farms (e.g. Jarip, Mullah and Nahar) located in Chittagong, Bangladesh. ...

Journal: :Cancer research 1992
S K Huang E Mayhew S Gilani D D Lasic F J Martin D Papahadjopoulos

Three different liposome types were compared for blood clearance and tissue uptake in mice bearing C-26 colon carcinoma growing either s.c. or in liver. Therapeutic experiments were performed with the liposome preparation showing the highest tumor uptake. Liposomes were composed of solid-phase phosphatidylcholine, either distearoyl phosphatidylcholine or hydrogenated soy phosphatidylcholine, an...

Journal: :Methods of information in medicine 2008
P Kaushik S S Intille K Larson

OBJECTIVES We present a prototype adaptive reminder system for home-based medical tasks. The system consists of a mobile device for reminder presentation and ambient sensors to determine opportune moments for reminder delivery. Our objective was to study interaction with the prototype under naturalistic living conditions and gain insight into factors affecting the long-term acceptability of con...

سوسک برگخوار نارون، Xanthogaleruca luteolla، از مهم­ترین آفت درختان نارون می­باشد که هر ساله خسارت زیادی به این درختان در فضای سبز شهری وارد می کند. کنترل شیمیایی از مهم‌ترین روش‌های مدیریت این آفت می‌باشد که امروزه به­طور گسترده­ای استفاده می­شود. به دلیل آثار زیان­بار ترکیبات شیمیایی بر موجودات غیر هدف، دشمنان طبیعی و محیط زیست، استفاده از آفت­کش­های گیاه پایه راهکاری امن و مناسب برای کنترل ا...

Journal: :Respiratory care 2006
Jeffrey M Haynes Elizabeth L Sweeney

BACKGROUND Absenteeism from outpatient appointments is common. Telephone appointment-reminder calls reduce outpatient-appointment absenteeism in many clinic settings. OBJECTIVE To determine if telephone appointment-reminder calls reduce outpatient absenteeism at a hospital-based pulmonary function laboratory. METHODS We conducted a retrospective review of our pulmonary function laboratory's...

2009
Pawan K. Singh Gaurav Bisht Ralf Hofmann Kaushal Singh

In this letter, we report metal nanocrystal (NC)-based Flash memory devices with single-layer (SL) and dual-layer (DL) Pt NCs as the storage element. The devices are fabricated using CMOS compatible process flow with optimized low-leakage high-k Al2O3 as the control dielectric. Large memory window (10 V for SL and 15 V for DL devices) is observed due to overerase, which increases the overall wi...

2014
David N Barron Elizabeth West Rachel Reeves Denise Hawkes

BACKGROUND Patient experience surveys are increasingly used to gain information about the quality of healthcare. This paper investigates whether patients who respond before and after reminders to a large national survey of inpatient experience differ in systematic ways in how they evaluate the care they received. METHODS The English national inpatient survey of 2009 obtained data from just un...

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

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

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