Description Usage Arguments Value Author(s) References Examples
Calculate the serum osmolarity from the measurements in a basic or comprehensive metabolic panel.
1 2 3 4 5 6 | serum.osmolarity(
serum.sodium = 140,
BUN = 24,
glucose = 95,
ethanol = 0
)
|
serum.sodium |
Numerical value corresponding to sodium reported in BMP/CMP. |
BUN |
Numerical value corresponding to BUN reported in BMP/CMP. |
glucose |
Numerical value corresponding to glucose reported in BMP/CMP. |
ethanol |
Numerical value corresponding to ethanol level in blood. |
Returns a numerical value corresponding to the serum osmolarity.
Carlos C Vera Recio
Roy A. Purssell, Morris Pudek, Jeffrey Brubacher, Riyad B. Abu-Laban, Derivation and validation of a formula to calculate the contribution of ethanol to the osmolal gap, Annals of Emergency Medicine, Volume 38, Issue 6, 2001, Pages 653-659, ISSN 0196-0644, https://doi.org/10.1067/mem.2001.119455.
1 2 3 4 5 6 | serum.osmolarity(
serum.sodium = 140,
BUN = 24,
glucose = 95,
ethanol = 0
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.