OpenPKFlow v{{ openpkflow_version }}

{{ title }}

Generated{{ generated_at }}
Model{{ model_name }}
Route{{ route }}
Doses{{ n_doses }}

Simulation Results

Cmax
{{ "%.4g"|format(Cmax) }}
{{ conc_unit }}
Tmax
{{ "%.4g"|format(Tmax) }}
{{ time_unit }}
Cmin
{{ "%.4g"|format(Cmin) }}
{{ conc_unit }}
Clast
{{ "%.4g"|format(Clast) }}
{{ conc_unit }}

Concentration-Time Profile

PK Simulation Profile

Model and Dosing

Model Parameters

{% for key, val in params.items() %} {% endfor %}
{{ key }} {% if val is number %}{{ "%.4g"|format(val) }}{% else %}{{ val }}{% endif %}

Dose Regimen ({{ n_doses }} dose{{ 's' if n_doses != 1 else '' }})

{% for row in dose_rows %} {% endfor %}
Dose {{ row.n }} @ t={{ "%.4g"|format(row.time) }} {{ time_unit }} {{ "%.4g"|format(row.amount) }}{% if row.t_inf %} ({{ "%.4g"|format(row.t_inf) }} h inf){% endif %}

Data (Time vs. Concentration)

{% for row in data_rows %} {% endfor %}
Time ({{ time_unit }}) Concentration ({{ conc_unit }})
{{ row.time }} {{ row.conc }}
{% if truncated %}

Table shows first 200 of {{ n_timepoints }} time points.

{% endif %} {% if warnings %}

Warnings

    {% for w in warnings %}
  • {{ w }}
  • {% endfor %}
{% endif %}

{{ disclaimer }}