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 the OpenID / LiveID login in a windows forms app, which the HealthVaultPage super class does for you. In other words, I think you’d have to implement a HealthVaultForm super class and go from there. The rest of the framework seems to be platform independent.
The reason I ask is that a reasonable scenario might be to implement a user web with an administrative thick app on the other end.
Am I missing the point or is that a reasonable thing to try to do? And is there even any way of doing it?
Brian
There are two types of ways you can access HealthVault (the terms are kind of confusing).
Also note that HealthVault applications have different access rights for each mode. For example, an application may allow online access to weight, height, and allergy data, but may only allow offline access to allergy data.
And note that the sample applications that come with the SDK do not support offline access, so if you want to play around with this mode, you’ll have to create your own application.