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
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
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
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
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 Vocabulary Browser
Posted
over 5 years ago
by
Eric Gunnerson
3
Comments
HealthVault Vocabulary Browser
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
PB3 Feature - Optional Authorization
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Optional Authorization The current application authorization scheme only supports a single decision by the user - either they grant the application access to all the types the application might ever want to use, or they don't. This doesn't allow...
HealthVault
PB3 Feature - Sign in / Sign Up Shell Changes
Posted
over 5 years ago
by
Eric Gunnerson
4
Comments
In addition to the changes in the HealthVault API, there have also been changes in this release to the HealthVault shell. Sign In User Experience We simplified the sign-in process in our PB3 release. Until now, users have have to view two pages...
HealthVault
New PB3 Feature - Related Items
Posted
over 5 years ago
by
Eric Gunnerson
3
Comments
This release provides a new way to manage relationships between instances. Each data instance now supports a collection of relationships, stored in CommonData.RelatedItems. The items in this collection are of type HealthRecordItemRelationship, which...
HealthVault
New PB3 Feature - Digital Signatures
Posted
over 5 years ago
by
Eric Gunnerson
0
Comments
Digital signatures provide a way of verifying the source of a data item. The HealthRecordItem.TypeSpecificData XML is signed using the functionality present in the System.Security.Cryptography.Xml.SignedXml class. The signing functionality shows up...
HealthVault
New HealthVault SDK (PB3 release) now available
Posted
over 5 years ago
by
Eric Gunnerson
0
Comments
We are happy to announce the availability of a new HealthVault SDK , which will work with the new release recently deployed to the HealthVault servers. This release has the internal codename "PB3", which we've decided to use as the released name so...
HealthVault
TechEd 2008
Posted
over 5 years ago
by
Eric Gunnerson
0
Comments
At least one of us (Eric) is going to be going to TechEd this year the week before our partner conference. We'll have two lunchtime talks - one that is an overall introduction to HealthVault, and a second that is going to be remarkably similar to the...
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
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
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
Do you use the CHM file, or just the online docs?
Posted
over 5 years ago
by
Eric Gunnerson
6
Comments
Do you use the CHM file (ie .NET API docs) that ships as part of the SDK, or do you just use the online docs on MSDN? We're trying to determine if we need to use both.
HealthVault
Switching Connection center to use the developer or consumer environment.
Posted
over 5 years ago
by
Eric Gunnerson
0
Comments
Connection center can send device data either to the HealthVault Consumer Environment ( https://platform.healthvault.com/platform ) or the HealthVault Developer Environment ( https://platform.healthvault-ppe.com/platform ). Environment-switching is...
HealthVault
How to fetch and save schemas for HealthVault data types...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Scheming for Schemas
HealthVault
An introduction to vocabularies and CodableValues
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
Work on your Vocabulary. The word for today is "CodableValue"
HealthVault
Dealing with PersonalImage
Posted
over 5 years ago
by
Eric Gunnerson
2
Comments
Dealing with PersonalImage
HealthVault
Server Maintenance - Wed 5 Oct
Posted
over 5 years ago
by
Chris Tremonte
2
Comments
We will be performing routine maintenance on the HealthVault Developer Environment servers between 5pm and 6pm Pacific Time next Wednesday, Oct 5th. Intermittent outages are possible during this maintenance window. We plan on using a similar time window...
HealthVault
Network Firewall Configurations
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
There have been some recent inquiries that have necessitated guidance on network firewall configurations. Here is a quick summary on port configurations. The actual enabling of these firewall ports requires specific instructions for that type of firewall...
HealthVault
Opening up the Vault!
Posted
over 5 years ago
by
VaibhavB [MSFT]
2
Comments
I guess this is the moment - we are really excited to let you know that we are opening up health vault!! More details about this and our commitment to openess are in our Chief Architect, Sean Nolan's blog post . We are really thrilled about this and are...
HealthVault
New data types blog...
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
We've created a new data types blog that we're going to use to get your input on new data types.
HealthVault
New SDK release
Posted
over 5 years ago
by
Eric Gunnerson
1
Comments
This is a minor SDK release. User Quotas The HealthVault platform puts a quota limit on how much information can be stored in a HealthVault record. With this SDK release, some of that information is now exposed. HealthRecordInfo (usually accessed...
Page 5 of 7 (169 items)
«
3
4
5
6
7