Tagged Questions
The healthvault tag has no wiki summary.
2
votes
1answer
197 views
Can HealthVault applications be be written as thick Windows forms applications or must they be written as web applications?
Well thats my question:
Can HealthVault applications be be
written as thick Windows forms
applications or must they be written
as web applications?
It seems to me that the barrier to ...
1
vote
1answer
138 views
How to store blood glucose level in Microsoft HealthVault using asp.net
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 ...
1
vote
0answers
105 views
Connecting Omron blood presure device on my own health vault application
I have an application using WPF and WCF integrated with Windows health vault.
and now, I have a Omron blood pressure device that i want to connect with my own application.
health vault has its own ...
1
vote
2answers
167 views
Integrating Open ID and also leveraging Microsoft HealthVault
I've seen serveral articles/questions regarding Open ID integration but I'm curious if I integrate this into my site and then try to integrate with Microsoft HealthVault which accepts live id or open ...
1
vote
2answers
174 views
Are there any Discussion Forums on Microsoft's Health Care Initiatives? [closed]
I am new to Microsoft health care system, like Amalga/Health Vault, and I want to know if any developer here working on Amalga/Health Vault could recommend me some specific forum/mail list/web site ...
0
votes
0answers
29 views
HealthVault DDK - USB device notification - Handle needed
I am using the HealthVault DDK and want to get notified if an usb device is plugged in or out.
I've got some sample code working in a normal Windows Exe.
However, I need a handle for ...
0
votes
1answer
77 views
Microsoft HealthVault Certificate from PHP based application
Some background Info
I am working on a PHP application that is supposed to interact with Microsoft HealthVault. I was able to download the health vault library from ...
0
votes
1answer
50 views
Getting XML format for MS Health Vault
I need to figure out the way to get all the records in a one file from MS Health Vault which include all medication, allergy, problem, conditions, insurance and so on. So in other words I need to find ...
0
votes
1answer
216 views
Microsoft HealthVault and Android
Has anyone tried out the Android support for Microsoft HealthVault?
Following the instruction on the Microsoft HealthVault support for Android I tried to get the application running on eclipse but ...
0
votes
1answer
176 views
Healthvault Java API:Connection timed out: connect
I am trying to test Healthvault Java API with Maven and Jetty.
I am trying examples ui-sdk and ui-jaxb
i can login to the HV but once i login and revert back to my local server my local server ...
0
votes
1answer
111 views
How to get HealthVault to work with multiple ApplicationID in same application
We may never know why Microsoft decided to limit developers by making HealthVault applications constrained to a single web/app.config entry for a HealthVault application. However I need to be able to ...
0
votes
1answer
669 views
Getting 'Access is Denied' exception message when running WCF service on Windows Azure
I am trying to build a Healthvault WCF web service that requires an x509 certificate to deploy on Windows Azure in C# using Visual Studio 2010. When I debug the solution on my local IIS7, I can ...
0
votes
1answer
350 views
WPF integrate Windows live authentication for Microsoft health vault
I'm just wondering if there's any way for WPF application integrated with windows live ID?
and it's actually for windows health vault [www.healthvault.com]
so health vault is using windows live id or ...
0
votes
1answer
133 views
using ms healthvault sdk in mono/linux
The MS Healthvault SDK comes with a dll, that is necessary for programming with Healthvault. Is there a way to build an HV application in mono?
Josh
0
votes
2answers
421 views
Calling the HealthVault GetThings method in Java
I'm trying to use the Java HealthVault API to make a call to the GetThings method in "offline" mode (meaning, the user doesn't have to login) to retrieve all "File" type items. From what I ...