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

Size: px
Start display at page:

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

Transcription

1 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 to search a nearest hospital based on specialist(otho,nero,cardiology etc) using GCD(Great Circle Distance ) algorithm and proposing extended features like On line Appointment,Prescription alerts,view and send their possible test reports to their doctors via Android mobile device. Also extending this application to view the map from patient current location to actual location of hospital using Google API. Therefore in the emergency case using this application patient can search nearest hospital by selecting specialist then check the available doctors list then take the appointment then get prescription alerts and also view and send test reports to doctor. Index Terms Android, GPS (Global Positioning System ) GCD(Great Circle Distance),Haversine formula, GCM(Google Cloud Messaging),Haversine,Google API. 1. INTRODUCTION Now a days human beings are using technology in every time and everywhere rapidly. Human beings are trying to use the systems which are running automatically and also using intelligent devices easily and more comfortable. Smart phones is one of devices that changes and affect human life in many ways because today smart phone having different functions to support different user interests. There are different categories of smart-phones based on the operating system installed in it,there are Android,windows mobile,ios,linux,blackberry,symbian and others.but in smart phone market Android Os become popular so quickly, Mobile application development trend also still growing up so fast. All countries looking towards smart cities,it means everything should be accessible easily without wasting time,money,and with fully secured way, Furthermore in research and development world the publications on mobile applications are also become popular. Many things or issues are concentrated on using Google API and GCM to solve different problems in mobile applications. Furthermore many people are showing interest in 1. P. Sai Prasad is an Assistant professor in Dept of Computer Engineering,SRESCOE,Kopargaon. ( psaiprasadcse@com) 2. Patil Nayana Y is B.E (Comp) Student in Dept of Computer Engineering,SRESCOE,Kopargaon 3. Thakor Swapnali.S is B.E (Comp) Student in Dept of Computer Engineering,SRESCOE,Kopargaon developing applications related to health care and medical issues.for example Sposaro et al.[2][3] proposed an Android application for dementia patients and an Android for fall monitoring and response for elderly person. The authors focused on dementia patients and elderly persons to prevent them to lost when the symptom is active and alert when they fall on the ground, respectively. Challa et al. [4] also presented an Android application to view the patient records remotely and gives suggestions accordingly. Komwit Surachat, Supasit Kajkamhaeng[1] in their First Aid Application on Mobile Device paper they proposed that in emergency the system will navigate the patient to nearest hospital using Google Maps API. In this paper, Dr on Click application development to search nearest hospital based on chosen specialist (Ortho,Neuro,cardic etc) and also proposing other functionalities like On line appointment,prescription alerts,send and view test reports are explained. The information about the methods are given later in section 2 and 3. The next section gives brief background knowledge,about GCD,GPS (Global Positioning System ),Haversine formula Google API and GCM. Section 3 describes our application design and implementation. Also,the System architecture of this application and some pseudo code are illustrated. Finally, the conclusion is drawn in section BACKGROUND 2.1 Hospital Searching in general The person who aware of location,address of hospital,specialists available in that particular hospital can directly go to the hospital and can take appointment priorly.if a person don't have an idea about hospital location and available specialists can't go easily and can't get appointment and also it is time consuming process to go to hospital and take an appointment priorly even if hospital is known to the person. This application provides an efficient mechanism to search a nearest hospital location and gives the direction to reach the hospital. Here Haversine formula is used in calculating distance between patient current location to hospital location. 2.2 Appointment In general to consult a doctor patient need to take an appointment in advance,for this patient has to go physically to the hospital or patient has to call to the hospital representative to take appointment in advance,it is time consuming process to both patient and representative also it may not be accurate also. This application reduce the all problems in regular

