NFC-based Smart Notification System for Hospital Discharge Process and Bed Management

Size: px
Start display at page:

Download "NFC-based Smart Notification System for Hospital Discharge Process and Bed Management"

Transcription

1 NFC-based Smart Notification System for Hospital Discharge Process and Bed Management Wei Jie Phua Computing Science Univeristy of Glasgow, Singapore Malcolm Yoke Hean Low ICT Cluster Singapore Institute of Technology Jared Koh Mount Alvernia Hospital Neelakantam Venkatarayalu Engineering Cluster Singapore Institute of Technology Abstract An efficient discharge workflow with objective to minimize the turnaround time upon discharge of a patient in a typical hospital environment is proposed. The implemented workflow, which relies on a near-field-communication (NFC)- based patient discharge event, triggers a sequence of notifications and actions both by the nurses and housekeepers till the bed is cleared for occupancy by the next patient. The notifications are automated through Telegram Bot API. Android-based mobile applications are developed for both nurses and housekeepers. The mobile apps allow for follow-up actions and the status of the bed to be captured and sent to the cloud. Key functionalities of the system include immediate notification send to the housekeepers when a patient leaves the hospital, simple sending of cleaning requests and viewing of bed status. The system has been deployed in a hospital and evaluation is carried out in terms of improvement in the turnaround time of hospital beds. Keywords NFC Tags, Hospital Discharge Process, Workflow Optimization, Mobile Applications I. INTRODUCTION With rising aging population throughout the world, shortage of beds in hospitals is a common problem. This leads to long waiting time for patients, queuing to be assigned a bed, which in some cases can be as long as two days. This problem is made worse during flu seasons where patients have to wait more than eight hours for a bed and were housed in tents or put in covered carpark areas [1, 2]. To free up more beds for patient admission, one of the area hospitals try to improve on is the patient discharge process. Previous study in [3] had found that the efficiency of the discharge process can have significant impact on the average length of stay (ALOS) for a patient. Some of the factors concerned with the patient discharge process that leads to unnecessary delays in making beds available immediately upon discharge are a) family members being unable to accompany patients home promptly upon discharge; b) patients waiting for family members to collect their medications and documents; c) delays introduced in the communication to the housekeepers on the status of beds. Many hospitals devise solutions to minimize this problem. These include setting up a patient discharge lounge which includes bed crunches to allow patients to rest while waiting for their medication, documents, and family members [4]. Radio Frequency Identification (RFID) technology has found applications in not just inventory managements systems [5] but across process control in many industries [6]. RFID have found extensive application in health care sector in the context of process and workflow managements [7, 8]. Bed management systems provide the capability to keep track of the patients and beds status by relying on RFID technology to provide real-time information on patient location, room status, and hospital bed occupancy. Typically, active RFID tags are used and the discharge process would require patients to visit the nurse to remove the RFID tag. Upon removal of the tag, electronic notification (e.g. SMS or WhatsApp message) is sent to the housekeepers while concurrently updates are carried out to the patient s information system on the discharge. Once cleaning is done, the housekeepers will update the bed status by messaging the administrator at the bed management unit (BMU) instead of making multiple phone calls [9]. The BMU administrator will update bed status and this will automatically refresh the bed status dashboard, displaying the available beds [9]. In this paper, we describe a hospital discharge notification system that has been implemented in a local hospital. In the proposed implementation, the bed management system is decoupled and independent from the patient information system. Instead of adopting RFID-based solutions, a simple and cost-effective NFC-based solution is proposed and implemented. The remaining of this paper is organized as follows. Section II will present the problem statement along with the existing workflow. Section III will describe the proposed NFC-based system and its integration with online messaging system to provide instant notifications to nurses and housekeepers through mobile apps. Section IV will present the evaluation of the system and the results for reduction in turnaround time of beds observed during the pilot study carried out in a hospital ward. Section V concludes the paper.

2 II. DISCHARGE AND BED MANAGEMENT WORKFLOW A. Existing Workflow Mount Alvernia Hospital (MAH) is the first private and only not-for-profit Catholic acute tertiary care hospital in Singapore. It is a 303-bed general acute care hospital with tertiary medical capabilities and two multi-disciplinary medical specialist centres. The hospital is supported by over 1,200 accredited doctors, with about 170 specialist doctors located on the campus [10]. MAH has been exploring ways to reduce the turnaround time of beds in the hospital. One of the solutions that they have looked into is to improve the patient discharge workflow. Unique to the patient discharge process adopted by MAH is that after patients completed the discharge process and have received the discharge slip, he may leave the ward only after an extended period of time. Because the discharge process has been completed, the existing patient discharge workflow does not require the patient to physically meet with the nurse or ward clerk when he leaves the ward. Fig. 1 shows the current discharge workflow. When giving the discharge advice, the nurse will hand the patient a blank paper discharge slip. After receiving the discharge slip, the patient may continue to stay in his bed to wait for his family to pick him up and is not required to meet with the nurse when he leaves the ward. Upon leaving the ward, the patients are required to fill in the bed number and the time they left the ward in the discharge slip and deposit the slip into a discharge basket located at the nurse counter. As the nurses and ward clerk may not be at the nurse counter when the patient deposits the discharge slip, it may take some time before a staff returns to the nurse counter and processes the discharge slips. This involves manually sending WhatsApp messages to inform housekeepers which beds have been discharged and require cleaning. After a housekeeper has completed cleaning the ward, he will notify the Admissions Office of the cleaned beds through WhatsApp messages. This allows the Admissions Office to send the waiting patient to the cleaned bed. In the next section, we will propose an improved automated workflow as the existing patient discharge process has several unnecessary delays due to the manual sending of notifications between nurses, housekeepers and Admissions Office. Fig. 1. Existing patient discharge workflow. B. Proposed Automated Workflow In the proposed workflow, the paper discharge slip is replaced by a NFC tag. The discharging patient will be assigned a NFC tag by the nurse during the discharge advice. The deposit basket at the nurse counter is replaced by a NFC reader that is hidden inside a deposit box. A NFC tag is adopted instead of RFID to keep the cost of the system low as a NFC tag costs much less and are easy to program and read than a RFID tag [11]. NFC cards can also be read with a smart phone equipped with NFC reader. Furthermore, in this application, the NFC reader reads only one tag at a time. RFID tags are effective and necessary only if there are requirements for multiple simultaneous reads of the tags. The system uses a NFC tag reader which is connected to a Raspberry Pi with internet access. Once the discharged patient drops the NFC tag in the designated box that has the NFC reader, a read event is triggered. The Raspberry Pi automatically responds to the read event by sending a notification which contains the bed number to be cleaned to the housekeepers through the Telegram Bot API [12]. The housekeeper will receive the cleaning notification through a mobile app developed in this system for the housekeepers. Once the cleaning is completed, a housekeeper can update the bed status with a simple click of a button in the housekeeper s mobile app and the Admissions Office will be immediately notified by an automated Telegram notification of the beds that were cleaned. The automated workflow is show in Fig. 2.

