HeartHubSlides



HeartHubSlides

0 0


HeartHubSlides

slides for hacking medicine at webMD

On Github KyperTech / HeartHubSlides

 

 

Our probleM

Use Collected Data (visualization, graph, etc.)
Building Data Storage
Hardware Specifications and Tryouts
"I have an idea for a medical device!" 

2 years

Our Solution

Hardware dev

//import the library
var heartHub = require('heartHub');

//create connection
var connection = heartHub.connect('127.168.222.60:8888', 'admin', 'admin');

//create a service
var glucoseService = heartHub.addService('Glucose');

//add a device to the service
var glucoseDevice = radiationMonitor.addDevice('Dr. Newton');

//start the listener
heartHub.init();
			

Access Point

Analytic dev

//import the library
var heartHub = require('heartHub');

//create connection with db
var connection = heartHub.connect('127.168.222.60:8888', 'admin', 'admin');

//retrieve avgerage glucose level for all devices (* for wildcard)
var avgGlucose = connection.get('Glucose', *, 'glucose level').average();

//display on dashboard
heartHub.template().push(avgGlucose);
			

Product Strategy

Phase 1 - Oct 2014 - Capture Current Market
Analytics Dashboard v1
Open Rest API  
Documentation, Tutorials
Developer Incentives         
Phase2 - June 2015 -  Empowering Hardware makers 
Heart Hub Access point
Phase 3 - 2016 - Commoditization of medical devices & point of care devices in Hospitals
An all-in-one integrated solution to increase time-to-market significantly
Contact Us