This topic has not yet been rated - Rate this topic

ConcentrationMeasurement Class

HealthVault
Represents a concentration measurement (volume / volume).

Namespace: Microsoft.Health.ItemTypes
Assembly: Microsoft.Health.ItemTypes (in Microsoft.Health.ItemTypes.dll) Version: 2.0.0.0 (1.12.1030.8622)
public ref class ConcentrationMeasurement : public Measurement<double>
In HealthVault, concentration readings have values and display values. All values are stored in a base unit of mmol/L. An application can take a concentration measurement like Cholesterol using any scale the application chooses and can store the user-entered value as the display value, but the concentration value must be converted to mmol/L to be stored in HealthVault.
System..::..Object
  Microsoft.Health.ItemTypes..::..HealthRecordItemData
    Microsoft.Health.ItemTypes..::..Measurement<(Of <(<'Double>)>)>
      Microsoft.Health.ItemTypes..::..ConcentrationMeasurement
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.