3 NFC card has a lower memory size compared to other types, the objective of the NFC card is to get its unique serial number and store it in the database. Thus, the memory size is not a factor to be considered. Moreover, type A NFC card has a lower cost compared to the other types of NFC cards. The SG Ward Room Status page retrieves records from the database. The Manual Cleaning Request page inserts a record to the database and sends a Firebase automated notification to the housekeeper s application to inform the housekeepers of the bed number and the type of cleaning requests. Fig. 2. Proposed automated discharge workflow Fig. 4. Components of Nurse s mobile application Fig. 3. Components in bed management system III. BED MANAGEMENT SYSTEM The various elements of the automated workflow is implemented and integrated into a single bed management system. The three key elements of the bed management system are: a) mobile application for the nurse; b) Raspberry Pi with NFC reader that connects to the internet; c) mobile application for the housekeeper; and d) other required software component used to integrate with the system. A. Nurse s Mobile Application The mobile application used by the nurse is built on Android. The main functionality is 1) to assign NFC cards to a patient s bed number to allow patient to drop the NFC card into the box embedded with the Raspberry Pi and NFC reader; 2) to view bed status, such as whether a room is to be cleaned, in the process of cleaning or have been cleaned; 3) to send manual cleaning requests that are non-discharge related requests, such as mopping the floor and cleaning of toilet when it is dirty. The mobile application comprises of three major pages as shown in Fig. 5. The Card Management page allows a nurse to assign/reassign/unassigned NFC cards. This corresponds to the insert, update or delete operations on the online database hosted in a remote server. The NFC card chosen was a type A NFC which is also known as ISO A. Although type A (a) (b) (c) Fig. 5. Screenshots of Nurse s Mobile Application for (a) Assigning cards (b) Viewing bed status (c) Sending manual request Fig. 6. Components of application running on the Rasberry-Pi

4 B. Rasberry-Pi Raspberry Pi3 model B was used because of its faster processor and built-in Wi-Fi modules which can communicate with the remote server without the need of an additional USB wireless dongle. The NFC card reader is connected to the Raspberry Pi through a USB. The Raspberry Pi is setup to run a web-based application having the main functionality of 1) reading the NFC cards; and 2) send automated notification to the housekeepers when the NFC card is detected. The web application hosted by the Raspberry Pi only consists of a single textbox to read assigned NFC cards deposited by the patients. The status of the bed in the database will be updated once the web application reads the serial number of the NFC cards. Besides that, the system also sends an automated Firebase notification to the housekeeper s mobile application with the bed number of the discharge patient. The components in the application are shown in Fig. 6. Lastly, the round-trip time of the remote server to update the database when the NFC card detected is less than two seconds. Thus, it is unlikely that the reader fails to read a subsequent NFC card deposit by the next patient. C. Housekeeper s Mobile Application The housekeeper mobile application is also built on Android. The main functionality is 1) to obtain notification automatically when NFC cards are detected; 2) update bed status easily by pressing the start and end button; 3) send automated notification to the Admissions Office and nurses when cleaning request was completed. The components of the application are shown in Fig. 7. When viewing bed status, the records from the database are retrieved. When updating bed status, the bed status of the database record is updated. Besides that, when the bed status has been updated to cleaned, an automated Telegram message is sent to the nurse s and Admissions Office s Telegram chat group through the Telegram Bot API. The housekeeper mobile application consists of two pages: 1) list of beds to be cleaned; and 2) status of all the beds. The screenshots of the housekeeper mobile application are shown in Fig. 8. The status is colorcoded for easy visual identification. (a) Fig. 8. Screenshots of housekeeper Mobile Application for (a) viewing beds to be cleaned (b) Viewing status of all the beds. D. Other Required Software Component The automated notification sent to the housekeeper s mobile application and Admissions Office Telegram chat group uses Firebase Cloud Messaging and Telegram Bot API respectively. Both components have a HTTP-based interface. Thus, upon NFC card detection or completed cleaning, the remote server will send an HTTP request to the respective users. The automated notification sent to the housekeeper s mobile application and Admissions Office Telegram chat group uses Firebase Cloud Messaging and Telegram Bot API respectively. Both components have a HTTP-based interface. Thus, upon NFC card detection or completed cleaning, the remote server will send an HTTP request to the respective users. Fig. 9 shows the database schema design. It consists of a card table and a bed table. The card table stores the unique serial number of the NFC card and a bedid, foreign key reference to the bed table id. When a NFC card was assigned with a specified bed, a record will be added both tables. However, once a NFC card has been deposited by the patient, the status field in the bed table will updated while the card table record will be deleted. This allows the NFC card to be reusable immediately. (b) Fig. 7. Components of housekeepers mobile application Fig. 9. Database schema design