2 system. 2.3 Prescription Alerts Every time it is not possible to remember which medicine has to take when it should take.this application gives reminder to the patient specifying that which medicine has to take and what is the dosage. 2.4 Report View and Send It is not easy to maintain previous test reports on paper and also patient has to consult the doctor to verify test report for further treatment so patient has to go physically. If patient is in remote area again it is time consuming process.this application facilitate the user to send the reports to doctor and to view the past reports so that doctor can suggest further treatment. 2.5 GCM (Google Cloud Messaging) GCM (Google Cloud Messaging) is a service which allows to send push messages to Android devices from the server. The google server involved in taking message from third party application i.e. Web Application of doctor/pa and sending them to the patient s mobile device. For use of GCM mobile device must include at least one google account. 2.6 Haversine Formula The Haversine formula is an important equation in navigation, giving great-circle distances between two points on a sphere from their longitudes and latitudes. By using this formula it is easy to calculate distance between patient and registered hospital. For any two points on a sphere, the haversine of the central angle between them is given by haversine ( d/r)= haversine(φ 2 φ 1 ) + cos(φ 1 ) cos(φ 2 )haversine(λ 2 λ 1 ) where d : is the distance between the two points, r : is the radius of the sphere, φ 1, φ 2 : latitude of point1 and latitude of point2, λ 1, λ 2 : longitude of point1 and longitude of point2 2.7 GPS (Global Positioning System ) The Global Positioning System (GPS) is a space-based navigation system that provides location information (latitude,longitude)in all weather conditions, anywhere on or near the earth. This is helpful for searching hospital as well as registering the hospital. Fig. 1 Simple Google maps API example. 3.APPLICATION DESIGN AND IMPLEMENTATION The Design of Application mainly consists of four modules they are 1.Admin 2. Doctor 3.Patient 4.Pathologist. Admin is the central person of each hospital,the Following are Admin responsibilities. a. Register the hospital. b. Enroll available departments. c. Enroll the doctor list The Following are Doctor responsibilities a. Login b. Set the Schedule(for Appointments) c. Give the Prescription d. View and Recommend test The Following are Patient responsibilities a. Register and Login b. Choose Specialist to search nearest hospital c. Check the availability of doctor then take appointment d. Get prescription alerts e. View and send test reports. The Following are pathologist responsibilities a. Register and Login b. View Recommended test by doctor c. Send the test report to both doctor and patient. 3.1 System Architecture Fig 2 Illustrates the system architecture 2.8 Google Map API Google Maps API is the application program interface based on Google Maps as shown in Fig. 1.It helps to navigate from current location to selected location.

3 Fig 4 Illustrates Enrollment of Departments Fig 4.Enrollment of Departments Fig 5 Illustrates Enrollment of Doctor 3.2 Implementation Fig. 2 System Architecture. Admin has to register his hospital location to store location's Geo point(latitude and longitude) in database for this he should have GPS enabled Android mobile. After successful registration using web application he has to enroll all the departments available in hospital and enroll the doctors available.during the enrollment he has to give doctor id and password. Fig 3. is Sample Hospital registration form. Fig 5.Enrollment of Doctors Doctor will login with his login id and password then a) Set his Appointment details specifying DATE FROM To Max Patients 1/09/ AM AM 20 Table 1. Doctor Appointment b) Check the Appointed patients List then give the prescription by specifying Medicine Date From Date To Frequency Paracetimal 1/09/2015 3/9/2015 Every 6 Hours. Table 1. Prescription c)doctor check his Inbox to View the Report of Patient. d) Recommend the test in following manner Consultation ID Test for Pathologist ID Fig 3. Hospital Registration Blood SaiGanesh(01) Table 2. Test Recommendation

4 Patient Login with his User id and password then search nearest hospital by selecting the specialist. Fig 6 illustrates how hospital can be searched. hospital information. Fig 6. Select Specialist In Fig 6 patient has selected ENT specialist.after this patient will get List of Hospital having ENT specialists. Fig 7 gives sample Hospital Lists Fig 8. Hospital Information After this patient can View the map of location and View the list of doctors,then doctor profile then doctor availability,then take an appointment. After consultation of doctor patient will get the prescription alerts as per the doctor entry of prescription (Table 1) and also patient can view his previous reports as well as he can send any test reports to his doctor from remote location,so that doctor can advice for further treatment. 3.3 Sample Pseudo Code to Searching an hospitals <?php $objconnect = mysql_connect("mysql3.000webhost.com","a _ root","swap148"); $objdb = $objconnect); mysql_select_db("a _hr", $v4=$_request['f1']; $lav1=$_request['f2']; $lov1=$_request['f3']; $floatlav1 = (float)$lav1; $floatlov1 = (float)$lov1; Fig 7. List of Hospitals In Fig 7 patient has selected joshi hospital.after this Patient will get Hospital information. Fig 8 gives $strsql="select hospitalname, addressl1, addressl2,username,( 6371 * acos( cos( radians($floatlav1 ) ) * cos( radians( latitude ) ) * cos( radians( longitude ) -

5 radians($floatlov1) ) + sin( radians($floatlav1) ) * sin( radians( latitude ) ) ) ) AS distance FROM registration WHERE username IN ( SELECT username FROM hos_specialist WHERE specialist = '$v4') HAVING distance <100 ORDER BY distance LIMIT 0, 20"; $objquery = mysql_query($strsql); $intnumfield = mysql_num_fields($objquery); $resultarray = array(); while($obresult = mysql_fetch_array($objquery)) { $arrcol = array(); for($i=0;$i<$intnumfield;$i++) { $arrcol[mysql_field_name($objquery,$i)] = $obresult[$i]; } array_push($resultarray,$arrcol); } mysql_close($objconnect); echo json_encode($resultarray);?> 4.CONCLUSION The Android application Dr on Click helps the patient for searching the hospitals with the desired medical specialist. This application is used to simplify the task of the patient and doctor. Patient can take on line appointment so that time of patient will be saved. Using this application notifications / alerts can be send to patient to remind about the medicines. It will useful in case of patient tends to forget for taking the medicine. It helps to optimize the work of patient and doctor. Time and cost of both patients and doctors will be saved. The Dr. On Click is a simple and powerful application for society. 5.Acknowledgment The authors gratefully acknowledge the contributions of Parikh Shubam A, Thorat Pooja K for their help in the preparation of this document. 6.References [1] Komwit Surachat, Supasit Kajkamhaeng, "First Aid Application on Mobile Device " International Scholarly and Scientific Research & Innovation 7(5) [2] F. Sposaro, J. Danielson, G. Tyson, "iwander: An Android application for dementia patients", in Proc Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Argentina, 2010, pp [3] F.Sposaro, G. Tyson, "ifall: An android application for fall monitoring and response", in Proc. Annual International Conference of the IEEE Engineering in Medicine and Biology Society, USA, 2009, pp [4] S. Challa, "Patient Data Viewer: An Android application for healthcare",in Proc Annual IEEE India Conference, India, 2011, pp

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

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

