A SYSTEM TO OPTIMIZE GLUCOSE TESTS IN THE HOSPITALS OF HUILA DEPARTMENT IN COLOMBIA

Size: px
Start display at page:

Download "A SYSTEM TO OPTIMIZE GLUCOSE TESTS IN THE HOSPITALS OF HUILA DEPARTMENT IN COLOMBIA"

Transcription

1 A SYSTEM TO OPTIMIZE GLUCOSE TESTS IN THE HOSPITALS OF HUILA DEPARTMENT IN COLOMBIA Albeiro Cortés Cabezas and José de Jesús Salgado Patrón Department of Electronic Engineering, Surcolombiana University Grupo de Tratamiento de Señales y Telecommunications-GTST Pastrana Av. Neiva Colombia albecor@usco.edu.co ABSTRACT Nowadays many health centers in the world have robust hospital information systems capable of storing and processing the collected data of all type of variables associated to the different medical and laboratory tests that are made to the users of the service. A hospital information system enables the integrity and readability of patient information to be guaranteed. In addition, it makes it possible for such information to be available at the point of care where the patient is, independently of the institution providing health services where it is attended. Unfortunately, hospitals in Huila do not yet have an adequate information system, so that old-fashioned, complex and unstructured methods are used, such as handwriting the results of tests performed in paper formats, which are then examined and analyzed by the attending physician and then make the relevant decisions. In this project, an information system was implemented to optimize the process of glucose testing (glucometry) in hospitals in Huila to improve the organization of data, making access much more comfortable. The HL7 standard set was used as a guide for good interoperability and to make the system scalable. Access can be made through a mobile application, which was developed using Android Studio or through a website. The information system allows access to the data of a specific patient and also has the option of graphing them to observe the evolution of glucose levels over time and thus provide the appropriate treatments for each case. Keywords: information system, glucose, web services, android, HL7-FHIR. 1. INTRODUCTION According to the World Health Organization, WHO, there are more than 422 million people in the world who suffer from diabetes and according to projections by 2030 this will be the seventh cause of mortality if no actions are taken to control their growth. Because of this, diabetes is considered one of the diseases to which the most attention should be paid from the point of view of the public health sector [1]. It is believed that in Colombia approximately 1,200,000 people suffer from diabetes which is equivalent to almost 2.7% of the population. In the Department of Huila 7,200 people were diagnosed with diabetes by 2013 and from all municipalities, Neiva, the capital had the highest number of people affected [2]. The therapy commonly used for treating diabetes is to perform blood glucose tests to record and monitor the evolution of blood sugar levels over time. The glucose test measures glucose concentration in the blood by means of easy-to-use sensors and is a helpful tool for people with diabetes [3]. It is necessary that this process of registration of the data be done in a constant and orderly way to have a history that describes the behavior and the evolution of that disease. Continuous monitoring of blood glucose allows for early detection and prevention of chronic complications (such as hypoglycemia and hyperglycemia), as well as adjustments to medications, diet and certain habits if necessary [4]. Normally, when a patient with diabetes is admitted in a hospital, doctor orders regular blood glucose tests (at least 7 daily) for some time, to monitor the progress and initiate appropriate treatment. Hypoglycemia is defined as an abnormally low blood glucose concentration below 70 mg/dl, and hyperglycemia is defined as an excessive amount of glucose in the blood, higher than 110 mg/dl. Through the analysis of these measurements, it is possible to choose the most adequate diet, the appropriate type of insulin and recording historical behavior. Also, doctor may decide to prescribe an outpatient treatment, avoiding the patient's hospital stress. In the case of Huila s hospitals, blood glucose tests are performed by nurses, who use generic meters to obtain the blood glucose concentration value. Then, these data are recorded on paper to be reviewed later by the specialist in charge. To diagnose or medicatea patient, physician has to check data on paper one by one to look for possible anomalies in behavior of blood glucose. This is a tedious and impractical task that sometimes leads to human errors; since some important detail can be overlooked leading to the choice of inappropriate treatment. An additional aggravating factor to consider is that the number of patients who should be tested for blood glucose is quite high. For example, from the 400 beds available at the Hospital Universitario de Neiva, 100 are for diabetic patients, which mean that at least 700 blood glucose tests should be made daily. The problem here is that Huila s hospitals do not have an adequate Hospital Information System - HIS, which allow physicians and nurses recording patient data properly in a way that minimizes the errors probability. Due to the large number of tests performed daily, the amount of paper and data is very high, which can easily lead to inaccuracies in subsequent analyzes. Additionally, physicians are deprived of the possibility of automatically generating adequate graphs where they can observe the evolution of the patient during their staying in the hospital or during previous stays, as well as, annotations to try to justify the possible causes of each particular evolution. On the other hand, the hospitals and the Secretary of Health 4182