5 Overall, after doing a t-test, the p-value achieved was and the result was significant at p < This means that the new system did greatly improve the response time to cleaning request. In summary, we can conclude that the bed s turnaround delays of the old workflow were due to the housekeepers not knowing when the patients have left the ward. Thus, by reducing the response time for bed cleaning requests, the overall bed s turnaround delays will be reduced. V. CONCLUSIONS The paper described a NFC-based patient discharge process that automatically informs housekeepers which bed to clean and also inform the Admissions Office which beds have been cleaned. This leads to a reduction of the turnaround time of hospital beds, and hence the shortening of the waiting time for patients to be admitted. The system is low cost and easy to deploy. It simplifies the patient discharge process through automated notifications and messages, which leads to improvement in the productivity of both the nurses and the housekeepers. ACKNOWLEDGMENT The completion of this system could not be possible without the assistance of MAH nurses and housekeepers for helping to test the system. The team would like to express their deep appreciation to them. REFERENCES Fig. 10. Results of pilot run indicating the reduction in turnaround time. IV. EVALUATION The system has been deployed in one of the MAH ward and the user acceptance test (UAT) was carried out with MAH after 3 weeks of pilot testing. One of the main objectives of the system is to reduce the bed turnaround time which will in turn reduce the waiting time for patients to be warded. Fig. 10 shows the preliminary results of response time to cleaning request after 3 weeks of pilot testing in one of the MAH s ward as compared to the old paper-based workflow. For the period of the pilot study, there were a total of 25 cleaning requests for the old workflow, and 108 cleaning requests for the new workflow. From the graph of the old workflow, only 3/25 (12%) of the cleaning requests were started within 5 minutes (at 0.05). For the new workflow, 50/108 (46%) of the cleaning requests were started within 5 minutes. [1] S. Khalik, "Managing the Bed Crunch in Hospitals", The Straits Times, 13 th January [2] S. Khalik, Long Waits at A&Es Despite More Beds, The Straits Times, 13 th January [3] L. Kaur and P. K. Dilawari, "A Study to Assess the Efficiency of Discharge Process in Inpatient, Cause of Discharge Delays, and their Impact on Increase Average Length of Stay", International Journal of Science and Research (IJSR), Vol. 6, No. 5, [4] Y. L. Lim, "Hospital Bed Crunch: Better Care Network Outside of Hospitals Needed", The Straits Times, 11 th January [5] K. V. VRaju, D. Sachan and S. Biswas, "Application of RFID Based Inventory Management System in Power Project Sites," IJIRD, Vol. 2, No. 2, pp , [6] Chen, Yeh-Cheng, R. Chen, C. Ye, and H. Sun, "RFID Application on Manufacturing Process Control in Semiconductor Industry", In Proceedings of the World Congress on Engineering, Vol [7] J. Banks, M. Pachano, L. Thompson, and D. Hanny. RFID in Health Care. John Wiley & Sons, Inc., [8] X. Ma, "Rfid-based Business Process and Workflow Management in Healthcare: Design and Implementation", Wayne State University Dissertations, 551, [9] B. Tan, "Smart Solutions, HITE, Vol. 3, No. 2, pp , Available: l-it-europe_sgh-wireless-bms.pdf. [10] -, Overview of Mt Alvernia, [11] S. Singh, Automobile information retrieval with NFC TAGs, International Journal of Scientific and Research Publications, Vol. 5, No. 8, 2015 [12] Telegram, "Telegram Bot API," Telegram, [Online]. Available:

