Wolfram Computation Meets Knowledge

Blood Glucose Level from Mean Plasma Glucose

The blood sugar concentration, or blood glucose level, is the amount of glucose (sugar) present in the blood of a human or animal.

Blood glucose level increases directly with mean plasma glucose from a base level.

Formula

QuantityVariable[Subscript["Hb", "A1c"], "Unitless"] == 0.0003484320557491289*(46.7`3. + Quantity[1, "Deciliters"/"Milligrams"]*QuantityVariable["MPG", "MassDensity"])

symbol description physical quantity
HbA1c glycosylated hemoglobin "Unitless"
MPG mean plasma glucose "MassDensity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Blood Glucose Level from Mean Plasma Glucose"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Blood Glucose Level from Mean Plasma Glucose"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Blood Glucose Level from Mean Plasma Glucose"], {QuantityVariable[
   "MPG","MassDensity"] -> 
   Quantity[100, ("Milligrams")/("Deciliters")]}]
Out[3]=

Publisher Information