CrossroadsFinder.com/jobs Jobs User Guide

CrossroadsFinder.com/jobs Jobs User Guide CrossroadsFinder.com/jobs Jobs User Guide User Guide Quick Search Using the Quick Search form at www.crossroadsfinder.com/jobs, you can quickly view all jobs in a particular category. You can also refine

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

A Online Job portal management system

A Online Job portal management system A Online Job portal management system Keethana Kopuri 1, Gulam Mujtaba Hussain Aqueel 2, Azbar Sadiqa Jabeen 3, Dr.T.K.Shaik Shavali 4 1,2,3 B.Tech student, Dept. of CSE, Lords Institute of Engineering

More information

BUILD HOSPITAL APPOINTMENT SERVICE FOR MOBILE HEALTH

BUILD HOSPITAL APPOINTMENT SERVICE FOR MOBILE HEALTH BUILD HOSPITAL APPOINTMENT SERVICE FOR MOBILE HEALTH Harsha Kanthi I 1, Dr. Rashmi Rachh 2 1 Department of Computer Science and Engineering, Visvesvaraya Technological University, Belagavi, Karnataka,

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

What is Click IRB? Electronic Research Submission Software

What is Click IRB? Electronic Research Submission Software What is Click IRB? Electronic Research Submission Software It simplifies the way researchers submit applications, eliminates routine errors, and alerts Principal Investigator (PI) teams of approaching

More information

CTjobs.com User Guide

CTjobs.com User Guide CTjobs.com User Guide What Is It? Introduction Connecticut s leading metro, suburban and neighborhood newspapers have joined together to create a local internet career board. The site offers the most up-to-date

More information

LIFE APP. B. Kumara Swamy

LIFE APP. B. Kumara Swamy Impact Factor Value: 4.029 ISSN: 2349-7084 International Journal of Computer Engineering In Research Trends Volume 4, Issue 11, November - 2017, pp. 487-492 www.ijcert.org LIFE APP B. Kumara Swamy Computer

More information

Getting Started: Creating a New Account and Logging In

Getting Started: Creating a New Account and Logging In Getting Started: Creating a New Account and Logging In Welcome to Meals on Wheels America s Online Grant System! Meals on Wheels America will only accept grant applications and follow-up reports that are

More information

Population Health. Collaborative Care. One interoperable platform. NextGen Care

Population Health. Collaborative Care. One interoperable platform. NextGen Care Population Health. Collaborative Care. One interoperable platform. NextGen Care We ve become very proactive in identifying at-risk patients and getting them in our door before they get sick. Our physicians

More information

Connect Your Universe

Connect Your Universe Connect Your Universe The complete school network solution for emergencies, events and every day. One Network Solution Many communication technologies united by a single link that s the advantage Rauland-Borg

More information

Referred Patient Alerts & Online Recruitment Manager for Sites Instructions

Referred Patient Alerts & Online Recruitment Manager for Sites Instructions Referred Patient Alerts & Online Recruitment Manager for Sites Instructions The following training documentation will explain how you will obtain Referred Patient Alerts (RPAs), update a patient s enrollment

More information

HomeTrak, Your Constant Companion!

HomeTrak, Your Constant Companion! The industry leader in home care business management software. HomeTrak is the market leader in the home care/scheduling management software industry. Why use HomeTrak Companion? Satisfied users report

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