RFID-based Hospital Real-time Patient Management System. Abstract. In a health care context, the use RFID (Radio Frequency

RFID-based Hospital Real-time Patient Management System. Abstract. In a health care context, the use RFID (Radio Frequency RFID-based Hospital Real-time Patient Management System Abstract In a health care context, the use RFID (Radio Frequency Identification) technology can be employed for not only bringing down health care

More information

RFID Integrated Drug Information System to Prevent Medical Errors Leading to Drug Interactions

RFID Integrated Drug Information System to Prevent Medical Errors Leading to Drug Interactions RFID Integrated Drug Information System to Prevent Medical Errors Leading to Drug Interactions Poral Nagaraj 1, Kruthika S 2 Associate Professor, Department of CS&E, S.J.M. Institute of Technology, Chitradurga,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 5, May -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Patient Health

More information

Health Technology for Tomorrow

Health Technology for Tomorrow Diagnostic Evidence Co-operative Oxford Health Technology for Tomorrow Seminar 1: The potential for wearable technology in ambulatory care: Isansys Patient Status Engine 25 November 2016 Somerville College,

More information

RFID Technology Combined with IoT Application in Medical Nursing System

RFID Technology Combined with IoT Application in Medical Nursing System Bulletin of Networking, Computing, Systems, and Software www.bncss.org, ISSN 2186 5140 Volume 3, Number 1, pages 20 24, January 2014 RFID Technology Combined with IoT Application in Medical Nursing System

More information

Onboard. Design Specifications v1.0. Team Members. Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea

Onboard. Design Specifications v1.0. Team Members. Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea Onboard Design Specifications v1.0 Team Members Liam Yafuso Robert Waite Diane Cordero Jacqueline Avis Daniel Tea 1 1 Introduction 1.1 Product Overview 1.2 Definitions, Acronyms, and Abbreviations 2 Components

More information

SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS

SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS SIMULATION FOR OPTIMAL UTILIZATION OF HUMAN RESOURCES IN SURGICAL INSTRUMENTS DISTRIBUTION IN HOSPITALS Arun Kumar School of Mechanical & Production Engineering, Nanyang Technological University, Singapore

More information

Inventory Management Practices for Biomedical Equipment in Public Hospitals : An Evaluative Study

Inventory Management Practices for Biomedical Equipment in Public Hospitals : An Evaluative Study 2017 IJSRST Volume 3 Issue 1 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Inventory Management Practices for Biomedical Equipment in Public Hospitals : An Evaluative

More information

How The Internet of Things Can IMPROVE. Risk Management in Memory Care

How The Internet of Things Can IMPROVE. Risk Management in Memory Care How The Internet of Things Can IMPROVE Risk Management in Memory Care Table of Contents: Introduction What is a Real Time Location System? How the IOT can help improve staff management through the use

More information

Integrated Nurse Call Solutions

Integrated Nurse Call Solutions Integrated Nurse Call Solutions INTEGRATED NURSE CALL SOLUTIONS Making Your Work Day Easier Streamlined Workflows Tools for Improving Patient Satisfaction and Safety Wireless Communications Connects Patients

More information

HOW CONNECTING DISPARATE COMMUNICATION SYSTEMS CAN IMPROVE PATIENT OUTCOMES

HOW CONNECTING DISPARATE COMMUNICATION SYSTEMS CAN IMPROVE PATIENT OUTCOMES HOW CONNECTING DISPARATE COMMUNICATION SYSTEMS CAN IMPROVE PATIENT OUTCOMES SM H HOW CONNECTING DISPARATE COMMUNICATION SYSTEMS CAN IMPROVE PATIENT OUTCOMESS High-performing healthcare systems are adopting

More information

RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM

RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM USER GUIDE November 2014 Contents Introduction... 4 Access to REACH... 4 Homepage... 4 Roles within REACH... 5 Hospital Administrator... 5 Hospital User...

More information

SPOK MESSENGER. Improving Staff Efficiency and Patient Care With Timely Communications and Critical Connectivity

SPOK MESSENGER. Improving Staff Efficiency and Patient Care With Timely Communications and Critical Connectivity SM SPOK MESSENGER Improving Staff Efficiency and Patient Care With Timely Communications and Critical Connectivity THE CHALLENGE OF PROVIDING PATIENT CARE WHILE MAINTAINING EFFICIENCY Many hospitals today

More information

Industry: Healthcare. Location: Washington, USA. Application: medical records

Industry: Healthcare. Location: Washington, USA. Application: medical records Hospital Links Meditech and DocuWare CaseStudy Local Washington hospital implements DocuWare to link information entered into their Health Information System, Meditech, with other crucial healthcare documents

More information

GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE

GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE GLOBALMEET GLOBALMEET WEB & AUDIO USER GUIDE FOR ipad, iphone, AND ipod TOUCH Release 2.9 July 2017 TABLE OF CONTENTS TABLE OF CONTENTS GlobalMeet Overview 4 Install GlobalMeet 5 Download the App 5 System

More information

STUDY OF PATIENT WAITING TIME AT EMERGENCY DEPARTMENT OF A TERTIARY CARE HOSPITAL IN INDIA

STUDY OF PATIENT WAITING TIME AT EMERGENCY DEPARTMENT OF A TERTIARY CARE HOSPITAL IN INDIA STUDY OF PATIENT WAITING TIME AT EMERGENCY DEPARTMENT OF A TERTIARY CARE HOSPITAL IN INDIA *Angel Rajan Singh and Shakti Kumar Gupta Department of Hospital Administration, All India Institute of Medical

More information

Nurse Call System. A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow

Nurse Call System. A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow 790 Nurse Call System A Voice over IP Based Solution for Streamlined Communication, Alerting and Workflow 790 Focused on Patient The needs of patients are increasingly complex which places even greater

More information

SMART HEALTH MONITORING SYSTEM

SMART HEALTH MONITORING SYSTEM SMART HEALTH MONITORING SYSTEM Neha 1, Poonam Kumari 2, H.P.S Kang 3 1 M.Tech Student, UCIM/SAIF/CIL, Panjab University, Chandigarh, India 2 Assistant Professor, UCIM/SAIF/CIL, Panjab University, Chandigarh,

More information

Intelligent Patients Monitoring System Using IOT

Intelligent Patients Monitoring System Using IOT Intelligent Patients Monitoring System Using IOT Aishwarya Wagh 1, Akshay Upar 2, Aishwarya Somkuwar 3, Akshada Ugale 4, Prof. Yogita Hande 5 STE S Sinhgad Institute of Technology and Science, Narhe, Pune-411041

More information

Connect Your Universe The complete solution for emergencies, events and every day

Connect Your Universe The complete solution for emergencies, events and every day Connect Your Universe The complete solution for emergencies, events and every day District-wide. Campus. Classroom. Telecenter solutions for school communications have you covered District-wide Emergency

More information

Utkarsha Kumbhar *, Vaidehi Gadkari, Rohan Waichal, Prashant Patil ABSTRACT I. INTRODUCTION

Utkarsha Kumbhar *, Vaidehi Gadkari, Rohan Waichal, Prashant Patil ABSTRACT I. INTRODUCTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 3 ISSN : 2456-3307 Patient Health Monitoring System Using IOT Utkarsha

More information

NCS Nurse Call System. Bridging Communications & Care Delivery Services

NCS Nurse Call System. Bridging Communications & Care Delivery Services NCS Bridging Communications & Care Delivery Services Hybrex The Hybrex Offers Hybrex s (NCS) is designed to streamline communication between patient and caregiver by getting critical needs information

More information

Development Coeus Premium. Proposal Development

Development Coeus Premium. Proposal Development Development Coeus Premium Proposal Development Exercise Guide Day 1 [Type the company name] IS&T Training Coeus Premium: Proposal Development - Page 2 - Coeus Premium 4.3.2 Coeus Premium : Proposal Development

More information

About Humanscale Healthcare

About Humanscale Healthcare Healthier by Design About Humanscale Healthcare We create next generation medication administration carts, mobile workstations, wall mounts, seating and accessories all specifically designed for the healthcare

More information

NINE TIPS TO BRING ORDER TO HOSPITAL COMMUNICATION CHAOS

NINE TIPS TO BRING ORDER TO HOSPITAL COMMUNICATION CHAOS SM NINE TIPS TO BRING ORDER TO HOSPITAL COMMUNICATION CHAOS Communications in healthcare have become a web of information that is difficult to navigate and manage. Beeps from patient monitoring systems,

More information

The Application and Use of Telepresence Robots. April 2011

The Application and Use of Telepresence Robots. April 2011 The Application and Use of Telepresence Robots April 2011 1 Personal Robots? 2 Telepresence Robots 3 The New York Times - Sept 5, 2010 4 Bloomberg Business Week - Feb 21, 2011 5 Three Components of Robotic

More information

Advanced Clinical Workflow for Connecting Clinic

Advanced Clinical Workflow for Connecting Clinic Advanced Clinical Workflow for Connecting Clinic Sagar Ravindra Patil, Mahadev Sudhakar Garad, Nikhil Goraksh Pawar, Supriya DadabhauTambe Abstract -This system is designed to improve clinical workflow,

More information

RTLS and the Built Environment by Nelson E. Lee 10 December 2010

RTLS and the Built Environment by Nelson E. Lee 10 December 2010 The purpose of this paper is to discuss the value and limitations of Real Time Locating Systems (RTLS) to understand the impact of the built environment on worker productivity. RTLS data can be used for

More information

Real-Time Locating System Based on Bluetooth Low Energy and Cloud Technologies. Duress Alarm Patient Wandering Hands-free Access Control

Real-Time Locating System Based on Bluetooth Low Energy and Cloud Technologies. Duress Alarm Patient Wandering Hands-free Access Control Real-Time Locating System Based on Bluetooth Low Energy and Cloud Technologies. Healthcare Safety Workflow Optimisation Nurse & Support Call Duress Alarm Patient Wandering Hands-free Access Control Asset

More information

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM Amar Palwankar 1, Saurabh kotawadekar 2, Amit Patil 3,Sushant Patil 4 1 Asst.Prof, Dept. of Information Technology, FAMT, Ratnagiri 2 Student, Dept.

More information

LotusLive. Working together just got easier Online collaboration solutions for the working world

LotusLive. Working together just got easier Online collaboration solutions for the working world LotusLive Working together just got easier Online collaboration solutions for the working world LotusLive Software as a Service & Cloud Computing Lotus Collaboration Strategy LotusLive family Click to

More information

Full IP. nursecall and notification

Full IP. nursecall and notification Full nursecall and notification Actual size All nursecall intelligence is now inside this call button icall is the first nursecall system where the connection between the network and the room can run entirely

More information

An inspirational visit to the pharmacy of the Centre Hospitalier de Valenciennes

An inspirational visit to the pharmacy of the Centre Hospitalier de Valenciennes Bekijk de nieuwsbrief online als deze niet correct wordt weergegeven. hict visits An inspirational visit to the pharmacy of the Centre Hospitalier de Valenciennes On August 22nd 2014, a hict team crossed

More information

Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit

Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit Case Study Hospital Integrates Remote, Real-Time Monitoring Data from Isolation Unit Emma Fauss The pervasiveness of infectious diseases is compelling hospitals to build isolation units, which requires

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Co-op Evaluation System Senior Project 2014-2015 Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson Faculty Coach: Samuel Malachowsky Project Sponsors:

More information

D Bringing you closer to your patients PATIENT MONITORING AND IT SOLUTIONS

D Bringing you closer to your patients PATIENT MONITORING AND IT SOLUTIONS D-41011-2012 Bringing you closer to your patients PATIENT MONITORING AND IT SOLUTIONS 02 How can I D-41498-2012 spend more time with my patients? 03 D-40970-2012 D-40373-2012 D-41225-2012 Patient monitoring

More information

Wolf EMR. Enhanced Patient Care with Electronic Medical Record.

Wolf EMR. Enhanced Patient Care with Electronic Medical Record. Wolf EMR Enhanced Patient Care with Electronic Medical Record. Better Information. Better Decisions. Better Outcomes. Wolf EMR: Strength in Numbers. Since 2010 Your practice runs on decisions. In fact,

More information

Peoplesoft Effort Certification. Participant s Manual

Peoplesoft Effort Certification. Participant s Manual Peoplesoft Effort Certification Participant s Manual Version 1.3.7 Revised April, 2007 TABLE OF CONTENTS COURSE OVERVIEW... 3 INTRODUCTION... 4 LEARNING OBJECTIVES... 4 MODULE 1: WHY COMPLETE EFFORT REPORTS...

More information

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

Dr on Click. 1).P.Sai Prasad 2)Patil Nayana.Y3).Thakor Swapnali S

Dr on Click. 1).P.Sai Prasad 2)Patil Nayana.Y3).Thakor Swapnali S 1).P.Sai Prasad 2)Patil Nayana.Y3).Thakor Swapnali S Dr on Click Abstract-- Dr on click is an Android based mobile application. In this paper we have developed an application to facilitate the patients

More information

Remote Patient Tracking and Monitoring System

Remote Patient Tracking and Monitoring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 12, December 2013,

More information

GLOBALMEET GLOBALMEET USER GUIDE

GLOBALMEET GLOBALMEET USER GUIDE GLOBALMEET GLOBALMEET USER GUIDE Version: 3.1 Document Date: 1/25/2013 TABLE OF CONTENTS Table of Contents INTRODUCTION... 1 GlobalMeet Overview... 2 GlobalMeet HD... 3 GlobalMeet Toolbar for Outlook...

More information

Research on Key Technology of Smart Transportation Based on Internet of Things

Research on Key Technology of Smart Transportation Based on Internet of Things 2017 International Conference on Manufacturing Construction and Energy Engineering (MCEE 2017) ISBN: 978-1-60595-483-7 Research on Key Technology of Smart Transportation Based on Internet of Things Hong

More information

Sensor Assisted Care. Medical Automation Conference December 12, 2008

Sensor Assisted Care. Medical Automation Conference December 12, 2008 Sensor Assisted Care Medical Automation Conference December 12, 2008 Healthcare Overview Largest Segment of US Economy $1.8 Trillion in 2004 (15% of GDP) $4,178 per capita Pending Crisis Retiring Baby

More information

RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM

RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM RETRIEVAL AND CRITICAL HEALTH INFORMATION SYSTEM USER GUIDE May 2017 Contents Introduction... 3 Access to REACH... 3 Homepage... 3 Roles within REACH... 4 Hospital Administrator... 4 Hospital User... 4

More information

Acute Care Solutions. A range of modern, intuitive and marketleading solutions for the next generation of hospital IT

Acute Care Solutions. A range of modern, intuitive and marketleading solutions for the next generation of hospital IT Acute Care Solutions A range of modern, intuitive and marketleading solutions for the next generation of hospital IT Our acute care suite is a modern, fully-modular, NHS solution, which can be built to

More information

Smart City Implementation In Kampala. Martin Ssekajja Head ICT

Smart City Implementation In Kampala. Martin Ssekajja Head ICT Smart City Implementation In Kampala By Martin Ssekajja Head ICT Introduction Outline Relevance of the Concept of Smart Cities in developing countries Role of local science technology and innovation community

More information

MONITORING PATIENTS. Responding to Readings

MONITORING PATIENTS. Responding to Readings CHAPTER 6 MONITORING PATIENTS Responding to Readings This section covers the steps required to respond to patient readings within LifeStream. You can view patient readings on the Current Status or Tabular

More information

Core Item: Hospital. Cover Page. Admissions and Readmissions. Executive Summary

Core Item: Hospital. Cover Page. Admissions and Readmissions. Executive Summary Cover Page Core Item: Hospital Admissions and Readmissions Name of Applicant Organization: Horizon Family Medical Group Organization s Address: 4 Coates Drive, Goshen NY 10924 Submitter s Name: Rinku Singh

More information

Military medics save lives in the field, and now get some

Military medics save lives in the field, and now get some Microsoft Windows Mobile Customer Solution Case study U.S. Military Improves Medical Care, Tactical Advantage with Wireless Point-of-care Handheld Assistant BMIS-T is much more than a simple record-keeping

More information

A Training Resource of the International Society of Managing and Technical Editors and Aries Systems

A Training Resource of the International Society of Managing and Technical Editors and Aries Systems Best Practices for the Editorial Office A Training Resource of the International Society of Managing and Technical Editors and Aries Systems 2010 by Aries and the International Society of Managing and

More information

HealthMatics ED Emergency Department Information System

HealthMatics ED Emergency Department Information System HealthMatics ED Emergency Department Information System Used in over 3 million emergency department visits a year at the most well respected hospitals nationwide. The right choice for your emergency department.

More information

In-Patient Medication Order Entry System - contribution of pharmacy informatics

In-Patient Medication Order Entry System - contribution of pharmacy informatics In-Patient Medication Order Entry System - contribution of pharmacy informatics Ms S C Chiang BPharm, MRPS, MHA, FACHSE, FHKCHSE, FCPP Senior Pharmacist Chief Pharmacist s Office In-Patient Medication

More information

IMPROVING EFFICIENCY AND COST SAVINGS. Technology Solutions for NHS Hospitals

IMPROVING EFFICIENCY AND COST SAVINGS. Technology Solutions for NHS Hospitals SM IMPROVING EFFICIENCY AND COST SAVINGS Technology Solutions for NHS Hospitals IMPROVING EFFICIENCY IN A CHANGING HEALTHCARE TECHNOLOGY ENVIRONMENT NHS hospitals and their managing trusts are challenged

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM

VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM VMware AirWatch Guide for the Apple Device Enrollment Program (DEP) Using Apple's DEP to automatically enroll new devices with AirWatch MDM AirWatch v9.3 Have documentation feedback? Submit a Documentation

More information

The following chart illustrates into which category each module is grouped.

The following chart illustrates into which category each module is grouped. Introduction The Kuali Foundation is a non-profit, 501(c)(3) corporation that coordinates the development of free/open source administrative software under the Educational Community License. The name "Kuali"

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 32

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  32 Real Time Patient Monitoring System Via Ecg Signal Using GSM Network: A Preliminary Study Mohammed F. Alsharekh 1, Anwar Hassan Ibrahim 2, Muhammad Islam 3, Asim Aziz 4 1 Electical Engineering, Unaizah

More information

June 6, Mr. Scott Gessler Secretary of State State of Colorado Department of State 1700 Broadway, Suite 200 Denver, CO 80290

June 6, Mr. Scott Gessler Secretary of State State of Colorado Department of State 1700 Broadway, Suite 200 Denver, CO 80290 June, 0 Mr. Scott Gessler Secretary of State State of Colorado Department of State 100 Broadway, Suite 00 Denver, CO 00 RE: Proposed Rules Concerning Voting System Conditions for Use, May, 0 Dear Secretary

More information

Challenges Of Accessing And Seeking Research Information: Its Impact On Nurses At The University Teaching Hospital In Zambia

Challenges Of Accessing And Seeking Research Information: Its Impact On Nurses At The University Teaching Hospital In Zambia Challenges Of Accessing And Seeking Research Information: Its Impact On Nurses At The University Teaching Hospital In Zambia (Conference ID: CFP/409/2017) Mercy Wamunyima Monde University of Zambia School

More information

Grants Module Guide. Table of Contents

Grants Module Guide. Table of Contents Table of Contents Welcome to the Grants Module... 2 Introduction... 2 Free Evaluation Trial... 2 Ordering the Grants Module... 2 Accessing the Module... 3 Getting Started... 3 Review Your Qualified Clubs

More information

YOUR BUSINESS CAN T WAIT for VoIP

YOUR BUSINESS CAN T WAIT for VoIP THE 4 REASONS YOUR BUSINESS CAN T WAIT for VoIP TABLE OF CONTENTS Introduction...3 The Big Four...6 Reduce Communications Costs...9 Increase Operational Efficiency...11 Enhance Productivity and Collaboration...14

More information

Wireless Hospital Applications

Wireless Hospital Applications Ali Alkinani Tatratec Medical Corp. Riyadh, Saudi Arabia ali@tatratec.com Wireless Hospital Applications 1. Introduction Interacting with computer and technology has become a very important part of one's

More information

How to create a Professional Profile How to add biosketches How to assign permissions to a Professional Profile How to avoid duplicate Professional

How to create a Professional Profile How to add biosketches How to assign permissions to a Professional Profile How to avoid duplicate Professional Module 3 Professional Profiles Professional Profile Basics How to create a Professional Profile How to add biosketches How to assign permissions to a Professional Profile How to avoid duplicate Professional

More information

