Questions tagged [healthvault]

Microsoft HealthVault helps you gather, store, use, and share health information for you and your family

Learn more at : Microsoft HealthVault

31 questions
3
votes
1 answer

Disappearing Cookie in MVC4 after creation in HttpModule

I have created a module to handle authentication to Microsoft HealthVault. In the BeginRequest event handler I am checking for the authToken and when it's received, I am creating a new cookie to hold the user's information for use later on in the…
2
votes
2 answers

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 implementing a windows forms app would be implementing…
Brian Sweeney
  • 6,693
  • 14
  • 54
  • 69
2
votes
1 answer

Null Reference Exception when calling PersonInfo.CreateFromXML in HealthVault

I am writing a fixture for the PersonInfo class in HealthVault for use in unit tests. I have already taken the XML from an existing PersonInfo and stored it locally in a file. I am know attempting to use the PersonInfo.CreateFromXML but it is…
Liam Hall
  • 147
  • 9
2
votes
1 answer

Common Quantified Self Data Formats

I am interested in understanding the state of the art regarding Quantified Self data sources. Specifically: What types of data sources should I expect to see from common QS apps? What types of variations I can expect in common formats (i.e. the GPS…
ftrotter
  • 3,066
  • 2
  • 38
  • 52
1
vote
1 answer

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 https://sourceforge.net/projects/healthvaultphp/ and get the data stored in my…
Nertim
  • 380
  • 6
  • 15
1
vote
1 answer

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 do to implement this?
1
vote
1 answer

How can I parse CCD document from XML file

I want to build a program to parse CCD document from XML file in C#. So I have find and install from nuget HealthVault package, but I don't know if this library is good for my job. Now my question is, how can I parse CCD document from xml file in…
bircastri
  • 2,169
  • 13
  • 50
  • 119
1
vote
0 answers

Trouble getting GetMeaningfulUseVDTReport results with HealthVault SDK

I have been working on an application that sends DOPU (drop-off/pick-up) requests for CCD documents via Health. Creating the DOPU requests and getting the corresponding token generated by HealthVault work fine. There are two SDK methods I am using…
revlayle
  • 71
  • 5
1
vote
1 answer

HealthVault app not supported in your location

I have created an demo application using healthvault sdk application manager and registered the application on healthvault ppe.when i run the application its runs perfectly and fetches and displays data from healthvault. I have used same application…
Dev123
  • 56
  • 1
  • 8
1
vote
2 answers

Integrating Open ID and also leveraging Microsoft HealthVault

I've seen several 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 id, how smooth that is or if there is a potential…
Lawrence
  • 447
  • 3
  • 11
1
vote
2 answers

Android - Sqlite or Xml?

I am working on an android app that takes measures from an activity like date + time + int1 + int2 + int3 + string. I want to save those measures and then : 1) activity to show them in a list sorted by date + time and show only date + time + int1…
oikonomopo
  • 4,025
  • 7
  • 44
  • 73
1
vote
2 answers

Are there any Discussion Forums on Microsoft's Health Care Initiatives?

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 for developer community of Amalga/Health Vault,…
George2
  • 44,761
  • 110
  • 317
  • 455
0
votes
1 answer

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 out the way to get one XML file (i.e. CCR) using…
learner2010
  • 4,157
  • 5
  • 43
  • 68
0
votes
1 answer

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 display following error WicketMessage: Can't…
Rajmahendra
  • 3,092
  • 3
  • 31
  • 42
0
votes
1 answer

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 make 2 (or more) HealthVault ApplicationID’s work…
thames
  • 5,833
  • 6
  • 38
  • 45
1
2 3