Sign in
HealthVault
Useful information for the HealthVault developer
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
announcements
Changes
CodeFest
consumer environment
developer
developer environment
environment
Hacking Health
health apps
Health Technology Forum
HealthServiceUrl
HealthVault
HealthVault Connection Center
maintenance
Offline
Population Management
Release
release 0903
Release 1003
Release_Notes
Samples
SDK
SDK_Release
ShellUrl
Windows 8
Archive
Archives
May 2013
(1)
March 2013
(4)
February 2013
(5)
October 2012
(1)
July 2012
(1)
April 2012
(1)
February 2012
(2)
January 2012
(1)
November 2011
(1)
September 2011
(1)
August 2011
(2)
July 2011
(2)
May 2011
(1)
April 2011
(1)
March 2011
(1)
February 2011
(1)
October 2010
(2)
July 2010
(1)
June 2010
(2)
May 2010
(1)
April 2010
(1)
March 2010
(1)
February 2010
(1)
January 2010
(1)
December 2009
(2)
November 2009
(3)
August 2009
(2)
June 2009
(2)
May 2009
(1)
April 2009
(2)
March 2009
(6)
February 2009
(2)
January 2009
(8)
December 2008
(3)
November 2008
(2)
October 2008
(5)
September 2008
(4)
August 2008
(5)
July 2008
(6)
June 2008
(4)
May 2008
(10)
April 2008
(12)
March 2008
(5)
February 2008
(7)
January 2008
(8)
December 2007
(4)
November 2007
(10)
October 2007
(20)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
HealthVault
PB3 Feature - Writing a HealthVault application without deriving from HealthServicePage
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
If you look at any of the sample applications, you'll find: public partial class VocabularyPage : HealthServicePage The HealthServicePage does a lot for you, but it has the disadvantage of requiring you to use that page as a base class. In PB3,...
HealthVault
Object reference not set to an instance of an object
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
If you get this message at the bottom of the shell auth page on the developer servers, it's possible that you have ShellUrl set to: https://www.healthvault-ppe.com when it should be: https://account.healthvault-ppe.com
HealthVault
A note about new and modified data types
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
As you may already know, we've made some changes recently in how we create and modify data types on the HealthVault platform, and now that a few of us are up to speed on the process, we hope to get these happening more quickly. If you have interest...
HealthVault
HealthVault Solutions Conference 2008
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
HealthVault Solutions Conference 2008 will be held June 9th and 10th at the Hyatt Regency in Bellevue, Washington. Come to learn more about HealthVault, talk with the team members, meet a bunch of the other HealthVault solution providers, see exciting...
HealthVault
Survey - Proposed API change to make related items easier to work with...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
If you've been working with related items, you may have found that it's a bit inconvenient to use right now. Specifically: To set up a two-way-link between objects, you need to insert one, insert the second with related items, and then update the...
HealthVault
PB6 Released
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
The PB6 release of the platform and SDK are now live on the PPE servers. You can download the SDK from the usual place. The following are the major features for the release. Fetch size control By default HealthVault will only return a certain...
HealthVault
Works with Microsoft HealthVault Logo Program for Devices
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
We’ve just launched a logo program for HealthVault devices.
HealthVault
Problems using the XML API...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
If you are using the HealthVault API, you may be running into the following issue: Summary HealthVault does not properly handle comments or whitespace between XML elements when a request is made to the XML API. Because of this, partners using the...
HealthVault
Drop off / Pick up
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Drop off / Pick up is a new platform feature that helps you schedule service appointments for your light truck. Actually, it’s a way for an application to drop off a document with HealthVault, give a code to a user, and then have that user pick up that...
HealthVault
Peter Neupert Blog
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Health Solutions Group Corporate Vice President Peter Neupert now has a blog .
HealthVault
Wrap up of TechEd 2008 and the HealthVault Solutions Conference 2008.
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
I wrote a post on my blog about these two events...
HealthVault
Application Settings
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
[Update: Removed PB3 reference - this has been around for a while] HealthVault provides a way for applications to store information associated with the current user. This is done using the ApplicationSettings class, which can be get and set through...
HealthVault
HealthVault and HIPAA
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Sean has written a nice explanation about how HIPPA relates to HealthVault. In case you missed the link in his post, here's a direct link to the HealthVault HIPPA Position Paper .
HealthVault
HealthVault Feedback site on Microsoft Connect
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
We've set up a HealthVault Feedback site on Microsoft Connect. You can use it to report bugs that you have found, or make suggestions.
HealthVault
Allowed file types in the File type
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
As part of the PB3, we implemented a whitelist of types that are allowed to be uploaded to HealthVault using the File object. You can fetch the current list from the platform using the following: ServiceInfo info = ApplicationConnection.GetServiceDefinition...
HealthVault
Customizing HealthVault Redirection
Posted
over 5 years ago
by
VaibhavB [MSFT]
1
Comments
Customizing HealthVault Redirection , also code for this post is here .
HealthVault
Connecting a Back-End Clinical System to HealthVault
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
There is a new document on MSDN that describes a new feature (sometimes known as "direct to clinical") to connect back-end systems to HealthVault without those systems having to implement a patient portal to handle the authorization of the application...
HealthVault
Broken offline web connections...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
We have recently discovered a bug with the OfflineWebApplicationConnection class where HealthVault records are not returned correctly. The symptom is that GetAuthorizedRecords() returns a count of 0 and GetSelfRecord() throws an exception saying that...
HealthVault
HealthVault SDK Update - new data types, a few API changes...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
We've released a new SDK in the usual place (ie find it via the MSDN site). In it, there are the following changes: New Data Types: Concern records a concern that a person has - "worried about my weight", or "having trouble sleeping". This differs...
HealthVault
Learning more about HealthVault
Posted
over 6 years ago
by
HVUser
1
Comments
If you're reading this post, I'm presuming a couple of things. You are interested in HealthVault, and you are in search of more information. Here's what we have for you: HealthVault Developer Center This is the MSDN developer center for HealthVault...
HealthVault
Promo code request
Posted
over 6 years ago
by
HVUser
1
Comments
Our promo code email is now functioning correctly. If you need a promo code, go to the request page .
HealthVault
HealthVault developer forum open for business
Posted
over 6 years ago
by
HVUser
1
Comments
You may now ask questions in the HealthVault developer forum .
HealthVault
HealthVault and Certificates
Posted
over 6 years ago
by
HVUser
1
Comments
A short introduction to certificates and how they relate to HealthVault HealthVault and Certificates
HealthVault
Launch event coverage
Posted
over 6 years ago
by
HVUser
1
Comments
There are some pictures and a few short videos of the launch event posted here .
HealthVault
New Promo Code Request Form
Posted
over 6 years ago
by
Chris Tremonte
1
Comments
Some of your emails to the Promo Code request alias ( hvPromo@microsoft.com ) were getting blocked by spam filters so we have built a request form and made it available on http://connect.microsofthealthbeta.com/RequestPromoCode.aspx . If you requested...
Page 4 of 7 (169 items)
«
2
3
4
5
6
»