Vanderbilt University Medical Center

Vanderbilt University Medical Center Vanderbilt University Medical Center Credentials Application Tracking System User s Guide Table of Contents Table of Contents... 2 Document Change History... 2 How to Use this Guide... 3 Need Help?...

More information

An Efficient Mode of Communication for Blood Donor

An Efficient Mode of Communication for Blood Donor An Efficient Mode of Communication for Blood Donor, Assistant Professor, Department of Computer Science, Avinashilingam Institute for Home Science and Higher Education for Women University, Coimbatore,

More information

At your side in intensive care

At your side in intensive care D-18925-2010 At your side in intensive care 2 Providing quality care in this stressful environment is anything but easy. * Technology at its best Today s ICU technology faces incredible pressure to perform.

More information

Mobile App Process Guide

Mobile App Process Guide Mobile App Process Guide Agency Setup and Management Copyright 2018 Homecare Software Solutions, LLC One Court Square 44th Floor Long Island City, NY 11101 Phone: (718) 407-4633 Fax: (718) 679-9273 Document

More information

The Development and Usability of an Enhanced Job Vacancy Finder Using a Mapping Mechanism

The Development and Usability of an Enhanced Job Vacancy Finder Using a Mapping Mechanism EUROPEAN ACADEMIC RESEARCH Vol. III, Issue 4/ July 2015 ISSN 2286-4822 www.euacademic.org Impact Factor: 3.4546 (UIF) DRJI Value: 5.9 (B+) The Development and Usability of an Enhanced Job Vacancy Finder

More information

Efficiency and Qualitative Improvements by Linking Smartphone Functionality and Electronic Medical Records to Nursing Services

Efficiency and Qualitative Improvements by Linking Smartphone Functionality and Electronic Medical Records to Nursing Services Efficiency and Qualitative Improvements by Linking Smartphone Functionality and Electronic Medical Records to Nursing Services Gunma University Hospital, Sub Manager of System Integration Center Kota Torikai

More information

PCORI Online. Training for Pre-Award Management System April 2017

PCORI Online. Training for Pre-Award Management System April 2017 PCORI Online Training for Pre-Award Management System April 2017 2 Why Change? The new PCORI Online platform will enable Applicants to easily submit a Letter of Intent (LOI) and subsequent full Application

More information

Healthcare mobile communication solution:

Healthcare mobile communication solution: APPLICATION BRIEF Healthcare mobile communication solution: Increase availability and efficiency of on-the-move healthcare workers with Motorola s TEAM VoWLAN solution In the mission-critical hospital

More information

Welcome to the. instructor-led course

Welcome to the. instructor-led course Welcome to the instructor-led course Getting Started Housekeeping You should have. Prerequisite for this class Classroom guidelines Please introduce yourself Please note: You must sign-in to get credit

More information

INTEGRATION OF COMMUNICATION MEANS FOR HOME CARE IN CHRONIC DISEASE MANAGEMENT

INTEGRATION OF COMMUNICATION MEANS FOR HOME CARE IN CHRONIC DISEASE MANAGEMENT INTEGRATION OF COMMUNICATION MEANS FOR HOME CARE IN CHRONIC DISEASE MANAGEMENT N. Maglaveras, G. Gogou, I. Chouvarda, V. Koutkias, S. Meletiadis, I. Lekka Lab of Medical Informatics, Aristotle University

More information

Keywords: Traditional Medical Monitoring, Questionnaire, Weighted Average, Remote Medical Monitoring, Vital Signs.

Keywords: Traditional Medical Monitoring, Questionnaire, Weighted Average, Remote Medical Monitoring, Vital Signs. Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative Analysis

More information

einteract User Guide July 07, 2017

einteract User Guide July 07, 2017 einteract User Guide July 07, 2017 This document covers the use of the einteract features in PointClickCare. Table of Contents einteract... 3 einteract Quick Reference Guide... 3 Overview of einteract...

More information

Four public hospitals are first in region to achieve advanced healthcare-it global standard for use of technology to transform patient care

Four public hospitals are first in region to achieve advanced healthcare-it global standard for use of technology to transform patient care June 14, 2011 NEWS RELEASE Four public hospitals are first in region to achieve advanced healthcare-it global standard for use of technology to transform patient care International benchmark ranks SGH,

More information

Optima POC PARTICIPANT GUIDE

Optima POC PARTICIPANT GUIDE Optima POC Point of Care PARTICIPANT GUIDE 2017 Optima Healthcare Solutions Page 1 CONTENTS CONTENTS... 2 ABOUT THIS GUIDE... 3 LEARNING OUTCOMES... 4 1. ACCESSING POINT OF CARE... 5 2. CLOCKING IN...

More information

Use of RTLS to Support a Model of Patient Centered Care

Use of RTLS to Support a Model of Patient Centered Care Use of RTLS to Support a Model of Patient Centered Care Session 268, March 8, 2018 Kevin B. Hoover, MD, PhD Medical Director, VCU Health Neuroscience, Orthopedic and Wellness Center 1 Conflict of Interest

More information

OFFICE OF NAVAL RESEARCH RESEARCH PERFORMANCE PROGRESS REPORT (RPPR) INSTRUCTIONS

OFFICE OF NAVAL RESEARCH RESEARCH PERFORMANCE PROGRESS REPORT (RPPR) INSTRUCTIONS OFFICE OF NAVAL RESEARCH RESEARCH PERFORMANCE PROGRESS REPORT (RPPR) INSTRUCTIONS U.S. OFFICE OF NAVAL RESEARCH ONE LIBERTY CENTER 875 N. RANDOLPH STREET, VA 22203 April 2017 1 P a g e CONTENTS Preface

More information

TELLIGENCE. Workflow Solutions. Integrated Workflow Intelligence. Ascom

TELLIGENCE. Workflow Solutions. Integrated Workflow Intelligence. Ascom Ascom TELLIGENCE Workflow Solutions Integrated Workflow Intelligence Ascom Telligence workflow solutions The next evolution in nurse call systems is here: designed to help staff be more productive, enhance

