How to store blood glucose level in Microsoft HealthVault using asp.net

448 views Asked by At

I am creating a web service to enter blood glucose levels into Microsoft HealthVault. Anybody can use this web service along with their application to store the blood glucose level.

What do I need to do to implement this?

1

There are 1 answers

0
Dan On

In order to develop for HealthVault platform, you will need to:

  1. Download the SDK from MS site
  2. Create new application using HealthVault application manager
  3. You can configure application using Microsoft ACC (application configuration center) from HealthVault. There you can specify the "ThingTypes" you application will need to access (such as blood glucose).
  4. SDK provides a few samples.