Methods
(static) allForPatient()
Call all methods that depend on patient data
(static) amgWeight()
Input and output for aminoglycoside dosing
Requires:
(static) createVancoTable(obj) → {String}
Generate HTML for a table of dosing options. Data can be provided as an array to display different values in each column, or as a number to repeat the same number in each column.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj |
Object |
Input parameters Properties
|
Requires:
(static) ivig() → {undefined}
Input and output for IVIG calculation
Requires:
(static) patientData() → {undefined}
Input and output for patient parameters including CrCl, weights, etc.
Requires:
(static) peakTiming()
For peak level timing, calculate and output time to draw peak
Requires:
(static) peakTimingDuration()
For peak level timing, calculate and output infusion time for the selected dose
Requires:
(static) secondDose() → {undefined}
Input and output for Second Dose tab
Requires:
- module:util
- module:seconddose
(static) syncCurrentDFT(src) → {undefined}
Sync dose, frequency, and trough inputs between tabs
Parameters:
Name | Type | Description |
---|---|---|
src |
String |
id prefix of element to use as the source |
Requires:
(static) vancoAUC(resetIntervalopt) → {undefined}
Input and output for AUC calculation
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
resetInterval |
Boolean |
<optional> |
true |
whether recommended interval should override user input |
Requires:
(static) vancoAUCDates() → {undefined}
Input and output for AUC date/time calculation modal
Requires:
(static) vancoInitial() → {undefined}
Input and output for initial protocol dosing and initial PK dosing
Requires:
(static) vancoRevision() → {undefined}
Input and output for linear and kinetic single-level dose adjustments
Requires:
(static) vancoSteadyStateCheck() → {undefined}
Input and output for Steady State Check on single-level tab
Requires:
(static) vancoTwolevel(resetIntervalopt) → {undefined}
Input and output for Two-Level kinetic calculation
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
resetInterval |
Boolean |
<optional> |
true |
whether recommended interval should override user input |