Requires
Members
(inner, constant) drugs :Array.<IvigProduct>
Product titrations that correspond with the products in the input/select
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 |
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 |
conc |
Number |
Concentration of product, in g/mL (e.g. 0.1 = 10%) |