Wolfram Computation Meets Knowledge

Blood Glucose Level from Mean Plasma Glucose Molarity

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 molarity from a base level.

Formula

QuantityVariable[Subscript["Hb", "A1c"], "Unitless"] == 0.0062893081761006289`3.*(2.59 + Quantity[1, "Liters"/"Millimoles"]*QuantityVariable["MPGM", "Molarity"])

symbol description physical quantity
HbA1c glycosylated hemoglobin "Unitless"
MPGM
mean plasma glucose
(molarity)
"Molarity"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Blood Glucose Level from Mean Plasma Glucose Molarity"], \
{QuantityVariable[
\!\(\*SubscriptBox[\("Hb"\), \("A1c"\)]\),"Unitless"] -> 
   Quantity[5.6`, "Percent"]}]
Out[3]=

Publisher Information