PATIENT PORTAL USERS GUIDE

PATIENT PORTAL USERS GUIDE PATIENT PORTAL USERS GUIDE V 5.0 December 2012 eclinicalworks, 2012. All rights reserved Login and Pre-Registration Patients enter a valid Username and secure Password, then click the Sign In button to

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

National Scholarships Portal. Presentation by

National Scholarships Portal. Presentation by National Scholarships Portal Presentation by National Scholarships Portalwww.scholarships.gov.in National Scholarships Portal S.No Modules Description 1 Introduction About National Scholarships Portal

More information

Key Functions. Find all Online recruitment functions in My Workspace. Access key functions after logging into your workspace:

Key Functions. Find all Online recruitment functions in My Workspace. Access key functions after logging into your workspace: Employer User Guide Employers Toolkit Key Functions..... Job Postings.... CV Search..... Search Criteria in Detail.. Saved Searches....... My Workspace.. Letters...... CV Folders.. Questionnaires.... My

More information

Smart Technology for Gesture Recognition using Accelerometer

Smart Technology for Gesture Recognition using Accelerometer IJIRST - International Journal for Innovative Research in Science & Technology Volume 2 Issue 12 May 2016 ISSN (online): 2349-6010 Smart Technology for Gesture Recognition using Accelerometer Nimish Bendre

More information

AbbVie Grant Management System (GMS) Requestor Training, Grant Request Training: General Program Support

AbbVie Grant Management System (GMS) Requestor Training, Grant Request Training: General Program Support AbbVie Grant Management System (GMS) Requestor Training, Grant Request Training: General Program Support After Reviewing this Module, You Will be Able to: Log Onto the GMS Setting up Your Security Password

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

for more information visit GradLeaders.com

for more information visit GradLeaders.com for CANDIDATES at our Partner Schools how to REGISTER + SEARCH FOR JOBS with your career services portal powered by GradLeaders last updated July 20, 2017 for more information visit how to REGISTER + SEARCH

More information

A web-based service for improving conformance to medication treatment and patient-physician relationship

A web-based service for improving conformance to medication treatment and patient-physician relationship A web-based service for improving conformance to medication treatment and patient-physician relationship Nikolaos Riggos, Ilias Skalkidis, George Karkalis, Maria Haritou, Dimitris Biomedical Engineering

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

Creating A Patient Portal Link From More Patient Button

Creating A Patient Portal Link From More Patient Button Creating A Patient Portal Link From More Patient Button Go to More Patient and click on the Export PHI tab. From this tab, click on Create Patient Portal Link. Note: Allow Internet Based Delivery Of Reminders

More information

Once registered, these details can be accessed by employers looking for suitable talent.

Once registered, these details can be accessed by employers looking for suitable talent. JOB SEEKER S MANUAL Job Seeker s Manual 1. Getting Started The following Training Toolkit is meant to serve as a reference to help you get the most out of your experience. Though we have made sure to make

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

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

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

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

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

DiaComp Funding Programs Submission Documentation

DiaComp Funding Programs Submission Documentation DiaComp Funding Programs Submission Documentation Richard A. McIndoe, Ph.D. DiaComp Coordinating and Bioinformatics Unit Contact Information: Augusta University Center for Biotechnology and Genomic Medicine

More information

ChartMaker PatientPortal

ChartMaker PatientPortal ChartMaker PatientPortal The ChartMaker PatientPortal is an online service that allows a patient to keep track of their personal health information. It will also allow practices to share and receive information

More information

Chapter 02 Jobseekers Jobseeker creates an account

Chapter 02 Jobseekers Jobseeker creates an account Chapter 02 Jobseekers Jobseeker creates an account 1. Universal Jobmatch (UJ) is available to all people looking for work whether they are claiming benefits or in work. Although staff in Jobcentres usually

More information

A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS

A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS A. James, Y. Wilcox and R.N.G. Naguib, Senior Member, IEEE School of Mathematical and Information Sciences Coventry University

More information

Matching System for Creative Projects and Freelance Workers: PaylancerHK

Matching System for Creative Projects and Freelance Workers: PaylancerHK Department of Computer Science The University of Hong Kong Final Year Project (2015/16) Matching System for Creative Projects and Freelance Workers: PaylancerHK Interim Report 24 th January, 2016 Group

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

Sponsored Candidate Application Guide. This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process.

Sponsored Candidate Application Guide. This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process. Sponsored Candidate Application Guide This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process. Sponsored Candidate Application Guide Table of Contents Creating

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

AIM Alberta Online Measurement Tool Manual. Instructions for Use Part 1: Set Up and Data Collection

