نتایج جستجو برای: electronic messaging

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

Journal: :health education & health promotion 2014
afsaneh aein minoor lamyian ebrahim hajizadeh

aim: using short text messages (sms) is the easiest and cheapest method of healtheducation programs in order to increase women’s’ knowledge and early detection ofdiseases. this study was conducted in 2013 in order to compare the educational effect ofbreast self examination (bse) by two different methods of sms and lecturing in femalestudents who work and study in non- medical fields.method: in ...

Journal: :Applied clinical informatics 2015
R M Cronin S E Davis J A Shenson Q Chen S T Rosenbloom G P Jackson

OBJECTIVE Patient portals are online applications that allow patients to interact with healthcare organizations. Portal adoption is increasing, and secure messaging between patients and healthcare providers is an emerging form of outpatient interaction. Research about portals and messaging has focused on medical specialties. We characterized adoption of secure messaging and the contribution of ...

Journal: :JMIR medical informatics 2015
Micah T Prochaska Amber-Nicole Bird Amar Chadaga Vineet M Arora

BACKGROUND Short message service (SMS) text messaging is an efficient form of communication and pervasive in health care, but may not securely protect patient information. It is unclear if resident providers are aware of the security concerns of SMS text messaging when communicating about patient care. OBJECTIVE We sought to compare residents' preferences for SMS text messaging compared with ...

2008
Matthew Kiley Shira Dankner Marcus K. Rogers

Older instant messaging programs typically require some form of installation on the client machine, enabling forensic investigators to find a wealth of evidentiary artifacts. However, this paradigm is shifting as web-based instant messaging becomes more popular. Many traditional messaging clients (e.g., AOL Messenger, Yahoo! and MSN), can now be accessed using only a web browser. This presents ...

Journal: :Space and culture, India 2023

The shift to online learning in universities prompted by the COVID-19 pandemic impacted field learning, an important component nature conservation qualifications. Academics used video resources as alternative approach mitigate related challenges. This case study critically reflects on students’ experiences and views use of internet WhatsApp text messaging complete a groupwork task module offere...

Journal: :Mobile media and communication 2021

Smartphone use, e.g., on social network sites or instant messaging, can impair well-being and is related to clinical phenomena, like depression. Digital detox interventions have been suggested as a solution reduce negative impacts from smartphone use outcomes relationships. defined timeouts using electronic devices (e.g., smartphones), either completely for specific subsets of use. However, unt...

2000
David J. Robinson Martin Holland Nick Apperley Stephen Pill Rick Jones

EDIFACT (Electronic Data Interchange For Administration Commerce and Transport) is being used for transmission of laboratory reports to General Practitioners (GPs) in the UK. There is a need for mechanisms to allow sites using different clinical systems to manage this in a safe and consistent way. This poster describes the methods used, including work undertaken to create a professionally refin...

Journal: :Journal of the American Medical Informatics Association : JAMIA 2009
Walter V. Sujansky J. Marc Overhage Sophia Chang Jonah Frohlich Samuel A. Faus

Electronic laboratory interfaces can significantly increase the value of ambulatory electronic health record (EHR) systems by providing laboratory result data automatically and in a computable form. However, many ambulatory EHRs cannot implement electronic laboratory interfaces despite the existence of messaging standards, such as Health Level 7, version 2 (HL7). Among several barriers to imple...

2016
Chad D Jensen Kristina M Duncombe Mark A Lott Sanita L Hunsaker Kara M Duraccio Susan J Woolford

BACKGROUND The efficacy of adolescent weight control treatments is modest, and effective treatments are costly and are not widely available. Smartphones may be an effective method for delivering critical components of behavioral weight control treatment including behavioral self-monitoring. OBJECTIVE To examine the efficacy and acceptability of a smartphone assisted adolescent behavioral weig...

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

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

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