如何使用 asp.net 在 Microsoft HealthVault 中存储血糖水平

发布于 2024-10-15 07:35:20 字数 176 浏览 2 评论 0原文

我正在创建一个 Web 服务,将血糖水平输入 Microsoft HealthVault。任何人都可以使用此网络服务及其应用程序来存储血糖水平。

我需要做什么来实现这个?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他不在意 2024-10-22 07:35:20

为了针对 HealthVault 平台进行开发,您需要:

  1. 从 MS 站点下载 SDK
  2. 使用 HealthVault 应用程序管理器创建新应用程序
  3. 您可以使用 HealthVault 的 Microsoft ACC(应用程序配置中心)配置应用程序。您可以在此处指定应用程序需要访问的“ThingTypes”(例如血糖)。
  4. SDK提供了一些示例。

In order to develop for HealthVault platform, you will need to:

  1. Download the SDK from MS site
  2. Create new application using HealthVault application manager
  3. You can configure application using Microsoft ACC (application configuration center) from HealthVault. There you can specify the "ThingTypes" you application will need to access (such as blood glucose).
  4. SDK provides a few samples.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文