AIM Alberta Online Measurement Tool Manual. Instructions for Use Part 1: Set Up and Data Collection AIM Alberta Online Measurement Tool Manual Instructions for Use Part 1: Set Up and Data Collection Spring 2015 Table of Contents Introduction... 2 Getting Started... 3 Set up your Clinic Profile... 4 Enter

More information

A Design and Implementation of a Smart Bed for Elderly Patients

A Design and Implementation of a Smart Bed for Elderly Patients International Journal of Elderly Welfare Promotion and Management Vol. 1, No. 1 (2017), pp. 1-6 http://dx.doi.org/10.21742/ijewpm.2017.1.1.01 A Design and Implementation of a Smart Bed for Elderly Patients

More information

Care Management User Guide for Dashboards and Alerts. December 21, 2016

Care Management User Guide for Dashboards and Alerts. December 21, 2016 Care Management User Guide for Dashboards and Alerts December 21, 2016 Table of contents User Guide Care Management Dashboard and Alerts What are Care Management Alerts and Care Management Dashboards?...

More information

USER GUIDE. Evidence-Based Clinical Decision Support. INSIDE. Discover the evidence Within

USER GUIDE. Evidence-Based Clinical Decision Support.  INSIDE. Discover the evidence Within USER GUIDE Evidence-Based Clinical Decision Support INSIDE Discover the evidence Within HEALTH PROFESSIONALS TRUST ESSENTIAL EVIDENCE PLUS (EE+) TO HELP: l Improve patient outcomes l Inform point-of-care

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

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I SEMESTER PROJECT OVERVIEW In this term project, you are asked to design a small database system, create and populate this database by using MYSQL, and write a web-based application (with associated GUIs)

More information

Sponsored Candidate Application Guide. This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process.

Sponsored Candidate Application Guide. This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process. Sponsored Candidate Application Guide This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process. Sponsored Candidate Application Guide Table of Contents Creating

More information

LOVED ONE NOTIFICATION DEDICATED SMARTPHONE APP FREE SUBSCRIPTION FOR THE FIRST YEAR

LOVED ONE NOTIFICATION DEDICATED SMARTPHONE APP FREE SUBSCRIPTION FOR THE FIRST YEAR LOVED ONE NOTIFICATION DEDICATED SMARTPHONE APP FREE SUBSCRIPTION FOR THE FIRST YEAR To Care is to Protect. South Africa s favourite tracking company brings you the first personal active security tracker

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

OFFICE OF RESEARCH AND SPONSORED PROGRAMS. Grants Resource Center User Guide

OFFICE OF RESEARCH AND SPONSORED PROGRAMS. Grants Resource Center User Guide OFFICE OF RESEARCH AND SPONSORED PROGRAMS Grants Resource Center User Guide Created: August 23, 2012 Updated: November 6, 2015 Contents Introduction... 1 Login... 2 GrantSearch... 3 Academic Category and

More information

Mobile Lite Training Key Notes

Mobile Lite Training Key Notes Mobile Lite Training Key Notes Home Health Aides can do nothing on the mobile device until their schedule has been created. The Scheduler is responsible for assuring that an Aide care plan has been initiated

More information

Institute of Chartered Accountants of Jamaica (ICAJ)

Institute of Chartered Accountants of Jamaica (ICAJ) Institute of Chartered Accountants of Jamaica (ICAJ) Steps for Filing Mandatory Continuing Professional Development (CPD) Returns Online Contents Overview... 1 Recording Your CPD Activities for 2012 going

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

Patient s Guide to The Waiting Room. Version 1.1 Date: 17-Feb-17

Patient s Guide to The Waiting Room. Version 1.1 Date: 17-Feb-17 Patient s Guide to The Waiting Room Version 1.1 Date: 17-Feb-17 Contents Registering for The Waiting Room with your practice... 3 Account Details... 4 Creating an account at TWR... 4 First visit to The

More information

School Grants for Healthy Kids School Year Frequently Asked Questions

School Grants for Healthy Kids School Year Frequently Asked Questions School Grants for Healthy Kids 2017 2018 School Year Frequently Asked Questions I submitted a grant application last year but I can t login. In 2015, AFHK transitioned to a new system for our school portal

More information

Essential Characteristics of an Electronic Prescription Writer*

Essential Characteristics of an Electronic Prescription Writer* Essential Characteristics of an Electronic Prescription Writer* Robert Keet, MD, FACP Healthcare practitioners have a professional mandate to prescribe the most appropriate and disease-specific medication

More information

Free Download ResumeMaker Ultimate download free softwares for pc full version ]

