VLDBiometrics Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDBiometrics.h

Overview

Biometric Measurements are comprised of a user’s biometric health data such as blood pressure, cholesterol, heart rate, and blood and hormone levels.

  bloodCalcium

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *bloodCalcium

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  bloodChromium

The value of the measured quantity in µg/L

@property (nonatomic, strong, nullable) NSNumber *bloodChromium

Discussion

The value of the measured quantity in µg/L

Declared In

VLDBiometrics.h

  bloodFolicAcid

The value of the measured quantity in ng/mL

@property (nonatomic, strong, nullable) NSNumber *bloodFolicAcid

Discussion

The value of the measured quantity in ng/mL

Declared In

VLDBiometrics.h

  bloodMagnesium

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *bloodMagnesium

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  bloodPotassium

The value of the measured quantity in mEq/L

@property (nonatomic, strong, nullable) NSNumber *bloodPotassium

Discussion

The value of the measured quantity in mEq/L

Declared In

VLDBiometrics.h

  bloodSodium

The value of the measured quantity in mEq/L

@property (nonatomic, strong, nullable) NSNumber *bloodSodium

Discussion

The value of the measured quantity in mEq/L

Declared In

VLDBiometrics.h

  bloodVitaminB12

The value of the measured quantity in pg/mL

@property (nonatomic, strong, nullable) NSNumber *bloodVitaminB12

Discussion

The value of the measured quantity in pg/mL

Declared In

VLDBiometrics.h

  bloodZinc

The value of the measured quantity in µg/dL

@property (nonatomic, strong, nullable) NSNumber *bloodZinc

Discussion

The value of the measured quantity in µg/dL

Declared In

VLDBiometrics.h

  creatineKinase

The value of the measured quantity in U/L

@property (nonatomic, strong, nullable) NSNumber *creatineKinase

Discussion

The value of the measured quantity in U/L

Declared In

VLDBiometrics.h

  crp

The value of the measured quantity in mg/L

@property (nonatomic, strong, nullable) NSNumber *crp

Discussion

The value of the measured quantity in mg/L

Declared In

VLDBiometrics.h

  diastolic

The value of the measured quantity in mmHg

@property (nonatomic, strong, nullable) NSNumber *diastolic

Discussion

The value of the measured quantity in mmHg

Declared In

VLDBiometrics.h

  ferritin

The value of the measured quantity in ng/mL

@property (nonatomic, strong, nullable) NSNumber *ferritin

Discussion

The value of the measured quantity in ng/mL

Declared In

VLDBiometrics.h

  hdl

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *hdl

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  hscrp

The value of the measured quantity in mg/L

@property (nonatomic, strong, nullable) NSNumber *hscrp

Discussion

The value of the measured quantity in mg/L

Declared In

VLDBiometrics.h

  il6

The value of the measured quantity in pg/mL

@property (nonatomic, strong, nullable) NSNumber *il6

Discussion

The value of the measured quantity in pg/mL

Declared In

VLDBiometrics.h

  ldl

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *ldl

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  restingHeartrate

The value of the measured quantity in bpm

@property (nonatomic, strong, nullable) NSNumber *restingHeartrate

Discussion

The value of the measured quantity in bpm

Declared In

VLDBiometrics.h

  systolic

The value of the measured quantity in mmHg

@property (nonatomic, strong, nullable) NSNumber *systolic

Discussion

The value of the measured quantity in mmHg

Declared In

VLDBiometrics.h

  testosterone

The value of the measured quantity in ng/dL

@property (nonatomic, strong, nullable) NSNumber *testosterone

Discussion

The value of the measured quantity in ng/dL

Declared In

VLDBiometrics.h

  totalCholesterol

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *totalCholesterol

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  tsh

The value of the measured quantity in mIU/L

@property (nonatomic, strong, nullable) NSNumber *tsh

Discussion

The value of the measured quantity in mIU/L

Declared In

VLDBiometrics.h

  uricAcid

The value of the measured quantity in mg/dL

@property (nonatomic, strong, nullable) NSNumber *uricAcid

Discussion

The value of the measured quantity in mg/dL

Declared In

VLDBiometrics.h

  vitaminD

The value of the measured quantity in ng/mL

@property (nonatomic, strong, nullable) NSNumber *vitaminD

Discussion

The value of the measured quantity in ng/mL

Declared In

VLDBiometrics.h

  whiteCellCount

The value of the measured quantity in cells/µL

@property (nonatomic, strong, nullable) NSNumber *whiteCellCount

Discussion

The value of the measured quantity in cells/µL

Declared In

VLDBiometrics.h

  spo2

The value of the measured quantity in %

@property (nonatomic, strong, nullable) NSNumber *spo2

Discussion

The value of the measured quantity in %

Declared In

VLDBiometrics.h

  temperature

The value of the measured quantity in Celsius

@property (nonatomic, strong, nullable) NSNumber *temperature

Discussion

The value of the measured quantity in Celsius

Declared In

VLDBiometrics.h

– temperatureWithUnit:

The temperature value of the record converted into the specified unit

- (NSNumber *_Nullable)temperatureWithUnit:(VLDTemperatureUnit)unit

Parameters

unit

the temperature unit to retrieve the temperature value in.

Discussion

The temperature value of the record converted into the specified unit

Declared In

VLDBiometrics.h

– setTemperature:withUnit:

Set the temperature value of the record after converting from the specified unit to degrees Celsius

- (void)setTemperature:(NSNumber *_Nonnull)temperature withUnit:(VLDTemperatureUnit)unit

Parameters

temperature

the temperature value to store in the record.

unit

the temperature unit that the accompanying temperature value is currently in.

Discussion

Set the temperature value of the record after converting from the specified unit to degrees Celsius

Declared In

VLDBiometrics.h

– minHeartRate

Minimum heart rate over a time period

- (NSNumber *_Nullable)minHeartRate

Discussion

Minimum heart rate over a time period

Declared In

VLDBiometrics.h

– maxHeartRate

Maximum heart rate over a time period

- (NSNumber *_Nullable)maxHeartRate

Discussion

Maximum heart rate over a time period

Declared In

VLDBiometrics.h

– averageHeartRate

Average heart rate average over a time period

- (NSNumber *_Nullable)averageHeartRate

Discussion

Average heart rate average over a time period

Declared In

VLDBiometrics.h

– medianHeartRate

Median heart rate over a time period

- (NSNumber *_Nullable)medianHeartRate

Discussion

Median heart rate over a time period

Declared In

VLDBiometrics.h