Description Usage Arguments Value Author(s) References Examples
Corrects the sodium level reported in a BMP or CMP according to the glycemic level reported in the same metabolic panel.
1 2 3 4 | sodium.correct(
measured.sodium = 140,
serum.glucose = 100
)
|
measured.sodium |
Numerical value that corresponds to the sodium level measured in serum in a BMP or CMP. |
serum.glucose |
Numerical value that corresponds to the glucose level measured in serum in a BMP or CMP. |
Returns a numerical value corresponding to the corrected sodium level.
Carlos C Vera Recio
Katz, M A. “Hyperglycemia-induced hyponatremia–calculation of expected serum sodium depression.” The New England journal of medicine vol. 289,16 (1973): 843-4. doi:10.1056/NEJM197310182891607
1 2 3 4 | sodium.correct(
measured.sodium = 140,
serum.glucose = 100
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.