2 need to store the data of all the patients of suitable form with the objective to use them later to obtain the statistics of the disease in the Department. This information is also valuable to other scientists who will use it as a starting point to initiate multiple investigations related to the diabetes problem in the department and the country. This article presents the design and implementation of an information system for the registration, organization and analysis of the results of blood glucose tests in Huila s hospitals. The main objective of the work is to create an HIS that allows recording the data of the patients and to record the results of the tests realized either by a doctor, a nurse or by the same patient. Data can be fed into the Hospital's local area network as well as from any remote computer or device (Smart phone or Tablet) connected to the Internet. The HIS designed follow the guidelines of the HL7 FHIR standard, the most widespread in the world which guarantees its easy interoperability with almost any other hospital information system. According to the World Health Organization - WHO, if better information is available, better decisions will be made and the population will be able to have better health. This justifies the need for more robust HISs for hospitals in Huila. As computer systems evolving, information systems for management data about health of patients were available. These information systems can also report statistics about the data obtained through the tests performed, as well as, about medicines and treatments formulated by physicians. Examples of these systems are the Care2x (Open Source Hospital Information System), first published in 2002 by Elpidio Latorilla and the Mexican Government's Information System for Hospital Management (SIGHO), which began on 2005 [ 5-7]. In the Department of Huila this technology is just beginning to be implemented. Therefore, this work can be considered as an initial contribution on this area. 2. METHODOLOGY General design of the information system Figure-1 shows the block diagram of the proposed strategy to solve the problem presented above. For its development a schedule that included the different stages of work was proposed, starting with the database, then the web application and finally the mobile application. Once the development was completed, a period of tests continued to evaluate the behavior of the entire system. HL7-FHIR standard HL7-FHIR (Health Level 7 - Fast Healthcare Interoperability Resources) is a standard that describes "resources", data formats, and electronic health records exchange (EHR) elements. The standard was created by the international health standards organization HL7. One of HL7-FHIR's objectives is to facilitate interoperability between different health care systems, so that be easy to provide healthcare information to healthcare providers and individuals through a wide variety of devices, from computers to tablets and cell phones; enabling third-party application developers to develop medical applications that can be easily integrated with existing information systems. HL7-FHIR is relatively easy to deploy, because it uses a modern web-based technology suite, including RESTful, HTML and Cascading Style Sheets (CSS) for UI integration. For data representation JSON or XML can be used and for authorization OAuth can be used [8]. Figure-1. Information system architecture.. In this paper, JSON was chosen for data representation, which means interoperability with other information systems using the same technology for exchanging EHRs will be simple and guaranteed. However, interoperability with information systems that use a different technology to represent data, such as XML or others can be achieved through a management tool for integration of multiple health information systems, such as MirthConnect [9]. It should be noted that this paper is part of a more ambitious project for the Department of Huila, which seeks to systematize the entire health system, so that interoperability between different health information systems must be guaranteed. Database server MySQL is the most popular open source database in the world, making it a reliable and secure option. It also has features such as high scalability, easy operation, high performance among others, making it the ideal choice for the needs of the information system. The database contains all the information that is stored for the application services. The tables save the user profiles and the requested information for each of them. Patient glucose information is also stored. Figure 2 shows the tables used in the database. The patient, personal and root tables contain user information depending on your profile as a patient, medical staff or system administrator respectively. The glucose table contains the parameters for storing the patient's glucose test results. According to the HL7 standard for the management of medical information, some records store the information in JSON format, allowing the data to be transmitted according to the standard. 4183

3 Web platform The web platform allows users to perform functions for handling of information recorded in the system. There are three types of users in the systems, which are defined below: Figure-2. Tables of the database. Admin user: This user has the function of registering patients and medical personnel. He can update or delete user information. Staff user: He cans view his personal information on the website, and have access to the patient's data. The platform allows him to record patient glucose measurements and view the measurement history in tabular or chart mode. Patient user: He cans view your personal information on the website. The platform allows you to record glucose measurements and view the measurement history in tabular or graphical mode. Figure-3 shows the home page that shows the web platform when accessing the system. Figure-3. Web platform home. Developments technologies For the development of the web project tools with free software license were used. Project developed usin: NetBeans IDE 8.1 (Build ) Java: 1.8.0_77; Java HotSpot (TM) 64-Bit Server VM b03 Runtime: Java (TM) SE Runtime Environment 1.8.0_77-b03. Data base: MySQL Workbench build 511 CE (64-bit) Community Database port for MySQL: 3306 Application server: Apache Tomcat Programming languages: HTML, CSS and JS: For view handling and script functions on the client side. HTML5 organizes parameters for HTML page structure tagging, CSS3 builds the page appearance for an interesting visual style and JS allows the construction of page functions on the client to avoid loading on the server. JSF and JAVA: JSF is a java application framework with which the web pages of the project are developed and deployed. The server receives client requests and performs control of views and database using java. In addition, the following tools were used: 4184