Free Download ResumeMaker Ultimate download free softwares for pc full version ] Free Download ResumeMaker Ultimate download free softwares for pc full version ] Description: The Most Complete Software to Help You Land Your Dream Job! ResumeMaker Ultimate includes powerful tools you

More information

HUD Certified Housing Counselor Application Process: FHA Connection Navigational Guide

HUD Certified Housing Counselor Application Process: FHA Connection Navigational Guide HUD Certified Housing Counselor Application Process: FHA Connection Navigational Guide This document provides the application instructions through FHA Connection for HUD Housing Counseling Certification.

More information

Data Entry onto the National Immunoglobulin Database

Data Entry onto the National Immunoglobulin Database number SCOPE RESPONSIBILITY NHS enter board name here Pharmaceutical Service Populate the National immunoglobulin Database Lead Procurement Officer/Senior Technician Enter local details Data Entry onto

More information

A nonprofit s guide to SUGGESTED donation AMOUNTS

A nonprofit s guide to SUGGESTED donation AMOUNTS A nonprofit s guide to SUGGESTED donation AMOUNTS 1 WE VE ALL BEEN THERE. Tasked with creating a dream online donation form for your nonprofit organization Making sure you have all the bells and whistles!

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

Electronic Handbooks (EHBs) Overview. Department of Health and Human Services Health Resources and Services Administration EHBs Grantee Info

Electronic Handbooks (EHBs) Overview. Department of Health and Human Services Health Resources and Services Administration EHBs Grantee Info Electronic Handbooks (EHBs) Overview Department of Health and Human Services Health Resources and Services Administration EHBs Grantee Info Agenda EHBs Notes EHBs Login Navigation Adding to a Portfolio

More information

Online Student Grant Application System. Step 1: Creating an Online Account or Logging in with a MyGovID

Online Student Grant Application System. Step 1: Creating an Online Account or Logging in with a MyGovID Online Student Grant Application System Applications for Student Grant funding are made through the Online Student Grant Application System. You can access the Online Student Grant Application system by

More information

Harvesting Wearable Device Data Session 230, March 6, 2018 Ajay K. Mittal, Associate Director, IT American College of Cardiology

Harvesting Wearable Device Data Session 230, March 6, 2018 Ajay K. Mittal, Associate Director, IT American College of Cardiology Harvesting Wearable Device Data Session 230, March 6, 2018 Ajay K. Mittal, Associate Director, IT American College of Cardiology 1 Conflict of Interest Ajay K. Mittal, MS, B. Tech. Has no real or apparent

More information

Find & Apply. User Guide

Find & Apply. User Guide Find & Apply User Guide Version 2.0 Prepared April 9, 2008 Grants.gov Find and Apply User Guide Table of Contents Introduction....3 Find Grant Opportunities...4 Search Grant Opportunities...5 Email Subscription...8

More information

TELUS health space. September 10, Luc Sirois Corinne Campney

TELUS health space. September 10, Luc Sirois Corinne Campney TELUS health space September 10, 2009 Luc Sirois (luc.sirois@telus.com) Corinne Campney (corinne.campney@telus.com) The pressure on healthcare drives consumer ehealth LOWER cost HIGHER quality of life

More information

Downloading Application Viewer

Downloading Application Viewer Downloading Application Viewer In order to access, complete and submit applications, you will need to download and install the PureEdge Viewer, a small, free program. PureEdge Viewer: Minimum System Requirements

More information

WEDNESDAY. 7:30am-9:30pm. February 28. Library Tour 10:30 am 11:00 am. Library Tour. Library Tour. 2:30 pm 3:00 pm. March 7

WEDNESDAY. 7:30am-9:30pm. February 28. Library Tour 10:30 am 11:00 am. Library Tour. Library Tour. 2:30 pm 3:00 pm. March 7 9:00am 4:00pm February 25 February 26 February 27 February 28 March 1 March 2 March 3 11:30 am 12:00 pm 10:30 am 11:00 am 2:30 pm 3:00 pm LIBRARY CLOSED 4:30 pm 5:00 pm 2:30 pm 3:00 pm 4:30 pm 5:00 pm

More information

PATIENT AND STAFF IDENTIFICATION Understanding Biometric Options

PATIENT AND STAFF IDENTIFICATION Understanding Biometric Options White Paper August, 2008 PATIENT AND STAFF IDENTIFICATION Understanding Biometric Options By Evan Smith Accurate patient identification is critical to achieving the benefits of electronic medical records

More information

COE. COE Snapshot APPLICATIONS & SERVICES CONNECTING OUR SOLDIERS EXAMPLE SERVICES. COE Enables. EcoSystem. Generating Force

