Wolfram Computation Meets Knowledge

Sodium Deficit

Sodium deficit is the measure of the sodium in the patient's blood to the ideal amount.

The sodium deficity is proportional to the body weight times the difference between the ideal serum sodium and the actual serum sodium.

Formula

QuantityVariable["NaD", "Amount"] == Quantity[0.6, "Liters"/"Kilograms"]*QuantityVariable["W", "Mass"]*(-QuantityVariable[Subscript["Na", "c"], "Molarity"] + QuantityVariable[Subscript["Na", "i"], "Molarity"])

symbol description physical quantity
NaD sodium deficit "Amount"
W body weight "Mass"
Nac serum sodium "Molarity"
Nai ideal serum sodium "Molarity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Sodium Deficit"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Sodium Deficit"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[ResourceObject["Sodium Deficit"], {QuantityVariable[
\!\(\*SubscriptBox[\("Na"\), \("i"\)]\),"Molarity"] -> None, 
  QuantityVariable[
\!\(\*SubscriptBox[\("Na"\), \("c"\)]\),"Molarity"] -> None, 
  QuantityVariable["NaD","Amount"] -> None}]
Out[3]=

Publisher Information