modelPeriodicDose
periodic dose model
Extends from Pharmacolibrary.Interfaces.PartialDrugSource.
Information
PeriodicDose
Simple periodic dose model recomended for parenteral administration (IV, IA).
Dosage is pulses driven by these parameters:
firstAdminTime - time of first dose
adminPeriod - time period between doses
adminMass - drug dose mass
doseCount - number of doses, -1 .. unlimitted
adminDuration - how long one administration takes (default 1s)
F - bioavailability, fraction of drug which reach the target (default 1).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | firstAdminTime | 0 | time of first dose |
| Modelica.Units.SI.Time | adminPeriod | 8*3600 | time period between doses |
| Pharmacolibrary.Types.Mass | adminMass | 0.001 | drug dose mass |
| Integer | doseCount | -1 | number of doses, -1 .. unlimitted |
| Modelica.Units.SI.Time | adminDuration | 1 | administration duration |
| Real | F | 1 | bioavailability [0-1] |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ConcentrationPort_b | cport (from PartialDrugSource) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Pharmacolibrary.Types.Mass | TotalCumulativeMass (from PartialDrugSource) | Total dose adminitrated by this source | |
| VariableInfusion | variableDose |