4 Primefaces: This library allows the creation of rich content for the handling of views and the functions of the platform. It is a library of components for JSF. Bootsfaces: AsPrimefaces allows managing views with JSF, this library integrates page views with visual styles similar to the bootstrap of Twitter. Font Awesome: This library contains a compilation of icons to give better visual style to the pages. Javax.mail version 1.4.7: Allows sending mail messages from the server to the users. It is used to send an to the user when requesting a password recovery. Gson version 2.6.2: Class library for JSON handling using java language. Mysql connector version : Library for controlling connections to the MySQL database from java. Mobile app GlucUp-2Date is a mobile application developed during the project, which allows users to perform operations for managing the information registered in the system. In this application only two profiles are allowed: Staff user: Through this profile the application shows all related patients or allows doing patient search. It allows to register glucose tests performed on patients and to view the history of tests carried out in table format or in graphical mode. Patient user: Through this profile the patient can view his or her personal information. The platform also allows the patient to record glucose tests and view the history in table format or in graphical mode. Figure-4 shows the start view of the GlucUp- 2Date application. For the development of this application Android Studio 2.2 (Build # AI ) and JRE: 1.8.0_76- release-b03 amd64 were used. The following tools were also used: SupportAppCompat v7: This library allows using design material and action bar through design patterns. Includes activity management to display as AppCompatDialog dialogs. Supportdesign: This is a companion library for AppCompat. Allows using special components: Navigation Drawer, Floating Action Button, Snackbars and Tabs. Supportrecyclerview: This is a companion library for AppCompat. Allows using the RecyclerView class and handle lists in recycled views. Code GSON: This is a library of Google classes for handling JSON using java. Support Support v4: This is a library for handling the APIs for server communication and exception handling. BartekscAndroidPdfViewer: This tool is used in the help section to display user manuals in the same application. PhliJayMPAndroidChart: This is a tool used in graphs creation to show the results. Bar graphs, linear and joints. Support CardView: This is a companion library for AppCompat. It is used to make use of the CardView element to create items in recyclable lists. Code-troopers Betterpickers: This library is used to create time and date selection designs. Support ConstraintLayout: This library is used to manage the Constraint Layout, a new Layout to create responsive screens for different devices. Firebase Messaging: This is a library for handling notifications using FireBase Cloud Messaging. RESULTS All software designed during the project, reports, user manuals and the mobile application installation file can be consulted and downloaded from The project folder contains the following elements: Figure-4. GlucUp-2Date starting view. Android App: Contains the project folder in Android Studio "GlucUp-2Date" and the application APK compiled "GlucUp-2Date.apk". Database: Contains the entity-relationship (EER) model "EERDatabase.mwb" and the script to create the database in MySQL "ScriptSqlDatabase.sql". JavaDoc: Contains the Javadoc of the Android application "GlucUp-2Date_JavaDoc" and the web server "JavaDoc Web Server". User Manual: Contains the user manual of the Android application and the web application "Manual_Usuario_GlucUp-2Date.pdf", "Manual_Usuario_Web.pdf". 4185

5 Web App: Contains the web server project folder "Glucometrics" and the WAR file for deployment on the Tomcat server "Glucometrias.war". Report.pdf: Contains project development information. README.md: Contains project information for Github. The information system allows patients, physicians and auxiliary staff to enter glucose test results for each patient. For each examination the status of the patient, the time, the unit of measure used (mmol/l or mg/dl) and the test result are recorded. For convenience of mobile users GlucUp-2Date allows to create alarms to remember the entry of glucose records. Alarms can be set at a specific time and repeated on different days. Consultation of data and statistics Patients and medical staff will be able to view test results in a number of ways including charts and graphs of various types. Figure-5 shows an example of how the results history is presented in tabular form for a patient. Figure-6 shows an example of how the history of one-day results in graphical mode is presented. Figure-7 shows an example of how the history of all patient outcomes in timeline mode is presented. Figure-5. Results history in table form. Figure-6. History of results of a day in graphic mode. 4186

6 Figure-7. History of a patient's results in timeline mode. Connection with other information systems The information system is enabled to communicate with any other health information system that supports the HL7-FHIR standard and package the data using the JSON standard. This can be easily achieved by establishing channels between this system and any other that meets the above requirement, using Mirth Connect or a similar tool. Systems that pack their data using XML or other technologies can also be supported by making small adaptations. 4. CONCLUSIONS It is possible to optimize the glucose testing process in hospitals in Huila with the information system implemented, saving time and making work of medical staff more easy when they choosing treatments according to the specific condition of each patient. By having graphs, tables and statistics, physicians have the possibility to evaluate the efficiency of a medication or diet assigned to a diabetic patient. They can also make adjustments if necessary. The use of information technologies should be intensified through development of projects that solve many of the problems that afflict the Colombian health system. As has been shown, the Electronic Engineering Program of the Surcolombiana University can contribute to the development of the city, the department and the country. The information system here presented ensures the integrity and readability of patient information and makes it possible for information to be available anywhere, regardless of the institution providing health services. The execution of this project is expected to mark the way forward in the department and in the country in terms of the use of computer technologies as an immediate solution to many difficulties of the hospital centers. We hope to generate the basis for future projects that involve a full integration of the different areas of the hospital into robust, effective and reliable hospital information systems. ACKNOWLEDGEMENTS This work was funded by the Surcolombiana University in Colombia through the project with code GI2016ING05. REFERENCES [1] World Health Organization. Diabetes. [On-line]. Descriptive notes, [Accessed October 12, 2016].Available in: [ [2] La Nación. Diabetes, enfermedad de altos costos sociales. [On-line]. La Nación, March 30, [Accessed October 12, 2016]. Available in: [ m/ diabetes-enfermedad-de-altos-costossociales]. [3] Donner, T. W.; Flammer, K. M. Tratamiento de la diabetes en el hospital. Clínicas Médicas de Norteamérica. ELSEVIER Saunders, 2008, 92(1): [4] San Vicente Fundación. Guía para el automonitoreo de la glucemia. [On-line]. Vida sana, cuidados del paciente, [Accessed June 19, 2016]. Available in: [ [5] Care2x Team. The open source hospital information system. [On-line]. About Care2x, [Consultado el 20 de octubre de 2016]. Available in: [ 4187

7 [6] INTRAMED. Sistemas de información hospitalaria. [On-line]. Informatización hospitalaria, [AccessedOctober20, 2016]. Available in: [ ID=44061]. [7] Gobierno Del Estado De Sonora. Sigho. [On-line]. SIES Sistema de Información Estratégica en Salud, [AccessedOctober20, 2016]. Available in: [ [8] OAuth. [AccessedNovember 20, 2016]Available in: [ [9] MirthConnect. [AccessedNovember20, 2016]Available in: [ 4188

Table of Contents. Contour Diabetes App User Guide

Table of Contents. Contour Diabetes App User Guide Table of Contents Introduction... 3 About the CONTOUR Diabetes App... 3 System and Device Requirements... 3 Intended Use... 3 Getting Started... 3 Downloading CONTOUR... 3 Apple... 3 Android... 4 Quick

More information

Contour Diabetes app User Guide

Contour Diabetes app User Guide Contour Diabetes app User Guide Contents iii Contents Chapter 1: Introduction...5 About the CONTOUR DIABETES app...6 System and Device Requirements...6 Intended Use...6 Chapter 2: Getting Started...7

More information

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use

OneTouch Reveal Web Application. User Manual for Healthcare Professionals Instructions for Use OneTouch Reveal Web Application User Manual for Healthcare Professionals Instructions for Use Contents 2 Contents Chapter 1: Introduction...4 Product Overview...4 Intended Use...4 System Requirements...

More information

Content Part 2 Users manual... 4

Content Part 2 Users manual... 4 Content Part 2 Users manual... 4 Introduction. What is Kleos... 4 Case management... 5 Identity management... 9 Document management... 11 Document generation... 15 e-mail management... 15 Installation

More information

University of Toronto. Final Report. myacl. Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah. Professor: Jonathan Rose

University of Toronto. Final Report. myacl. Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah. Professor: Jonathan Rose University of Toronto Final Report myacl Student: Alaa Abdulaal Pirave Eahalaivan Nirtal Shah Professor: Jonathan Rose April 8, 2015 Contents 1 Goal & Motivation 2 1.1 Background..............................................

More information

Instructor Guide to EHR Go

Instructor Guide to EHR Go Instructor Guide to EHR Go Introduction... 1 Quick Facts... 1 Creating your Account... 1 Logging in to EHR Go... 5 Adding Faculty Users to EHR Go... 6 Adding Student Users to EHR Go... 8 Library... 9 Patients

More information

Share/Follow. User Guide. A feature of Dexcom G5 Mobile CGM System

Share/Follow. User Guide. A feature of Dexcom G5 Mobile CGM System Share/Follow User Guide A feature of Dexcom G5 Mobile CGM System IMPORTANT USER INFORMATION Please review your product instructions before using your continuous glucose monitoring system. Contraindications,

More information

LiteLink mini USB. Diatransfer 2

LiteLink mini USB. Diatransfer 2 THE ART OF MEDICAL DIAGNOSTICS LiteLink mini USB Wireless Data Download Device Diatransfer 2 Diabetes Data Management Software User manual Table of Contents 1 Introduction... 3 2 Overview of operating

More information

Immunization Reporting and Clinical Decision Support via SOA. Mike Suralik Project Manager HLN Consulting, LLC. June 4, 2009

Immunization Reporting and Clinical Decision Support via SOA. Mike Suralik Project Manager HLN Consulting, LLC. June 4, 2009 Immunization Reporting and Clinical Decision Support via SOA Mike Suralik Project Manager June 4, 2009 1 Introduction Public health agencies have unique assets (e.g. data and algorithms) that can and should

More information

User Guide. December_2018

User Guide. December_2018 User Guide December_2018 CONTENTS Contents 03 04 06 07 10 1 1 1 2 1 3 1 4 15 16 1 7 18 Download and Install Create an account Main Screen New Log My Logbook Charts Menu Profile and configuration Carbs

More information

UpToDate Anywhere. Registration Guide. This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current

UpToDate Anywhere. Registration Guide. This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current When you have to be right UpToDate Anywhere Registration Guide This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current www.uptodate.com www.wolterskluwer.com Your

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

New Mexico Retiree Health Care Authority Medicare Part D Prescription Drug Program Express Scripts Holding Company. All Rights Reserved.

New Mexico Retiree Health Care Authority Medicare Part D Prescription Drug Program Express Scripts Holding Company. All Rights Reserved. New Mexico Retiree Health Care Authority Medicare Part D Prescription Drug Program 1 About Express Scripts Express Scripts is RHCA s chosen partner for administering your prescription plan We are a leading

More information

SAGE. Nick Beard Vice President, IDX Systems Corp.

SAGE. Nick Beard Vice President, IDX Systems Corp. SAGE Nick Beard Vice President, IDX Systems Corp. Sharable Active Guideline Environment An R&D consortium to develop the technology infrastructure to enable computable clinical guidelines, that will be

More information

OneTouch Reveal Web Application. User Manual for Patients Instructions for Use

OneTouch Reveal Web Application. User Manual for Patients Instructions for Use OneTouch Reveal Web Application User Manual for Patients Instructions for Use Contents 2 Contents Chapter 1: Introduction...3 Product Overview...3 Intended Use...3 System Requirements... 3 Technical Support...3

More information

Senior Design Project

Senior Design Project Senior Design Project Project short-name: YouTalkWeSign Low-Level Design Report Abdurrezak Efe, Yasin Erdoğdu, Enes Kavak, Cihangir Mercan Supervisor:Hamdi Dibeklioğlu Jury Members: Varol Akman, Mustafa

More information

Phone Number:

Phone Number: International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 1589 Multi-Agent based Diagnostic Model for Diabetes 1 A. A. Obiniyi and 2 M. K. Ahmed 1 Department of Mathematic,

More information

Agile Product Lifecycle Management for Process

Agile Product Lifecycle Management for Process Nutrition Surveillance Management User Guide Release 5.2.1 Part No. E13901-01 September 2008 Copyrights and Trademarks Copyright 1995, 2008, Oracle Corporation and/or its affiliates. All rights reserved.

More information

Data Management System (DMS) User Guide

Data Management System (DMS) User Guide Data Management System (DMS) User Guide Eversense and the Eversense logo are trademarks of Senseonics, Incorporated. Other brands and their products are trademarks or registered trademarks of their respective

More information

Omnitest : 2013

Omnitest : 2013 ISO 15197: 2013 Omnitest 3 Blood Glucose Monitoring System Omnitest 3 Could it be easier? After strip insertion, Omnitest 3 is ready for the measurement. The code is set automatically. Only 0.3 µl sample

More information

Gocap System User s Guide

Gocap System User s Guide Gocap System User s Guide Hello! This User's Guide will help you get started using Gocap. Gocap is an aid to help you in effective management of your diabetes. Before you begin using the Gocap system,

More information

GLOOKO DREAMED FOR ANDROID USER GUIDE

GLOOKO DREAMED FOR ANDROID USER GUIDE GLOOKO DREAMED FOR ANDROID USER GUIDE November 2018 IFU-0017 02 TABLE OF CONTENTS TABLE OF CONTENTS GENERAL INFORMATION... 2 Product Description... 2 Glooko Intended Use... 2 Dreamed Intended Use... 2

More information

the best of care Managing diabetes with the FORA Diamond MINI and tools from Discovery Health Medical Scheme

the best of care Managing diabetes with the FORA Diamond MINI and tools from Discovery Health Medical Scheme the best of care 2014 Managing diabetes with the FORA Diamond MINI and tools from Discovery Health Medical Scheme contents What this document is about This document gives an overview of the FORA Diamond

More information

Diabetes Management App. Instruction Manual

Diabetes Management App. Instruction Manual Diabetes Management App Instruction Manual Accu-Chek Connect Diabetes Management App Overview The Accu-Chek Connect diabetes management app (hereafter referred to as the app) is designed to help you: Transfer

More information

Let s get started with the OneTouch Reveal web app

Let s get started with the OneTouch Reveal web app Let s get started with the Step-by-Step Guide Your step-by-step guide to setting up and using the with the OneTouch Reveal mobile app The supporting you and your patients throughout their journey Designed

More information

People with type 1 diabetes and Do It Yourself (DIY) technology solutions ABOUT THIS POSITION STATEMENT

People with type 1 diabetes and Do It Yourself (DIY) technology solutions ABOUT THIS POSITION STATEMENT Position Statement People with type 1 diabetes and Do It Yourself (DIY) technology solutions ABOUT THIS POSITION STATEMENT Diabetes Australia believes that people with diabetes should have choice and access

More information

The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd

The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd mycopd universal guidance The product website contains useful information and videos that cover both the patient and the clinician interfaces for mycopd https://mymhealth.com/mymhealth/mycopd The clinician

More information

Complex just became comfortable.

Complex just became comfortable. Complex just became comfortable. DENTRIX ENTERPRISE Work Well With Others To serve your community, your clinic must work well with others other providers, other clinics, other organizations. To be effective,

More information

Elemental Kinection. Requirements. 2 May Version Texas Christian University, Computer Science Department

Elemental Kinection. Requirements. 2 May Version Texas Christian University, Computer Science Department Elemental Kinection Requirements Version 2.1 2 May 2016 Elemental Kinection Requirements i Revision History All revision history listed below. Version Change Summary Date 1.0 Initial Draft 10 November

More information

Senior Design Project

Senior Design Project Senior Design Project Project short-name: YouTalkWeSign ( https://youtalkwesign.com ) Final Report Abdurrezak Efe, Yasin Erdoğdu, Enes Kavak, Cihangir Mercan Supervisor: Hamdi Dibeklioğlu Jury Members:

More information

Cortex Gateway 2.0. Administrator Guide. September Document Version C

Cortex Gateway 2.0. Administrator Guide. September Document Version C Cortex Gateway 2.0 Administrator Guide September 2015 Document Version C Version C of the Cortex Gateway 2.0 Administrator Guide had been updated with editing changes. Contents Preface... 1 About Cortex

More information

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM

CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 87 CHAPTER 6 DESIGN AND ARCHITECTURE OF REAL TIME WEB-CENTRIC TELEHEALTH DIABETES DIAGNOSIS EXPERT SYSTEM 6.1 INTRODUCTION This chapter presents the design and architecture of real time Web centric telehealth

More information

GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell. Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz

GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell. Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz GET SWOLE - Final Report Dartmouth College, COSC 65 Professor Andrew Campbell Designed by Cameron Price, Andrew Pillsbury & Patricia Neckowicz Website: http://getswoleapp.weebly.com/ Google Play: https://play.google.com/store/apps/details?id=cs65s14.dartmouth.get_swole

More information

Nokia Health Mate app

Nokia Health Mate app Your Activity Tracker and Life Coach User Guide EN - 1 Table of Contents What is the?...3 Requirements 3 Smartphone or device 3 Installing the app...4 Accounts 4 App Navigation...7 The Timeline 7 Dashboard

More information

Immunization Scheduler Quick Start Guide

Immunization Scheduler Quick Start Guide Immunization Scheduler Quick Start Guide The Scheduler About This Tool This 2017 Catch-Up Immunization Scheduler tool uses a child's birth date and vaccination history to automatically create a personalized

More information

Live life, less complicated. InPen MOBILE APP. Healthcare Provider INSTRUCTIONS FOR USE. CompanionMedical.com

Live life, less complicated. InPen MOBILE APP. Healthcare Provider INSTRUCTIONS FOR USE. CompanionMedical.com InPen MOBILE APP Healthcare Provider INSTRUCTIONS FOR USE TABLE OF CONTENTS Introduction...3 InPen Mobile App...3 Intended Use...3 Indications for Use...3 Contraindications...3 Start Orders...4 General

More information

RESULTS REPORTING MANUAL. Hospital Births Newborn Screening Program June 2016

RESULTS REPORTING MANUAL. Hospital Births Newborn Screening Program June 2016 RESULTS REPORTING MANUAL Hospital Births Newborn Screening Program June 2016 CONTENTS GETTING STARTED... 1 Summary... 1 Logging In... 1 Access For New Hires... 2 Reporting Parental Refusals... 3 Adding

More information

myphonak app User Guide

myphonak app User Guide myphonak app User Guide Getting started myphonak is an app developed by Sonova, the world leader in hearing solutions based in Zurich, Switzerland. Read the user instructions thoroughly in order to benefit

More information

An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration. Dr Zachary Tan

An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration. Dr Zachary Tan An Oncology Digital Companion for Patient-Reported Outcomes with Electronic Health Record Integration Dr Zachary Tan A Diagnosis Of Cancer Is Devastating Shocked Confused Disorganized Alone The Digital

More information

Blood Glucose Monitoring System. Copyright 2016 Ascensia Diabetes Care Holdings AG diabetes.ascensia.com

Blood Glucose Monitoring System. Copyright 2016 Ascensia Diabetes Care Holdings AG diabetes.ascensia.com Viewing test results in My Readings The CONTOUR DIABETES app captures all your blood glucose readings to create personalized patterns and trends, so you can see how your daily activities impact your results.

More information

New York State Immunization Information System (NYSIIS) New York State Department of Health. Digital Government: Government to Business (G to B)

New York State Immunization Information System (NYSIIS) New York State Department of Health. Digital Government: Government to Business (G to B) New York State Immunization Information System (NYSIIS) New York State Department of Health Digital Government: Government to Business (G to B) 1 Executive Summary The New York State Immunization Information

More information

UpToDate Anywhere. Registration Guide. This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current

UpToDate Anywhere. Registration Guide. This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current When you have to be right UpToDate Anywhere Registration Guide This Registration Guide outlines how to: Register for a free account Access UpToDate Stay current www.uptodate.com www.wolterskluwer.com Fast

More information

Therapy Management Software for Diabetes

Therapy Management Software for Diabetes TM CareLink TM ipro Therapy Management Software for Diabetes User Guide 6026112-015_a REF MMT-7340 2017 Medtronic MiniMed, Inc. All rights reserved. ipro and CareLink are registered trademarks of Medtronic

More information

Ambulatory Artificial Pancreas Platform (AAPP) User Manual

Ambulatory Artificial Pancreas Platform (AAPP) User Manual Ambulatory Artificial Pancreas Platform (AAPP) User Manual Welcome to the Artificial Pancreas User Manual. This manual is intended to teach you how to use the system in your clinical trial. If questions

More information

Designing Online Diabetes Diagnosis System Based On Chinese Health Information Platform

Designing Online Diabetes Diagnosis System Based On Chinese Health Information Platform , March 15-17, 2017, Hong Kong Designing Online Diabetes Diagnosis System Based On Chinese Health Information Platform Kaiyu Wan, Suming You, and Yiqi Fang Abstract Providing high quality health care to

More information

GLOOKO FOR ios MIDS USER GUIDE

GLOOKO FOR ios MIDS USER GUIDE GLOOKO FOR ios MIDS USER GUIDE October 2018 IFU-0001 13 Glooko MIDS is cleared for US only Rx only TABLE OF CONTENTS TABLE OF CONTENTS MOBILE INSULIN DOSING SYSTEM (MIDS)... 2 Intended Use... 2 Warnings...

More information

USER GUIDE: NEW CIR APP. Technician User Guide

USER GUIDE: NEW CIR APP. Technician User Guide USER GUIDE: NEW CIR APP. Technician User Guide 0 Table of Contents 1 A New CIR User Interface Why?... 3 2 How to get started?... 3 3 Navigating the new CIR app. user interface... 6 3.1 Introduction...

More information

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3

THIM User Manual 1.0 GETTING STARTED 3 WHAT YOU LL FIND IN THE BOX 3 User Manual THIM is not a medical device. The information contained in this document is not intended to be used as medical information or as a substitute for your own health professional s advice. As a

More information

Optimal Design: Bekesy Test for Mobile

Optimal Design: Bekesy Test for Mobile Optimal Design: Bekesy Test for Mobile By Samir Dahmani Team 2: Joseph Wolanski, Nihit Mody, Samir Dahmani Client 19: Douglas Oliver, 263 Farmington Avenue, Farmington September 19 th 2012 1. Optimal Design

More information

SMARTLOG. User's Manual V 2.2

SMARTLOG. User's Manual V 2.2 SMARTLOG User's Manual V 2.2 PGZ1E3004 REV11 03/2016 SmartLog User's Manual 2016 i-sens. All rights reserved. Microsoft Windows, Mac OS X are registered trademarks of Microsoft Corporation and Apple Inc.

More information

Set Up SOS Video Chat and Screen-Sharing

Set Up SOS Video Chat and Screen-Sharing Set Up SOS Video Chat and Screen-Sharing Salesforce, Spring 17 @salesforcedocs Last updated: March 11, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Data Management System (DMS) User Guide

Data Management System (DMS) User Guide Data Management System (DMS) User Guide Eversense and the Eversense logo are trademarks of Senseonics, Incorporated. Other brands and their products are trademarks or registered trademarks of their respective

More information

TMWSuite. DAT Interactive interface

TMWSuite. DAT Interactive interface TMWSuite DAT Interactive interface DAT Interactive interface Using the DAT Interactive interface Using the DAT Interactive interface... 1 Setting up the system to use the DAT Interactive interface... 1

More information

GLUCOMETER: High Level Design

GLUCOMETER: High Level Design Fall 2014 High Level Design 1 GLUCOMETER: High Level Design Electrical Engineers: Michael Williams, Christopher Homa, Matthew Henne Mechanical Engineer: Ish Amagashie Software Engineer: Sofyan Saputra

More information

My Fitness Pal Health & Fitness Tracker A User s Guide

My Fitness Pal Health & Fitness Tracker A User s Guide My Fitness Pal Health & Fitness Tracker A User s Guide By: Angela McCall Introduction My Fitness Pal is an online diet, health, and fitness tracker that allows you to track your nutrition and fitness goals

More information

Alexandra DiLuca Term Project 3 Report. Introduction

Alexandra DiLuca Term Project 3 Report. Introduction Alexandra DiLuca Term Project 3 Report Introduction The Epilepsy Monitoring System is intended to make life easier and safer for patients suffering from epilepsy. The system is compound of main components

More information

TruHearing app - Tinnitus Manager user guide

TruHearing app - Tinnitus Manager user guide TruHearing app - Tinnitus Manager user guide Introduction Congratulations on downloading your TruHearing app. The app is made to enhance your hearing experience and enable you to get more out of your hearing

More information

SAP Hybris Academy. Public. February March 2017

SAP Hybris Academy. Public. February March 2017 SAP Hybris Academy Public February March 2017 Agenda Introduction SAP Hybris Academy Overview Java Knowledge Needed for SAP Hybris Development HY200 SAP Hybris Commerce Functional Analyst: Course Content

More information

Data Management System (DMS) User Guide

Data Management System (DMS) User Guide Data Management System (DMS) User Guide Eversense and the Eversense logo are trademarks of Senseonics, Incorporated. Other brands and their products are trademarks or registered trademarks of their respective

More information

Mobile App User Guide

Mobile App User Guide Mobile App User Guide Contents 2 Contents Introduction... 4 OneTouch Reveal mobile app... 4 Supported Devices and System Requirements...4 Android Legal Notice... 4 Google Play Legal Notice...4 Bluetooth

More information

POPULATION TRACKER - DREAMED USER GUIDE

POPULATION TRACKER - DREAMED USER GUIDE POPULATION TRACKER - DREAMED USER GUIDE November 2018 IFU-0011 05 TABLE OF CONTENTS TABLE OF CONTENTS GENERAL INFORMATION... 1 Product Description... 1 Glooko Intended Use... 1 DreaMed Intended Use...

More information

mysugr App Manual 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs.

mysugr App Manual 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs. mysugr App Manual Version: 3.32_iOS - 11/04/2017 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs. Handy photo function (multiple pics per entry). Exciting

More information

We, at Innovatech Group, have designed xtrack, an easy-to-use workout application that tracks the fitness progress of the user, asking the user to

We, at Innovatech Group, have designed xtrack, an easy-to-use workout application that tracks the fitness progress of the user, asking the user to 2 We, at Innovatech Group, have designed xtrack, an easy-to-use workout application that tracks the fitness progress of the user, asking the user to input information before and after each workout session.

More information

diasend mobile app for patients

diasend mobile app for patients diasend mobile app for patients Contents About the diasend mobile app... 3 Download the app... 4 Log in or create new account... 4 After logging in... 5 Scorecard... 6 About your Scorecard... 7 Reports...

More information

BLOODPRESSURE & PULSE App for iphone, ipad and ipod USER GUIDE. App Version 2.2

BLOODPRESSURE & PULSE App for iphone, ipad and ipod USER GUIDE. App Version 2.2 App for iphone, ipad and ipod USER GUIDE App Version 2.2 Table of contents Description 3-4 Views 5 Enter your measurements 6 Summary of your values 7 Stages of Hypertension 8 Statistics 9-10 Diary Logs

More information

mysugr App Manual 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs.

mysugr App Manual 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs. mysugr App Manual Version: 3.42_iOS - 2018-01-29 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs. Handy photo function (multiple pics per entry). Exciting

More information

POPULATION TRACKER MIDS USER GUIDE

POPULATION TRACKER MIDS USER GUIDE POPULATION TRACKER MIDS USER GUIDE December 2018 IFU-0003 14 TABLE OF CONTENTS TABLE OF CONTENTS... 1 Intended Use... 1 Warnings... 1 Contraindications... 1 Compatible Browsers... 2 Treatment Plan Templates

More information

ReSound Forte and ReSound Smart 3D App For Android Users Frequently Asked Questions

ReSound Forte and ReSound Smart 3D App For Android Users Frequently Asked Questions ReSound Forte and ReSound Smart 3D App For Android Users Frequently Asked Questions GENERAL Q. I have an Android phone. Can I use ReSound Forte? Q. What Android devices are compatible with ReSound Forte

More information

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER www.accuniq.com BC380 The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER Multi-Frequency Segmental Body Composition Analysis using BIA Technology 02 Product Introduction ACCUNIQ BC380

More information

Student Guide to EHR Go

Student Guide to EHR Go Student Guide to EHR Go I. Introduction... 1 II. Quick Facts... 1 III. Creating your Account... 1 IV. Applying Your Subscription... 4 V. Logging in to EHR Go... 7 VI. Library... 8 VII. Receiving Assignments

More information

Team 6 - Green Prep. Project Synopsis. Project Description. Introduction. Problem: Objective:

Team 6 - Green Prep. Project Synopsis. Project Description. Introduction. Problem: Objective: Team 6 - Green Prep Jules Garrett, Coltyn Gatton, Katie Hrenchir, Austin Juhl, Menita Vedantam Project Synopsis Meal preparation web application that determines the optimal serving sizes of user selected

More information

Interpreting the charts & graphs

Interpreting the charts & graphs Report reference guide mg/dl The diasend solution Interpreting the charts & graphs diasend is a universal cloud-based diabetes data management system, that enables you to upload data from meters, pumps

More information

A Portable Smart Band Implementation for Heart Patients in Critical Conditions

A Portable Smart Band Implementation for Heart Patients in Critical Conditions A Portable Smart Band Implementation for Heart Patients in Critical Conditions Supreeth Ravi 1, Student CSE Department PESIT Bangalore South Campus, Bangalore, Karnataka, India Aditi Anomita Mohanty 3,

More information

Software Version 2.0. User s Guide

Software Version 2.0. User s Guide Software Version 2.0 User s Guide Table of Contents Contents Contents Important Information About Your FreeStyle Auto-Assist Software...1 Intended Use...1 System Requirements...1 Connecting to your Abbott

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS This document contains some of the most frequently asked questions about Nutrition Clubs. For more details, please refer to the Nutrition Club Rules in your Herbalife Member Pack (HMP) or on MyHerbalife.com.

More information

Thrive Hearing Control Application

Thrive Hearing Control Application Thrive Hearing Control Application Android Advanced Current Memory Thrive Assistant Settings User Guide Connection Status Edit Memory/Geotag Body Score Brain Score Thrive Wellness Score Heart Rate Mute

More information

SleepImage Website Instructions for Use

SleepImage Website Instructions for Use SleepImage Website Instructions for Use Wellness Clinician Account Version 1 MyCardio SleepImage Website Copyright 2017 MyCardio. All rights reserved. Distributed by MyCardio LLC Issued Sept, 2017 Printed

More information

Quick Reference Guide. Sensor Smart Transmitter Mobile App

Quick Reference Guide. Sensor Smart Transmitter Mobile App Quick Reference Guide Sensor Smart Transmitter Mobile App Refer to the Eversense CGM User Guide for more detailed information. For a Spanish version of the User Guide and Quick Reference Guide, please

More information

Instruction Manual Wellness Coach - Sleep

Instruction Manual Wellness Coach - Sleep Instruction Manual Wellness Coach - Sleep V1.4 JUNE 2018 TABLE OF CONTENTS INSTALL THE MOBILE APP WELLNESS COACH SLEEP...4 LOGIN TO WELLNESS COACH SLEEP...5 Login with a Wellness Coach Health account...5

More information

USERS GROUP AGENDA 2014

USERS GROUP AGENDA 2014 TIMS AUDIOLOGY SOFTWARE USERS GROUP AGENDA 2014 THURSDAY, JUNE 26 8:30 am 9:00 am Opening Welcome 9:10 am 10:00 am Overview/Business Model 10:10 am 11:00 am Appointments 11:10 am 12:00 pm Patient History/Charting

More information

Helping Australians make smart health choices

Helping Australians make smart health choices Helping Australians make smart health choices Introducing the new healthdirect app Introducing the new healthdirect app CONTENTS Overview 4 About us 4 Our healthdirect service 5 Clinical governance 6

More information

USING THE MINIMED 670G SYSTEM. Instructions for the Experienced MiniMed 630G System User

USING THE MINIMED 670G SYSTEM. Instructions for the Experienced MiniMed 630G System User USING THE MINIMED 670G SYSTEM Instructions for the Experienced MiniMed 630G System User This is a supplemental guide. For complete instructions and safety information, please see your MiniMed 670G System

More information

MNSCREEN TRAINING MANUAL Hospital Births Newborn Screening Program October 2015

MNSCREEN TRAINING MANUAL Hospital Births Newborn Screening Program October 2015 MNSCREEN TRAINING MANUAL Hospital Births Newborn Screening Program October 2015 CONTENTS PART 1: GETTING STARTED... 2 Logging In... 2 Access for New Hires... 2 Reporting Refusals... 3 Adding Patient Records...

More information

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch Index Technology Index Description Function of Hart attack Device Function of Hypoglycemia Device Abut Us Technology1 Technology2 Warning Sale Make a Smart IT & BT Devices for Future Warning for Heart

More information

COLUMBIA UNIVERSITY INSTITUTIONAL REVIEW BOARD GUIDANCE ON ELECTRONIC INFORMED CONSENT

COLUMBIA UNIVERSITY INSTITUTIONAL REVIEW BOARD GUIDANCE ON ELECTRONIC INFORMED CONSENT COLUMBIA UNIVERSITY INSTITUTIONAL REVIEW BOARD GUIDANCE ON ELECTRONIC INFORMED CONSENT I. BACKGROUND Electronic consenting ( e-consenting ) is the use of electronic systems and processes, whether in person

More information

RELEASED. Clearing your active insulin

RELEASED. Clearing your active insulin To clear all your settings: 1. Make sure the pump is not connected to your body. 2. Go to the Manage Settings screen. Menu > Utilities > Manage Settings 3. Simultaneously press and hold and until the Manage

More information

Oa Framework Beginners Guide File File Type

Oa Framework Beginners Guide File File Type We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with oa framework beginners

More information

Online Journal for Weightlifters & Coaches

Online Journal for Weightlifters & Coaches Online Journal for Weightlifters & Coaches WWW.WL-LOG.COM Genadi Hiskia Dublin, October 7, 2016 WL-LOG.com Professional Online Service for Weightlifters & Coaches Professional Online Service for Weightlifters

More information

Sleep Apnea Therapy Software Clinician Manual

Sleep Apnea Therapy Software Clinician Manual Sleep Apnea Therapy Software Clinician Manual Page ii Sleep Apnea Therapy Software Clinician Manual Notices Revised Notice Trademark Copyright Sleep Apnea Therapy Software Clinician Manual 103391 Rev A

More information

Drivers have GPS. Dialysis Patients have. Making possible personal.

Drivers have GPS. Dialysis Patients have. Making possible personal. Drivers have GPS Dialysis Patients have with The Amia System with Sharesource Connectivity Platform. For step-by-step navigation of home peritoneal dialysis. Please see indications for use on the back

More information

Alternative Communication Solution for People with Autism (Can also be used by People Having Cerebral Palsy, Apraxia and Down Syndrome.

Alternative Communication Solution for People with Autism (Can also be used by People Having Cerebral Palsy, Apraxia and Down Syndrome. IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 09 February 2016 ISSN (online): 2349-6010 Alternative Communication Solution for People with Autism (Can also

More information

Development of a Model and a Mobile Computing Framework for Effective Self-

Development of a Model and a Mobile Computing Framework for Effective Self- Development of a Model and a Mobile Computing Framework for Effective Self- Management of Type II Diabetes Jay Urbain, PhD urbain@msoe.edu Electrical Engineering and Computer Science Department Milwaukee

More information

Texas ereferral Project with Lonestar Circle of Care, NextGen, Alere Wellbeing and University of Texas at Austin Update Date: October 2014

Texas ereferral Project with Lonestar Circle of Care, NextGen, Alere Wellbeing and University of Texas at Austin Update Date: October 2014 ereferral Project Summary Please describe the purpose / goals for your ereferral project. Give a description of the health care provider/system, why/how they were selected, and other relevant information.

More information

mysugr App Manual Version: 3.44_Android

mysugr App Manual Version: 3.44_Android mysugr App Manual Version: 3.44_Android - 2018-02-14 1 Getting started 1.1 Key features Quick and easy data entry. Smart search. Neat and clear graphs. Handy photo function (multiple pics per entry). Exciting

More information

Connectivity guide for. BeMore app

Connectivity guide for. BeMore app Connectivity guide for BeMore app Compatible AGXR aids These AGXR aids work with the BeMore app. If you re in doubt, please ask your hearing care professional. Table of contents Introduction to AGXR hearing

More information

MYFITNESSPAL: SETTING UP AN ACCOUNT

MYFITNESSPAL: SETTING UP AN ACCOUNT MYFITNESSPAL: SETTING UP AN ACCOUNT MYFITNESSPAL: SETTING UP AN ACCOUNT METHOD 1: FROM THE WEBSITE Setting up a MyFitnessPal account is a simple process. You can do it either from the website on your Mac

More information

Connectivity guide for ReSound Smart 3D app

Connectivity guide for ReSound Smart 3D app Connectivity guide for ReSound Smart 3D app Table of contents Introduction to ReSound Smart Hearing Aids... 3 Mobile Devices that Work with ReSound Smart Hearing Aids... 3 Connectivity and ReSound Smart

More information

A&M Care Prescription Drug Program Express Scripts Holding Company. All Rights Reserved.

A&M Care Prescription Drug Program Express Scripts Holding Company. All Rights Reserved. A&M Care 2018 2019 Prescription Drug Program 1 Prescription Drug Benefits Annual Deductible Out of Pocket Maximum Access Options Retail 30 Day Supply: Refills allowed as prescribed. (Good option for new

More information

User Manual. RaySafe i2 dose viewer

User Manual. RaySafe i2 dose viewer User Manual RaySafe i2 dose viewer 2012.03 Unfors RaySafe 5001048-A All rights are reserved. Reproduction or transmission in whole or in part, in any form or by any means, electronic, mechanical or otherwise,

More information

Sleep Apnea Therapy Software User Manual

Sleep Apnea Therapy Software User Manual Sleep Apnea Therapy Software User Manual Page ii Notices Revised Notice Trademark Copyright 103392 Rev B Published February 8, 2013 and supersedes all previous versions. The information contained in this

More information