Module: ivig

IVIG Rate Calculation and admin instruciton generation module

Since:
  • v0.2.0
Source:

Requires

Members

(inner, constant) drugs :Array.<IvigProduct>

Product titrations that correspond with the products in the input/select

Source:

Methods

(inner) getText(selected, wt, totalDoseopt) → {String}

Generate admin instruction text for IVIG rate titration

Parameters:
Name Type Attributes Description
selected Integer

Selected index of product selection

wt Number

Patient's actual body weight, in kg

totalDose Number <optional>

Total dose to be administered, in grams

Source:

Type Definitions

IvigProduct :Object

IVIG Product Object

Properties:
Name Type Description
rates Array.<Number>

Titration rates in mL/kg/hour

durations Array.<Number>

Length in minutes of each titration step. Must have same length as rates property.

conc Number

Concentration of product, in g/mL (e.g. 0.1 = 10%)

Source: