What s New in ResearchKit and CareKit

Size: px
Start display at page:

Download "What s New in ResearchKit and CareKit"

Transcription

1 Session App Frameworks #WWDC17 What s New in ResearchKit and CareKit 232 Samantha Mravca, Health Team 2017 Apple Inc. All rights reserved. Redistribution or public display not permitted without written permission from Apple.

2 ResearchKit

3 ResearchKit CareKit

4 ResearchKit CareKit HealthKit

5

6

7

8

9

10 MyAsthma

11

12 Itch Tracker

13

14 emojifit Diabetes

15

16 PPD ACT

17 PPD ACT

18 Sharp HealthCare PPD ACT

19

20

21

22 New features

23 New features CareKit prototyping tool

24 New features CareKit prototyping tool Community collaboration

25 New Features ResearchKit

26 Tone Audiometry

27 Tone Audiometry Hearing test

28 Tone Audiometry Hearing test Different audio frequencies

29 Tone Audiometry Hearing test Different audio frequencies Left and right channels

30 Tone Audiometry Hearing test Different audio frequencies Left and right channels Progressive increase in volume

31 Tone Audiometry Hearing test Different audio frequencies Left and right channels Progressive increase in volume Left and right buttons

32 Stroop

33 Stroop Selective attention

34 Stroop Selective attention Concordant

35 Stroop Selective attention Concordant and discordant

36 Stroop Selective attention Concordant and discordant Returns Pass/Fail

37 Stroop Selective attention Concordant and discordant Returns Pass/Fail Time to complete

38 Trail Making Test Contributor: Faraz Hussain

39 Trail Making Test Visual attention Contributor: Faraz Hussain

40 Trail Making Test Visual attention Task switching Contributor: Faraz Hussain

41 Trail Making Test Visual attention Task switching Connect series Contributor: Faraz Hussain

42 Range of Motion Contributors: Darren Levy, Dr. Raj Karia, John Guydo

43 Range of Motion Flexed and extended Contributors: Darren Levy, Dr. Raj Karia, John Guydo

44 Range of Motion Flexed and extended Touch anywhere active task Contributors: Darren Levy, Dr. Raj Karia, John Guydo

45 Range of Motion Flexed and extended Touch anywhere active task Accelerometer and gyroscope Contributors: Darren Levy, Dr. Raj Karia, John Guydo

46 Range of Motion Flexed and extended Touch anywhere active task Accelerometer and gyroscope Shoulder Contributors: Darren Levy, Dr. Raj Karia, John Guydo

47 Range of Motion Flexed and extended Touch anywhere active task Accelerometer and gyroscope Shoulder and knee Contributors: Darren Levy, Dr. Raj Karia, John Guydo

48 Contributor: Oliver Shcaefer

49 ResearchKit

50 ResearchKit New features NEW Tone Audiometry Stroop Trail Making Range of Motion Video Instruction Step Digital Object Identifier

51 New Features CareKit

52 Care Card

53 Care Card Symptom Tracker

54 Care Card Symptom Tracker Insights

55 Care Card Symptom Tracker Insights Connect

56 Care Card Symptom Tracker Insights Connect

57 Care Card Symptom Tracker Insights Connect

58 Care Contents Insights Connect

59

60

61

62

63 8:28

64 // Set the view controller glyph type and color let viewcontroller = OCKCareContentsViewController(carePlanStore: store) viewcontroller.glyphtype =.heart viewcontroller.glyphtintcolor =.red

65

66

67

68

69

70

71

72

73

74

75

76

77 // Setting Activity as Optional let ibuprofenintervention = OCKCarePlanActivity.intervention(withIdentifier: ibuprofen, groupidentifier: Pain Medication, title: Ibuprofen, text: 800 mg, tintcolor:.green, instructions: Take ibuprofen as needed for pain, imageurl: nil, schedule: schedule, userinfo: nil, optional: true)

78 // Setting Activity as Optional let ibuprofenintervention = OCKCarePlanActivity.intervention(withIdentifier: ibuprofen, groupidentifier: Pain Medication, title: Ibuprofen, text: 800 mg, tintcolor:.green, instructions: Take ibuprofen as needed for pain, imageurl: nil, schedule: schedule, userinfo: nil, optional: true)

79 // Initializing a read only activity let recommendations = OCKCarePlanActivity.readOnly(withIdentifier: readonlyactivity, groupidentifier: Recommendations, title: Avoid Alcohol, text: Until next appointment, instructions: Alcohol may increase chance of migraine, imageurl: nil, schedule: schedule, userinfo: nil)

80 // Initializing a read only activity let recommendations = OCKCarePlanActivity.readOnly(withIdentifier: readonlyactivity, groupidentifier: Recommendations, title: Avoid Alcohol, text: Until next appointment, instructions: Alcohol may increase chance of migraine, imageurl: nil, schedule: schedule, userinfo: nil)

81

82

83 Thresholds NEW

84 % 8 Adherence Numeric

85 // Create Numeric Threshold for Assessment let stressthreshold = OCKCarePlanThreshold.numericThreshold(withValue: NSNumber(value: 7), type:.numericgreaterthan, uppervalue: nil, title: High stress level. Try to do some relaxation exercises to reduce stress. ) // Create Adherence Threshold for Intervention let breathingexercisesthreshold = OCKCarePlanThreshold.adherenceThreshold(withValue: NSNumber(value: 2), title: Don t forget to complete your breathing exercises. )

86 // Create Numeric Threshold for Assessment let stressthreshold = OCKCarePlanThreshold.numericThreshold(withValue: NSNumber(value: 7), type:.numericgreaterthan, uppervalue: nil, title: High stress level. Try to do some relaxation exercises to reduce stress. ) // Create Adherence Threshold for Intervention let breathingexercisesthreshold = OCKCarePlanThreshold.adherenceThreshold(withValue: NSNumber(value: 2), title: Don t forget to complete your breathing exercises. )

87 // Create Numeric Threshold for Assessment let stressthreshold = OCKCarePlanThreshold.numericThreshold(withValue: NSNumber(value: 7), type:.numericgreaterthan, uppervalue: nil, title: High stress level. Try to do some relaxation exercises to reduce stress. ) // Create Adherence Threshold for Intervention let breathingexercisesthreshold = OCKCarePlanThreshold.adherenceThreshold(withValue: NSNumber(value: 2), title: Don t forget to complete your breathing exercises. )

88 // Create Numeric Threshold for Assessment let stressthreshold = OCKCarePlanThreshold.numericThreshold(withValue: NSNumber(value: 7), type:.numericgreaterthan, uppervalue: nil, title: High stress level. Try to do some relaxation exercises to reduce stress. ) // Create Adherence Threshold for Intervention let breathingexercisesthreshold = OCKCarePlanThreshold.adherenceThreshold(withValue: NSNumber(value: 2), title: Don t forget to complete your breathing exercises. )

89 // Create Numeric Threshold for Assessment let stressthreshold = OCKCarePlanThreshold.numericThreshold(withValue: NSNumber(value: 7), type:.numericgreaterthan, uppervalue: nil, title: High stress level. Try to do some relaxation exercises to reduce stress. ) // Create Adherence Threshold for Intervention let breathingexercisesthreshold = OCKCarePlanThreshold.adherenceThreshold(withValue: NSNumber(value: 2), title: Don t forget to complete your breathing exercises. )

90

91

92

93 // Initializing Stress Assessment let stressassessment = OCKCarePlanActivity.assessment(withIdentifier: stress, groupidentifier: Assessments, title: Stress, text: ResearchKit Survey, tintcolor:.purple, resultresettable: false, schedule: schedule, userinfo: nil, optional: false)

94 // Initializing Stress Assessment let stressassessment = OCKCarePlanActivity.assessment(withIdentifier: stress, groupidentifier: Assessments, title: Stress, text: ResearchKit Survey, tintcolor:.purple, resultresettable: false, schedule: schedule, userinfo: nil, optional: false) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red)

95 // Initializing Stress Assessment let stressassessment = OCKCarePlanActivity.assessment(withIdentifier: stress, groupidentifier: Assessments, title: Stress, text: ResearchKit Survey, tintcolor:.purple, resultresettable: false, schedule: schedule, userinfo: nil, optional: false) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red)

96 // Initializing Stress Assessment let stressassessment = OCKCarePlanActivity.assessment(withIdentifier: stress, groupidentifier: Assessments, title: Stress, text: ResearchKit Survey, tintcolor:.purple, resultresettable: false, schedule: schedule, userinfo: nil, optional: false) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red)

97 optional: false) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red)

98 optional: false) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red) // Creating a Widget for Neck Stretches let calculatedpercentage = 67% let neckwidget = OCKPatientWidget.defaultWidget(withTitle: Neck Stretches, text: calculatedpercentage, tintcolor: nil)

99 optional: False) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red) // Creating a Widget for Neck Stretches let calculatedpercentage = 67% let neckwidget = OCKPatientWidget.defaultWidget(withTitle: Neck Stretches, text: calculatedpercentage, tintcolor: nil) // Pass the Widgets When Creating the Insights View Controller let viewcontroller = OCKInsightsViewController(insightsItems: insights, patientwidgets: [stresswidget, neckwidget], thresholds: nil, store: store)

100 optional: False) // Creating a Widget for Stress Assessment let stresswidget = OCKPatientWidget.defaultWidget(withActivityIdentifier: stress, tintcolor:.red) // Creating a Widget for Neck Stretches let calculatedpercentage = 67% let neckwidget = OCKPatientWidget.defaultWidget(withTitle: Neck Stretches, text: calculatedpercentage, tintcolor: nil) // Pass the Widgets When Creating the Insights View Controller let viewcontroller = OCKInsightsViewController(insightsItems: insights, patientwidgets: [stresswidget, neckwidget], thresholds: nil, store: store)

101

102

103

104

105

106

107

108 CareKit

109 CareKit New features NEW Care Contents Thresholds Glyph Assets Widgets Optionality Inbox Read-Only

110 CareKit New features NEW Care Contents Thresholds Glyph Assets Widgets Optionality Inbox Read-Only Bridge API Connecting CareKit to the Cloud Grand Ballroom A Friday 10:00AM

111

112

113 istock ,

114 CareKit Prototyping Tool Srinath Tupil Muralidharan, Software Engineer

115

116

117 Exploration

118 Exploration Wireframes

119 Exploration Wireframes Proposition

120 Exploration Wireframes Proposition Development

121 Development

122 Prototype Development

123

124

125

126

127 type identifier Assessment Pain groupidentifier title text activitystartdate activityenddate occurences optional 06/04/ /12/2019 [ 1,0,1,0,1,0,1 ] NO

128 type identifier groupidentifier title text activitystartdate activityenddate occurences optional Assessment Pain Care Plan Survey Pain (lower back) Scale /04/ /12/2019 [ 1,0,1,0,1,0,1 ] NO

129 type identifier groupidentifier title text activitystartdate activityenddate 06/04/ /12/2019 occurences optional NO

130 type identifier Intervention Acetaminophen groupidentifier title text activitystartdate activityenddate occurences optional 06/04/ /12/2019 [ 3,3,3,3,3,3,3 ] NO

131 type identifier groupidentifier title text activitystartdate activityenddate occurences optional Intervention Acetaminophen Pain Medication Acetaminophen 325mg 06/04/ /12/2019 [ 3,3,3,3,3,3,3 ] NO

132 type identifier groupidentifier title text activitystartdate activityenddate occurences optional Intervention Acetaminophen Pain Medication Acetaminophen 325mg 06/04/ /12/2019 [ 3,3,3,3,3,3,3 ] NO Plist File

133

134

135 title text tintcolor Pain 8 of 10 0xff0000 title text tintcolor Weight 175 lbs 0x0000ff Plist File

136

137 type name relation monogram phone sms facetimevideo facetimeaudio careteam Dr. Maria Ruiz Physician MR Plist File

138 type name relation monogram phone sms facetimevideo careteam Dr. Maria Ruiz Physician MR facetimeaudio Plist File

139 Xcode CareKit Repository

140 Xcode CareKit Repository

141

142 Xcode CareKit Repository

143 Xcode CareKit Repository

144

145

146

147

148

149 Demo Building a custom prototype app

150 CareKit Prototyping Tool

151 CareKit Prototyping Tool Limitations

152 CareKit Prototyping Tool Limitations Prototyping only

153 CareKit Prototyping Tool Limitations Prototyping only No support for custom views

154 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit

155 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit Features

156 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit Features No coding required

157 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit Features No coding required Rapid prototyping

158 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit Features No coding required Rapid prototyping Highly customizable

159 CareKit Prototyping Tool Limitations Prototyping only No support for custom views Cannot integrate with ResearchKit or HealthKit Features No coding required Rapid prototyping Highly customizable Can be leveraged by developers and designers

160

161 Open Source. It s what WE make of it.

162 Collaboration Ideas

163 Collaboration Ideas Population views Researchers Care teams

164 Collaboration Ideas Population views Researchers Care teams EMR Hooks

165 Collaboration Ideas Population views Researchers Care teams EMR Hooks Modules Education Social network Rewards

166 Collaboration Our role

167 Collaboration Our role Accessibility

168 Collaboration Our role Accessibility Localization

169 Collaboration Our role Accessibility Localization QA testing

170 Collaboration Our role Accessibility Localization QA testing Merge into framework

171 Contribute

172 ResearchKit CareKit

173 More Information

174 Related Sessions Connecting CareKit to the Cloud Grand Ballroom A Friday 10:00AM What s New in Health WWDC 2017

175 Labs ResearchKit and CareKit Lab Technology Lab H Fri 11:00AM 1:00PM

176

What s New in Health. App Frameworks #WWDC17. Alexa VanHattum, ios Software Engineer Michael Ozeryansky, ios Software Engineer

What s New in Health. App Frameworks #WWDC17. Alexa VanHattum, ios Software Engineer Michael Ozeryansky, ios Software Engineer Session App Frameworks #WWDC17 What s New in Health 221 Alexa VanHattum, ios Software Engineer Michael Ozeryansky, ios Software Engineer 2017 Apple Inc. All rights reserved. Redistribution or public display

More information

Presented by: Nathan Crone, M.D. and Mackenzie Cervenka, M.D. November 19 th, Innovation via Smart Watch: Meet Johns Hopkins EpiWatch

Presented by: Nathan Crone, M.D. and Mackenzie Cervenka, M.D. November 19 th, Innovation via Smart Watch: Meet Johns Hopkins EpiWatch Presented by: Nathan Crone, M.D. and Mackenzie Cervenka, M.D. November 19 th, 2015 Innovation via Smart Watch: Meet Johns Hopkins EpiWatch Overview Introduction to seizures and epilepsy Mobile applications

More information

Internet of Health. Apps, Wearables, Population Health, and Integrated Care. Jeremy Nelson, CEO Afia Inc.

Internet of Health. Apps, Wearables, Population Health, and Integrated Care. Jeremy Nelson, CEO Afia Inc. Internet of Health Apps, Wearables, Population Health, and Integrated Care Jeremy Nelson, CEO Afia Inc. At a high level 1. New generation of connected devices 2. New models for care delivery 3. New class

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

ELSI ISSUES IN mhealth

ELSI ISSUES IN mhealth ELSI ISSUES IN mhealth S TO R I E S F R O M T H E F R O N T L I N E S Steven Hershman, Ph.D Director of mhealth Department of Cardiovascular Medicine Stanford University What was LifeMap Solutions? Founded

More information

TruLink Hearing Control App User Guide

TruLink Hearing Control App User Guide TruLink Hearing Control App User Guide TruLink Hearing Control App User Guide GET CONNECTED In order to use the TruLink Hearing Control app, you must first pair your hearing aids with your ios device.

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

Transforming Healthcare. From a Managing Sickness Model to a Preserving Wellness Model. A Common Sense Approach to

Transforming Healthcare. From a Managing Sickness Model to a Preserving Wellness Model. A Common Sense Approach to Transforming Healthcare A Common Sense Approach to From Value a Managing Based Care Sickness Transforming Healthcare Model From a Managing to a Sickness Model to a Preserving Wellness Model Preserving

More information

Karen Hirt General Assembly June GoVax IMMUNIZATION RECORDS COMPROBANTE DE IMMUNIZACIÓN. Mobile Manager for Immunization & Travel Vaccines

Karen Hirt General Assembly June GoVax IMMUNIZATION RECORDS COMPROBANTE DE IMMUNIZACIÓN. Mobile Manager for Immunization & Travel Vaccines Karen Hirt General Assembly June 2018 GoVax IMMUNIZATION RECORDS COMPROBANTE DE IMMUNIZACIÓN Mobile Manager for Immunization & Travel Vaccines GoVax Travel vaccines and immunization manager for individuals

More information

CoreX Equine Pro, Version 1.0 November 2017

CoreX Equine Pro, Version 1.0 November 2017 What s Included Minimum Requirements General Principles CoreX Equine Pro, Version 1.0 November 2017 Putting It On Finding Your Neutral Position Sit Tall and Balanced in the Saddle Functions & Set Up Selecting

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

Welcome to the New and Improved Member Website: Now Available to All Diocese Employees!

Welcome to the New and Improved Member Website: Now Available to All Diocese Employees! Welcome to the New and Improved Member Website: Now Available to All Diocese Employees! www.ourhealthylives.org Jeff L. Soileau, MS Health & Wellness Program Manager Key Features Enhanced security features

More information

You can use it to: P90X App for iphone. Product Training Guide

You can use it to: P90X App for iphone. Product Training Guide Product Training Guide P90X App for iphone What is the P90X App for iphone? P90X has evolved. The breakthrough workout program that revolutionized home fitness now has an app that lets you Bring It! on

More information

EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE

EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE Videos integrated in courses must be accessible by all users. An accessible video includes captions, that is a transcript of the audio description

More information

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

Interactive Health HT-140 demo video

Interactive Health HT-140 demo video Interactive Health HT-140 demo video Written by: Robert Brilliant RB Productions Client: ICV Digital Media for Interactive Health, Inc. VIDEO FADE IN: 1. Crane shot of model enjoying HT 270. Establish

More information

The most popular exercises that help to develope the upper body are the push-up, pullup and the dip.

The most popular exercises that help to develope the upper body are the push-up, pullup and the dip. by Anton Beliankou and Malte Breuer, 07.2016 DIP-TRAINER Project Handout Motivation Fitness is one of the considerable aspects of a balanced lifestyle. One of the most useful parts included by fitness

More information

SHOEBOX Audiometry Pro. Quickstart Guide. SHOEBOX Audiometry Pro

SHOEBOX Audiometry Pro. Quickstart Guide. SHOEBOX Audiometry Pro Quickstart Guide 1 Introduction Welcome to your SHOEBOX Audiometry system! This quickstart guide will help you get SHOEBOX up and running, so you can quickly and easily conduct your first tests. Once you

More information

What We ll Do Today. Goal of Capstone. Teams. Accessibility Capstone

What We ll Do Today. Goal of Capstone. Teams. Accessibility Capstone What We ll Do Today Accessibility Capstone Richard Ladner University of Washington Capstone Administration Introductions Disabilities MobileAccessibility Project Ideas for Projects 1 2 Goal of Capstone

More information

San José State University Kinesiology Fall 2018, KIN 30, Pilates

San José State University Kinesiology Fall 2018, KIN 30, Pilates San José State University Kinesiology Fall 2018, KIN 30, Pilates Contact Information Instructor Office Location Telephone Email Office Hours Class Meeting Days/Time Junko Linafelter SPX170 N/A Junko.Linafelter@sjsu.edu

More information

7 HealthKit " Must Knows"

7 HealthKit  Must Knows 7 HealthKit " Must Knows" Anything Apple releases is bound to be eagerly awaited for, talked about, dissected by industry experts and Apple aficionados alike. HealthKit is no exception. With the release

More information

Discover the Accessibility Features of Smartphones! A Wireless Education Seminar for Consumers who are Deaf and Hard-of-Hearing

Discover the Accessibility Features of Smartphones! A Wireless Education Seminar for Consumers who are Deaf and Hard-of-Hearing Discover the Accessibility Features of Smartphones! A Wireless Education Seminar for Consumers who are Deaf and Hard-of-Hearing Who We Are Ben Lippincott Project Director Consumer and Industry Outreach

More information

Quick guide for Oticon Opn & Oticon ON App 1.8.0

Quick guide for Oticon Opn & Oticon ON App 1.8.0 Quick guide for Oticon Opn & Oticon ON App.8.0 Introduction This is a detailed guide to the use of Oticon Opn and the Oticon ON App for Android phones. How to pair Oticon Opn hearing aids with an Android

More information

Quick guide for Oticon Opn & Oticon ON App

Quick guide for Oticon Opn & Oticon ON App Quick guide for Oticon Opn & Oticon ON App Introduction This is a detailed guide to the use of Oticon Opn and the Oticon ON App for Andriod phones. How to pair Oticon Opn hearing aids with an Android phone

More information

Multi-Segmental Rotation Corrective Exercises

Multi-Segmental Rotation Corrective Exercises Multi-Segmental Rotation Corrective Exercises Side Lying Thoracic Rotation keep one knee on a folded pillow or small ball with the hip flexed at least 90 degrees. Place the hand on the stomach/ribs and

More information

Thrive Hearing Control Application

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

More information

BOGSTACLE training guide

BOGSTACLE training guide BOGSTACLE training guide BOGSTACLE is not just a run with a few extra obstacles thrown in the way. Being running fit will help but to avoid getting bogged down on the day you also need to practise being

More information

Getting Started. Learning Guide. with Insulin Pump Therapy. PUMP Foundations. for the MiniMed 530G with Enlite

Getting Started. Learning Guide. with Insulin Pump Therapy. PUMP Foundations. for the MiniMed 530G with Enlite Getting Started with Insulin Pump Therapy for the MiniMed 530G with Enlite Learning Guide PUMP Foundations MiniMed 530G Insulin Pump Settings Form: We recommend that you record all settings on this form

More information

Copyright 2015 Nourish Move Love All Rights Reserved

Copyright 2015 Nourish Move Love All Rights Reserved 30 day workout plan Nourish Move Love, LLC All rights reserved, including the right to reproduce this book or portions thereof in any form unauthorized reproduction, in any manner, is prohibited. Disclaimer:

More information

The Future of Access to Digital Broadcast Video. Session hashtag: #SWDigiAccess

The Future of Access to Digital Broadcast Video. Session hashtag: #SWDigiAccess The Future of Access to Digital Broadcast Video Session hashtag: #SWDigiAccess Panelists Andrew Kirkpatrick, Adobe Systems Craig Cuttner, Home Box Office Shane Feldman, National Association of the Deaf

More information

The ipad and Mobile Devices: Useful Tools for Individuals with Autism

The ipad and Mobile Devices: Useful Tools for Individuals with Autism The ipad and Mobile Devices: Useful Tools for Individuals with Autism Leslie Mullette, OTR/L, ATP Clinical Coordinator / MonTECH MAR Conference October 25, 2012 Purpose of AT Enhance overall understanding

More information

Core stability - advice for lower limb amputees

Core stability - advice for lower limb amputees Core stability - advice for lower limb amputees This leaflet offers more information about core stability. If you have any further questions or concerns, please speak to the staff member in charge of your

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

Quick guide for Oticon Opn & Oticon ON App 1.8.0

Quick guide for Oticon Opn & Oticon ON App 1.8.0 Quick guide for Oticon Opn & Oticon ON App.8.0 Introduction This is a detailed guide to the use of Oticon Opn and the Oticon ON App for Andriod phones. How to pair Oticon Opn hearing aids with an Android

More information

Shoulder Exercises. Instructions. Codmans. Do all exercises slowly and gently. Work hard, but stay within your level of comfort.

Shoulder Exercises. Instructions. Codmans. Do all exercises slowly and gently. Work hard, but stay within your level of comfort. Page 1 of 7 Shoulder Exercises Instructions Do all exercises slowly and gently. Work hard, but stay within your level of comfort. Exercises should not cause sharp pain. If you have pain, ease up on the

More information

Working For Wellbeing

Working For Wellbeing Working For Wellbeing WELLBEING TRACKS The Ithaca College Mind, Body, Me wellness program focuses on you: the employee. It gets you involved by helping you identify and move toward your personal health

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

Serenity Yoga Breathing Course, Lesson 2

Serenity Yoga Breathing Course, Lesson 2 In this first lesson in the program, you will: Practice Chest Breathing 1 every day Practice Abdominal Lifts every day Continue practicing Abdominal Breathing This is a good time to review the Discovery

More information

Hearing Control App User Guide

Hearing Control App User Guide Hearing Control App User Guide Introduction to Audibel s Smart Hearing Aids Android Listed below are Audibel s smartphone compatible hearing aids that work with the TruLink Hearing Control app: We are

More information

Superior sound quality and connectivity

Superior sound quality and connectivity Superior sound quality and connectivity At Audibel, we're continuously innovating Audibel is a world leader in the development of innovative hearing aid technology. Over the past decade, hearing aids have

More information

Quit&Fit. Tobacco Cessation Program

Quit&Fit. Tobacco Cessation Program Quit&Fit Tobacco Cessation Program Welcome to Quit&Fit Dear Member: Do you ever feel like you re on a roller coaster? You start with the best intentions, resolving to finally stop smoking and improve your

More information

Superior sound quality and connectivity

Superior sound quality and connectivity Superior sound quality and connectivity At Starkey, we re continuously innovating Starkey has been a world leader in the development of innovative hearing aid technology for more than 50 years. Over the

More information

Classroom yoga (Elementary and Middle school)

Classroom yoga (Elementary and Middle school) Classroom yoga (Elementary and Middle school) Yoga helps children (and teachers!) focus, relax and be mentally alert. Take 5 or 10 minutes out of your day to share all or some of these easy exercises with

More information

Quick guide to connectivity and the ReSound Smart 3D app

Quick guide to connectivity and the ReSound Smart 3D app Quick guide to connectivity and the ReSound Smart 3D app 2 Content Compatibility: Hearing aids and mobile devices...4 Get started with your iphone, ipad or ipod touch...6 Pair with your ReSound Smart Hearing

More information

Introduction. Today we hope to provide tips and resources to help balance the challenges of caregiving and ensure that everyone is being cared for.

Introduction. Today we hope to provide tips and resources to help balance the challenges of caregiving and ensure that everyone is being cared for. Caregiver Wellness Introduction Being a caregiver can be both rewarding and challenging. It s easy to forget to tend to your own needs while caring for your loved one, but it is incredibly important. Today

More information

Professional Hypnosis Scripts for Medical Issues. Copyright 2016, Dr. Richard Nongard.

Professional Hypnosis Scripts for Medical Issues. Copyright 2016, Dr. Richard Nongard. Professional Hypnosis Scripts for Medical Issues Copyright 2016, Dr. Richard Nongard www.subliminalscience.com PRE-SURGICAL HYPNOSIS In this self-hypnosis audio I m going to be guiding you through an experience

More information

UNIT 1: Before we start... LET s WARM UP!

UNIT 1: Before we start... LET s WARM UP! UNIT 1: Before we start... LET s WARM UP! A good warm- up is basic before any physical activity. In this unit we will learn why, when and how we should do it. At the end of the unit you need to know: -

More information

GymGoal User Manual. Table of Contents

GymGoal User Manual. Table of Contents Table of Contents 1 Overview...3 1.1 Introduction...3 1.2 Main terms...4 1.3 Home Page...5 1.4 Page titles...7 1.5 Using GymGoal...9 2 Exercises... 11 2.1 Types of exercises...11 2.2 Searching for an exercise...12

More information

Quick guide to connectivity and the Interton Sound app

Quick guide to connectivity and the Interton Sound app Quick guide to connectivity and the Interton Sound app Content Compatibility: Hearing aids and mobile devices... 4 Get started with your iphone, ipad or ipod touch... 6 Pair with your Interton hearing

More information

Physical Activity. Image 1

Physical Activity. Image 1 Physical Activity Acknowledgements: This protocol and associated curriculum materials were developed with support by Grant Numbers P60 MD000538 (NIH National Institute for Minority Health and Health Disparities),

More information

High-Impact HIV Prevention: A Step-By-Step Implementation Approach

High-Impact HIV Prevention: A Step-By-Step Implementation Approach Capacity Building Assistance for High Impact HIV Prevention: Session 3 High-Impact HIV Prevention: A Step-By-Step Implementation Approach Hildi Hagedorn, PhD Center for Chronic Disease Outcomes Research

More information

Equinox 2.0 PC-based audiometer. Not just an audiometer - A full counseling and reporting solution

Equinox 2.0 PC-based audiometer. Not just an audiometer - A full counseling and reporting solution Equinox 2.0 PC-based audiometer Not just an audiometer - A full counseling and reporting solution The PC-based Advantage The Equinox 2.0 is a state of the art two channel clinical audiometer. Counseling

More information

SELECTIC REMOTE APP. User Guide

SELECTIC REMOTE APP. User Guide SELECTIC REMOTE APP User Guide GETTING STARTED The Selectic Remote app is developed by Sonova, the world leader in hearing solutions based in Zurich, Switzerland. Read this user instructions thoroughly

More information

DELAWARE 4-H HEALTHY LIVING

DELAWARE 4-H HEALTHY LIVING DELAWARE 4-H HEALTHY LIVING Fun activities to reinforce healthy living lessons. Goals: To review different types of exercise: strength, flexibility, and cardio To engage in strength, flexibility, and aerobic

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

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

Exercises to Strengthen Your Back

Exercises to Strengthen Your Back Exercises to Strengthen Your Back Your 15 Minute Workout By doing your 15 minute workout 3-5 times per week, you can condition the muscles and joints that support your back and keep it in healthy balance

More information

Safety Meeting. Meeting Leader Instructions. Safety, Teamwork & Our Customer s 1 st Choice

Safety Meeting. Meeting Leader Instructions. Safety, Teamwork & Our Customer s 1 st Choice Meeting Leader Instructions These meetings are more than safety meetings. While they address safety as a top priority, these meetings are also an opportunity for you to interact with your team; a chance

More information

Core and Flexibility Workout

Core and Flexibility Workout 43 Thames Street, St Albans, Christchurch 8013 Phone: (03) 356 1353. Website: philip-bayliss.com Core and Flexibility Workout This workout focuses on strengthening the core with challenging exercises that

More information

Design Principles. from Don Norman s Design of Everyday Things and Preece, Rogers and Sharp s Beyond Interaction Design

Design Principles. from Don Norman s Design of Everyday Things and Preece, Rogers and Sharp s Beyond Interaction Design Design Principles from Don Norman s Design of Everyday Things and Preece, Rogers and Sharp s Beyond Interaction Design Design of Everyday Things Donald Norman - cognitive scientist and engineer who has

More information

Thrive Hearing Control App User Guide for Apple. Congratulations on your journey to better hearing

Thrive Hearing Control App User Guide for Apple. Congratulations on your journey to better hearing Thrive Hearing Control App User Guide for Apple Congratulations on your journey to better hearing Table of Contents Introduction.........................................4 Pairing/Connecting...................................5

More information

Support. Equip. Empower. Assessing and Accommodating Vision and Hearing Injuries

Support. Equip. Empower. Assessing and Accommodating Vision and Hearing Injuries Assessing and Accommodating Vision and Hearing Injuries Webinar Series Overview Session 1: CAP and the DoDI 6025.22 Mandates of DoDI Overview of CAP services Session 2: Assistive Technologies and Needs

More information

Walkthrough

Walkthrough 0 8. Walkthrough Simulate Product. Product selection: Same look as estore. Filter Options: Technology levels listed by descriptor words. Simulate: Once product is selected, shows info and feature set Order

More information

Connection to Purpose

Connection to Purpose Connection to Purpose The goal of this exercise is to attune yourselves to a space deep within where you can experience your gift of purpose in life. In this exercise you allow yourself to hear, feel,

More information

It is recommended that a person break for 5-10 minutes for every hour spent at a workstation.

It is recommended that a person break for 5-10 minutes for every hour spent at a workstation. Office Stretches Why is stretching important? No matter how well a workstation is designed, problems may arise if attention is not paid to the way the work is done. Working at a computer often involves

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

unwind in the calming hands of nature MOKUTI ETOSHA SPA

unwind in the calming hands of nature MOKUTI ETOSHA SPA unwind in the calming hands of nature MOKUTI ETOSHA SPA Nature offers a unique calmness that can t be found anywhere else. Unwind your thoughts, engage your senses and find a deep relaxation in nature

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

User Guide. For Jacoti Hearing Center Version 1.1. Manufacture Year 2016

User Guide. For Jacoti Hearing Center Version 1.1. Manufacture Year 2016 User Guide For Jacoti Hearing Center Version 1.1 Manufacture Year 2016 Revision 11/ 07 / 2016 Table of contents 1_ Intended Use... 3 1.1_ USA... 3 1.2_ Requirements... 3 1.3_ Headphones... 3 1.4_ Startup...

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

Exercises After Breast Surgery

Exercises After Breast Surgery PATIENT & CAREGIVER EDUCATION Exercises After Breast Surgery This information describes how to do arm and shoulder exercises, a breathing exercise, and scar massage after your breast surgery. Starting

More information

Body Bar FLEX. Exercises for the Core and Abdominals. by Gordon L. Brown, Jr. for Body Bar, Inc.

Body Bar FLEX. Exercises for the Core and Abdominals. by Gordon L. Brown, Jr. for Body Bar, Inc. Body Bar FLEX Exercises for the Core and Abdominals by Gordon L. Brown, Jr. for Body Bar, Inc. 1 Exercises for the Core and Abdominals This presentation features stretching and strengthening exercises

More information

ACCESSIBILITY FOR THE DISABLED

ACCESSIBILITY FOR THE DISABLED ACCESSIBILITY FOR THE DISABLED Vyve Broadband is committed to making our services accessible for everyone. HEARING/SPEECH SOLUTIONS: Closed Captioning What is Closed Captioning? Closed Captioning is an

More information

ProSuite by Siemens Helping you deliver first-class hearing care.

ProSuite by Siemens Helping you deliver first-class hearing care. www.siemens.com/prosuite ProSuite by Siemens Helping you deliver first-class hearing care. Navigate the journey to better hearing and success. With ProSuite by Siemens. ProSuite provides the perfect tool

More information

Marketing Makeover. Look Good in a Crowded. Strategies that Make You. Cloud Marketplace

Marketing Makeover. Look Good in a Crowded. Strategies that Make You. Cloud Marketplace Proprietary information of Ingram Micro Inc. Do not distribute or duplicate without Ingram Micro s express written permission. Marketing Makeover Strategies that Make You Look Good in a Crowded Cloud Marketplace

More information

Session 7: Introduction to Pleasant Events and your Mood

Session 7: Introduction to Pleasant Events and your Mood Session 7: Introduction to Pleasant Events and your Mood Session Plan 1. Review of Planning for the Future 2. How Events Affect Your Mood 3. How to Identify Pleasant Events 4. Creating a List of Pleasant

More information

Cognizanti. You Don t Join Us; We Join You. Insurance/Health & Wellness VOLUME

Cognizanti. You Don t Join Us; We Join You. Insurance/Health & Wellness VOLUME Cognizanti VOLUME 11 2018 Insurance/Health & Wellness You Don t Join Us; We Join You Insurance/Health & Wellness You Don t Join Us; We Join You By Steve Roberts The success of a new healthcare business

More information

REPLICATING NATURE. Pure 13

REPLICATING NATURE. Pure 13 Pure 13 REPLICATING NATURE. The new Pure 13 hearing aids from Signia. Strong performers for a natural sounding own voice and the longest streaming time. Hearing Systems signia-hearing.com/pure13 The new

More information

T E A M L E A D E R GUIDE

T E A M L E A D E R GUIDE TEAM LEADER GUIDE With your PASSION no one walks alone. The American Cancer Society has an important mission to free the world from the pain and suffering of breast cancer. Working with passionate, determined

More information

Unitron Remote Plus app

Unitron Remote Plus app Unitron Remote Plus app User Guide A Sonova brand Getting started Intended use The Unitron Remote Plus app is intended for hearing aids users to adjust certain aspects of Unitron hearing aids through Android

More information

TruLink for Apple Frequently Asked Questions

TruLink for Apple Frequently Asked Questions TruLink for Apple Frequently Asked Questions Visit www.trulinkhearing.com for Apple compatibility and TruLink Hearing Control app information. 1. What is the difference between paired and connected versus

More information

SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health.

SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health. We re in this together: uality Health Care Member FOCUS HAWAII 2018 ISSUE 1 SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health. Why are preventive

More information

The 3 P s (Pain, Poop, Physical Therapy) for Post-Op Spinal Fusions

The 3 P s (Pain, Poop, Physical Therapy) for Post-Op Spinal Fusions The 3 P s (Pain, Poop, Physical Therapy) for Post-Op Spinal Fusions Pain control is a key part of your care after surgery. It can help speed recovery and improve the results of your surgery. This handout

More information

FROM GO TO GOAL! Your Blueprint to Fitness Success. On your mark, get set GOAL!

FROM GO TO GOAL! Your Blueprint to Fitness Success. On your mark, get set GOAL! FROM GO TO GOAL! Your Blueprint to Fitness Success by Bobby Whisnand, CPT, CSET, CSSN Disclaimer: Before beginning any exercise program, be sure to consult with your healthcare provider. We all want the

More information

10KM 8-WEEK TRAINING PLAN. Week One SUN. Easy 15 min. Meditation. Easy 15 min. Meditation. Strength. Easy 15 min FRI THU WED TUE MON SAT

10KM 8-WEEK TRAINING PLAN. Week One SUN. Easy 15 min. Meditation. Easy 15 min. Meditation. Strength. Easy 15 min FRI THU WED TUE MON SAT 10KM 8-WEEK TR AINING PLAN WEEK ONE 10KM 8-WEEK TRAINING PLAN Sunday Long Run Your longest run of the week. Here s where you build your mental and physical strength. Monday Meditation Don t think of this

More information

TMD: CONSERVATIVE TREATMENT AND PHYSICAL THERAPY OPTIONS

TMD: CONSERVATIVE TREATMENT AND PHYSICAL THERAPY OPTIONS TMD: CONSERVATIVE TREATMENT AND PHYSICAL THERAPY OPTIONS Massage: The temporalis on the side of the head is easy to locate. Press on it looking for painful nodules, massaging gently. Opening and closing

More information

Schroeder Institute + Mayo Clinic

Schroeder Institute + Mayo Clinic Schroeder Institute + Mayo Clinic LEVERAGING TECHNOLOGY FOR SMOKING CESSATION JEFF POTERUCHA, MA, TTS AND MEGAN A. JACOBS, MPH Overview 1. Why technology in the healthcare setting? 2. Web and mobile applications

More information

Cardiac Rehabilitation in Heart Failure. Chatrchanok Rungratmaneemas M.D. Head of Cardiopulmonary Rehabilitation Center, CCIT

Cardiac Rehabilitation in Heart Failure. Chatrchanok Rungratmaneemas M.D. Head of Cardiopulmonary Rehabilitation Center, CCIT Cardiac Rehabilitation in Heart Failure Chatrchanok Rungratmaneemas M.D. Head of Cardiopulmonary Rehabilitation Center, CCIT PHYSIOLOGICAL CONSEQUENCES OF CHF AACVPR 2014 ACCF/AHA 2013 HF Guidelines

More information

According to the Occupational Safety and Health Administration OSHA many office workers report work-related musculoskeletal disorders or MSDs every

According to the Occupational Safety and Health Administration OSHA many office workers report work-related musculoskeletal disorders or MSDs every According to the Occupational Safety and Health Administration OSHA many office workers report work-related musculoskeletal disorders or MSDs every year. For some, the problem becomes so severe that they

More information

Introduction to the Physician Information Program (PIP) Boost your business in 4 steps

Introduction to the Physician Information Program (PIP) Boost your business in 4 steps Introduction to the Physician Information Program (PIP) Boost your business in 4 steps Welcome to the Physician Information Program (PIP) It is Phonak s vision to help hearing care professionals (HCP)

More information

MOVEMENT PREPARATION LAB. Name: Score: Activity I: Predictability of the correct response choice & Influence of Pre cueing

MOVEMENT PREPARATION LAB. Name: Score: Activity I: Predictability of the correct response choice & Influence of Pre cueing MOVEMENT PREPARATION LAB Name: Score: Activity I: Predictability of the correct response choice & Influence of Pre cueing Introduction: Research evidence has consistently shown that as the predictability

More information

Foundation Mobility (50 min)

Foundation Mobility (50 min) Foundation Mobility (50 min) Protection (10 min) Exercise Reps Duration (s) Wrist Abduction 12 ea 60 Wrist Adduction 12 ea 60 Wrist Pronation and Supination 10 ea 60 Wrist Pronation and Supination (Reverse

More information

Behavioral Intervention Technologies for Depression in Youth. David C. Mohr Northwestern University

Behavioral Intervention Technologies for Depression in Youth. David C. Mohr Northwestern University Behavioral Intervention Technologies for Depression in Youth David C. Mohr Northwestern University What s a Behavioral Intervention Technology? computers mobile phones tablets www. sensors Why do we need

More information

Enabling Devices 3/18/14

Enabling Devices 3/18/14 Enabling Devices 3/18/14 Apps for Individuals on the Autism Spectrum* There are hundreds of apps available for people with autism. Each individual will benefit from different apps for different reasons.

More information

SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health.

SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health. We re in this together: Quality Health Care Member FOCUS EASY CHOICE 2018 ISSUE 1 SCHEDULE YOUR PREVENTIVE CARE VISIT Preventive care visits, or routine checkups, are important to your health. Why are

More information

Demo Mode. Once you have taken the time to navigate your RPM 2 app in "Demo mode" you should be ready to pair, connect, and try your inserts.

Demo Mode. Once you have taken the time to navigate your RPM 2 app in Demo mode you should be ready to pair, connect, and try your inserts. Demo Mode RPM 2 is supported with a "demonstration (Demo) mode" that easily allows you to navigate the app. Demo mode is intended for navigation purposes only. Data in Demo mode are simply random data

More information

Top 10 Tools to Build Your ASD Toolbox. Michelle Rigler EdD & Amy Rutherford M.Ed, LPC-MHSP University of Tennessee Chattanooga

Top 10 Tools to Build Your ASD Toolbox. Michelle Rigler EdD & Amy Rutherford M.Ed, LPC-MHSP University of Tennessee Chattanooga Top 10 Tools to Build Your ASD Toolbox Michelle Rigler EdD & Amy Rutherford M.Ed, LPC-MHSP University of Tennessee Chattanooga What is Autism Spectrum Disorder (ASD)? Spectrum of neurodevelopmental disorders

More information

GSI TYMPSTAR PRO CLINICAL MIDDLE-EAR ANALYZER. Setting The Clinical Standard

GSI TYMPSTAR PRO CLINICAL MIDDLE-EAR ANALYZER. Setting The Clinical Standard GSI TYMPSTAR PRO CLINICAL MIDDLE-EAR ANALYZER GSI TYMPSTAR PRO CLINICAL MIDDLE-EAR ANALYZER New Standard for Clinical Impedance The GSI TympStar Pro is setting the clinical standard for performing a full

More information

Healthy Tracks Program Guide (Pre-Launch Testing)

Healthy Tracks Program Guide (Pre-Launch Testing) Healthy Tracks Program Guide (Pre-Launch Testing) Welcome to Healthy Tracks! Healthy Tracks is a fun, year-long program where you will have access to a state-of-the-art health and wellness portal found

More information

Just relax while we run it.

Just relax while we run it. Just relax while we run it. the problem In the Philippines, especially in Metro Manila, average Filipino people spend most of their time working to earn a living. They try their best to accomplish household

More information