serum.osmolarity: Serum osmolarity

Description Usage Arguments Value Author(s) References Examples

View source: R/inteRn.R

Description

Calculate the serum osmolarity from the measurements in a basic or comprehensive metabolic panel.

Usage

1
2
3
4
5
6
serum.osmolarity(
  serum.sodium = 140, 
  BUN = 24, 
  glucose = 95,
  ethanol = 0
)

Arguments

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.

Value

Returns a numerical value corresponding to the serum osmolarity.

Author(s)

Carlos C Vera Recio

References

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.

Examples

1
2
3
4
5
6
serum.osmolarity(
  serum.sodium = 140, 
  BUN = 24, 
  glucose = 95,
  ethanol = 0
)

CCVR/inteRn documentation built on Dec. 17, 2021, 12:51 p.m.