HealthVault® Connect is not a ready-to-use HealthVault® application, but provides the API to build those apps using drupal. Therefore HealthVault® Connect currently provides
an administration interface to setup your app and the HealthVault instances it should be connected with
an optional block with a Connect / Disconnect link
the redirect handling required to authenticate a user against a HealthVault® Instance
Installation
HealthVault® Connect is a standard drupal module.
But before you use it you have to ensure that HVClientLibPHP is properly installed.
Drupal 7
HealthVault® Connect 7.x-1.0 depends on a newer version HVClientLibPHP, which should be installed via composer to manage all it's requirements. Therefor HealthVault® Connect 7.x-1.0 depends on Composer Manager.
First you have to simply install Composer Manager and HealthVault® Connect. Than you have to follow the installation instructions of Composer Manager to install the required libs.
This is a small module that provides the functions and core interaction necessary to provide a simple read-only admin UI for a custom entity type's bundles.
When editing a menu link, this module provides a file field to upload an image to associate with a menu item. In the array returned by menu_link_load, the fid of the image file is contained in [options][content][image]. This may may be passed as a parameter to file_load to obtain its public:// uri, and further used with either file_build_uri or image_style_url to populate the src= attribute of an <img>.
While somewhat similar to Menu Icons, in that it creates an attribute in the menu link's options array, this module does not involve the theme layer whatsoever. It is up to the developer of a custom theme to write code to render an image for a menu item where appropriate.