1

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?

Rup
  • 33,765
  • 9
  • 83
  • 112
  • 1
    Which health vault? Is it a web service, a database, or something else? And what's particular about blood glucose level - isn't it just a number? – Rup Feb 02 '11 at 10:48
  • @Rup I think he means this: http://www.healthvault.com/personal/index.aspx – Shadow The GPT Wizard Feb 02 '11 at 10:50
  • You will find everything you need here in the official site: http://msdn.microsoft.com/en-us/healthvault/default – Shadow The GPT Wizard Feb 02 '11 at 10:52
  • Health vault is a microsoft application. i am creating a web service to enter the blood glucose level to the health vault site. Anybody can use this webservice along with their application to store the blood glucose level. – Shanmugapriya.D Feb 02 '11 at 10:54

1 Answers1

0

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.
joran
  • 169,992
  • 32
  • 429
  • 468
Dan
  • 304
  • 1
  • 4