Integrating Vitals™ Health Assessment (VHA)
Vitals™ measures core human vital signs and offers a holistic health analysis in just 30 seconds. This entire process, as described in the Overview, is named as Vitals™ Health Assessment (aka VHA). Integrating Vitals™ SDK into your product entails integrating this VHA process, which comprises the following 5 steps:
The Vitals™ SDK provides the following APIs to implement the 5 steps described above:
Health Profile API - This API is used for inputing the user's health profile and medical history to the SDK. (See Acquire Health Profile)
Camera Setup API - This API activates the camera, grants camera permissions, and selects the camera device. (See Camera Setup)
Conditions Check API - This API reports the scanning conditions, including centered positioning, appropriate distance, proper lighting, minimal movement, correct frame rate, and server readiness. (See Conditions Check)
Vital Signs Scanning API - This API initiates a 30-second scan for a comprehensive health analysis. It assists in error handling, such as face loss or network issues during the scan, and allows you to monitor the scan quality to ensure measurement accuracy. (See Scan Vital Signs)
Health Results API - This API obtains the measured health results from the Vitals™ Cloud Service. You can interpret them, and display them on your customizable user interface. (See Get & Display Health Results)
TIP
To get started with Vitals™ SDK, check out the Quick Start Guide for your targeted SDK and download our sample code for a reference implementation.