COE. COE Snapshot APPLICATIONS & SERVICES CONNECTING OUR SOLDIERS EXAMPLE SERVICES. COE Enables. EcoSystem. Generating Force COE Snapshot APPLICATIONS & SERVICES Generating Force COE Enables Increased Capability Agility Reduced Life Cycle Costs Flexible Standards-based Infrastructure Enhanced Cyber Protection Command Post Data

More information

User Guide for NGO Accreditations

User Guide for NGO Accreditations NGO Liaison Unit, Office of the Director-General, United Nations Office, Geneva User Guide for NGO Accreditations Created: 27 October 2010 Last updated: 4 April 2012 Abstract This document describes the

More information

GP online services for carers, including young carers Patient Guide

GP online services for carers, including young carers Patient Guide GP online services for carers, including young carers Patient Guide easy read Reading this booklet This booklet uses easy words and pictures to help you understand more about GP online services. You might

More information

JOB SEEKER S MANUAL. Basic manual for using LVSA Talentera by Job Seeker s. July Powered by. Copyright 2017 LVSA. All rights reserved.

JOB SEEKER S MANUAL. Basic manual for using LVSA Talentera by Job Seeker s. July Powered by. Copyright 2017 LVSA. All rights reserved. JOB SEEKER S MANUAL Basic manual for using LVSA Talentera by Job Seeker s July 2017 Copyright 2017 LVSA. All rights reserved. Powered by 1 LVSA Job Seeker s Manual Getting Started Getting Started The following

More information

MMPC Funding Programs Submission Documentation

MMPC Funding Programs Submission Documentation MMPC Funding Programs Submission Documentation Richard A. McIndoe, Ph.D. MMPC Coordinating and Bioinformatics Unit Contact Information: Medical College of Georgia Center for Biotechnology and Genomic Medicine

More information

Siemens Business Services E-Government Strategy. How to build it for a whole country the Austrian E-Government Experience

Siemens Business Services E-Government Strategy. How to build it for a whole country the Austrian E-Government Experience Siemens Business Services E-Government Strategy How to build it for a whole country the Austrian E-Government Experience Copyright Siemens Business 2006 Services Siemens GmbHBusiness 2006. All Services

More information

Welcome to. Transforming Partners with More Incentives

Welcome to. Transforming Partners with More Incentives Welcome to Transforming Partners with More Incentives Welcome to Transforming Partners with More Incentives Cisco is enriching incentive programs to better recognize and reward partner value. As our Commercial

More information

Nothing ventured. Plenty gained.

Nothing ventured. Plenty gained. Nothing ventured. Plenty gained. A GUIDE FOR CNA CENTRAL USERS Take the guided approach to insurance answers on the new CNA.com. Soon, when you go to CNA.com, you ll find an exciting new website designed

More information

Diabetes Manager. Julian Brown

Diabetes Manager.  Julian Brown Diabetes Manager www.eclipsesolutions.org.uk Julian Brown Currently the NHS is Struggling with: Lack of Integrated Care Lack of Cohesive Patient Management Plans Lack of standardised GP information available

More information

Volunteer Management Information System Army Volunteer Corps Volunteer User Guide

Volunteer Management Information System Army Volunteer Corps Volunteer User Guide Volunteer Management Information System Army Volunteer Corps Volunteer User Guide January 2010 Notice This manual and all of the information contained herein are confidential and proprietary to U.S. Army

More information

HOW TO USE PITT BRIDGES 2017 EDITION

HOW TO USE PITT BRIDGES 2017 EDITION HOW TO USE PITT BRIDGES 2017 EDITION WELCOME TO PITT BRIDGES! Pitt Bridges is the online career management system operated by Career Services at the University of Pittsburgh s Graduate School of Public

More information

A PROPOSED PROTOTYPE OF COOPERATIVE MEDICAL TREATMENT SYSTEM FOR HOSPITALS IN GCC COUNTRIES

A PROPOSED PROTOTYPE OF COOPERATIVE MEDICAL TREATMENT SYSTEM FOR HOSPITALS IN GCC COUNTRIES A PROPOSED PROTOTYPE OF COOPERATIVE MEDICAL TREATMENT SYSTEM FOR HOSPITALS IN GCC COUNTRIES MOHAMMAD HAMEED AHMED AL-TAEI, Ph.D. in Computer Science, College of Applied Sciences Sohar Sultanate of Oman

More information

Your One-Stop-Shop for Cash for College

Your One-Stop-Shop for Cash for College Your One-Stop-Shop for Cash for College HOW FILLING OUT A SINGLE PROFILE CAN LEAD TO MULTIPLE SCHOLARSHIPS. The Basics to Earning Scholarships 1. Visit your local Dollars for Scholars website. 2. Complete

More information