More information

Using BIOVIGIL Technology to Improve Hand Hygiene Compliance and Awareness. by Kevin Wittrup Research by Mike Burba

Using BIOVIGIL Technology to Improve Hand Hygiene Compliance and Awareness. by Kevin Wittrup Research by Mike Burba Using BIOVIGIL Technology to Improve Hand Hygiene Compliance and Awareness by Kevin Wittrup Research by Mike Burba Executive Summary Decades of research have well established the causal relationship between

More information

Happy patients, healthy patients. Solutions for interactive patient care

Happy patients, healthy patients. Solutions for interactive patient care Happy patients, healthy patients Solutions for interactive patient care A new era of patient care Fueled by the current healthcare climate, healthcare enterprises have been looking for ways to integrate

More information

Remote Healthcare Monitoring System

Remote Healthcare Monitoring System Remote Healthcare Monitoring System Avajinath Lahamage, Shivendu Dabake, Dinesh Kharat, Abhishek Gharat Prof. Nikita Kulkarni Abstract- This paper deals with design and developed for remote healthcare

More information

Grants emanagement System (GeMS)

Grants emanagement System (GeMS) Grants emanagement System (GeMS) Affiliate Applicant User Guide Version 2.0 1 Table of Contents Grant emanagement System Guide Overview... 3 Create a Grants emanagement System (GeMS) Account... 5 Creating

More information

GLOBALMEET USER GUIDE

GLOBALMEET USER GUIDE GLOBALMEET USER GUIDE Release 4.0 October 2017 (REV2) Includes: GlobalMeet web meetings GlobalMeet desktop tools (Mac and Windows) GlobalMeet for Outlook (Mac and Windows) TABLE OF CONTENTS GlobalMeet

More information

New York State E-Plan Implementation Guide for County Local Emergency Planning Committees

New York State E-Plan Implementation Guide for County Local Emergency Planning Committees I. Introduction This information is being provided to county Local Emergency (LEPCs) to serve as guidance in determining whether or not the use of a web-based Tier II reporting system is something they

More information

Filmless Image Ready Notification by Telecommunication System. Tebby Lee Systems Analyst Information Technology Department United Christian Hospital

Filmless Image Ready Notification by Telecommunication System. Tebby Lee Systems Analyst Information Technology Department United Christian Hospital Filmless Image Ready Notification by Telecommunication System Tebby Lee Systems Analyst Information Technology Department United Christian Hospital Introduction O Full filmless in UCH since February 2011

More information

PeopleSoft Recruiting Solutions

PeopleSoft Recruiting Solutions PeopleSoft Recruiting Solutions Student Job Posting January 22, 2013 Recruiting Solutions (Rec Sol) replaced Y-Careers for all on-campus job postings effective December 10, 2012 o Y-Careers is now the

More information

WELCOME TO THE INNOVATION UNIT Phase 2 Mobile Devices YOUR TRAINING GUIDE August 2015

WELCOME TO THE INNOVATION UNIT Phase 2 Mobile Devices YOUR TRAINING GUIDE August 2015 1 WELCOME TO THE INNOVATION UNIT Phase 2 Mobile Devices YOUR TRAINING GUIDE August 2015 August 2015 Compiled by: Madeline Logan-John-Baptiste, & Soma Persaud 2 Table of Contents Topic Phase 1 Review 4

More information

Allworx Reach and Reach Link

Allworx Reach and Reach Link Allworx Reach and Reach Link A Complete Business Communication System That Fits in Your Pocket Always stay connected with Allworx Reach. The Reach mobile app extends the rich functionality of your Allworx

More information

Saint Michael s Medical Center

Saint Michael s Medical Center RFID In Healthcare Saint Michael s Medical Center Established by the Franciscan Sisters of the Poor in 1867 Premier teaching and research institution Serving a diverse, Medicare/Medicaid population Catholic

More information

A powerful medication management tool for the new healthcare environment

A powerful medication management tool for the new healthcare environment Pyxis ES platform: A powerful medication management tool for the new healthcare environment Introduction Medication management practices have become more complex and demanding as the continuum of care

More information

Partnerships and Information Technology. Panel Chairperson: Gary Austin IBM

Partnerships and Information Technology. Panel Chairperson: Gary Austin IBM Partnerships and Information Technology Panel Chairperson: Gary Austin IBM Partnerships and Information Technology for Increased Effectiveness and Cost Efficiency Objective: To explore technological solutions

More information

REQUEST FOR PROPOSAL. Online Student Enrollment Platform

REQUEST FOR PROPOSAL. Online Student Enrollment Platform REQUEST FOR PROPOSAL Online Student Enrollment Platform Issue Date: March 10, 2017 Response Deadline: March 31, 2017 Issued by: Shiawassee RESD Lisa Sutphen, Manager of Application Services 1025 N Shiawassee

More information

Available online at ScienceDirect. Procedia Computer Science 86 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 86 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 86 (2016 ) 252 256 2016 International Electrical Engineering Congress, ieecon2016, 2-4 March 2016, Chiang Mai, Thailand

More information

Product Overview...Page 3

Product Overview...Page 3 Product Overview...................Page 3 Supporting Modules..................Page 8 Sample Reports..................... Page 9 E-Centaurus Telehealth Overview Telehealth, aka telephone triage, has been

More information

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients CHUN-LIANG HSU 1 SHENG-YUAN YANG 2 DONG-LIANG LEE 3 LAWRENCE Y. DENG 4 1 Department of Electrical Engineering 2 Department

More information

HELPS COMPANIES Hire Talent Faster at Lower Costs HELPS JOB SEEKERS. Easy Implementation. Immediate Value Delivery

HELPS COMPANIES Hire Talent Faster at Lower Costs HELPS JOB SEEKERS. Easy Implementation. Immediate Value Delivery HELPS COMPANIES Hire Talent Faster at Lower Costs HELPS JOB SEEKERS Get Hired Faster by Brands They Love Easy Implementation Immediate Value Delivery A Unique Approach to Talent Acquisition New for Employers

More information