RFP for Mobile Application for IBEF. Request for Proposal [RFP]

RFP for Mobile Application for IBEF. Request for Proposal [RFP] RFP for Mobile Application for IBEF Request for Proposal [RFP] India Brand Equity Foundation Apparel House, 5th Floor # 519-22, Sector 44 Gurgaon- 122003, Haryana. 1 SECTION 1: INSTRUCTIONS TO AGENCIES

More information

LABAVN LOS ANGELES BUSINESS ASSISTANCE VIRTUAL NETWORK ADMINISTRATIVE FUNCTIONS

LABAVN LOS ANGELES BUSINESS ASSISTANCE VIRTUAL NETWORK ADMINISTRATIVE FUNCTIONS LABAVN LOS ANGELES BUSINESS ASSISTANCE VIRTUAL NETWORK ADMINISTRATIVE FUNCTIONS 8-16-2016 Table of Contents Introduction...2 Post an Opportunity...3 Step 1: Add Information to the Opportunity..3 Step 2:

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

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

Homelessness Prevention & Rapid Re-Housing Program (HPRP) Quarterly Performance Reporting Updated April 2010

Homelessness Prevention & Rapid Re-Housing Program (HPRP) Quarterly Performance Reporting Updated April 2010 Homelessness Prevention & Rapid Re-Housing Program (HPRP) Quarterly Performance Reporting Updated April 2010 Version 3.0 Table of Contents Introduction... 1 Module Objectives... 1 HPRP Quarterly Reporting

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

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

GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE

GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE GLOBALMEET FOR BLACKBERRY GLOBALMEET FOR BLACKBERRY USER GUIDE Release 1.3 February 2014 TABLE OF CONTENTS GlobalMeet for BlackBerry Overview 2 Install GlobalMeet for BlackBerry 3 Download the App 3 System

More information

Welcome to a tutorial on the abstract submission process for the 2015 AGU Fall Meeting.

Welcome to a tutorial on the abstract submission process for the 2015 AGU Fall Meeting. Welcome to a tutorial on the abstract submission process for the 2015 AGU Fall Meeting. Please take a few moments to review this tutorial and become oriented with the 2015 process. Table of Contents Before

More information

GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE

GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE GLOBALMEET FOR ANDROID GLOBALMEET FOR ANDROID USER GUIDE Release 1.0 June 2013 TABLE OF CONTENTS GlobalMeet for Android Overview 2 Install GlobalMeet for Android 3 Download the App 3 System Requirements

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

Hospital-Pharmacy Management System: A UAE Case Study A. Khelifi, D. Ahmed, R. Salem, N. Ali

Hospital-Pharmacy Management System: A UAE Case Study A. Khelifi, D. Ahmed, R. Salem, N. Ali Hospital-Pharmacy Management System: A UAE Case Study A. Khelifi, D. Ahmed, R. Salem, N. Ali Abstract Large patients queues at pharmacies and hospitals are a problem that faces the supposedly smooth and

More information

Counselling and Career Development Services. Student Affairs Office. Employer User Manual

Counselling and Career Development Services. Student Affairs Office. Employer User Manual Counselling and Career Development Services Student Affairs Office Employer User Manual Last Update: September 2017 About Ed Job Plus An Online Job Search and Information System Ed Job Plus is an online

More information

BOSAPP.ICAI.ORG. User Manual. CA Firm

BOSAPP.ICAI.ORG. User Manual. CA Firm User Manual CA Firm I. Introduction The Board of Studies of the institute has great pleasure in introducing an optional Articles Placement Scheme for selection of Articled Assistants by CA Firms. The scheme

More information

Educational Grant and Outcomes Database User Guide

Educational Grant and Outcomes Database User Guide Educational Grant and Outcomes Database User Guide June 06 Table of Contents Getting Started System Tips and Useful Hints p.3 Where to Find Us p.4 Logging in as a Registered User p.5 Registering as a First-Time

More information

-For Residents of Kanagawa Prefecture- Make your own MY ME-BYO Record to manage your health and prepare for emergencies

-For Residents of Kanagawa Prefecture- Make your own MY ME-BYO Record to manage your health and prepare for emergencies -For Residents of Kanagawa Prefecture- Make your own MY ME-BYO Record to manage your health and prepare for emergencies MY ME-BYO Record is a personal health record app for residents operated by Kanagawa

More information

2018 Applicant. Dashboard. BrandAdvantage

2018 Applicant. Dashboard. BrandAdvantage 08 Applicant Dashboard BrandAdvantage Contents Accessing the Applicant Dashboard... 3 Applicant Dashboard Page... 5 Personal Information... 6 Manage Organisations... 7 Manage Users... 8 Adding a User...

More information