OpenPKFlow v{{ openpkflow_version }}

{{ title }}

Generated{{ generated_at }}
Method{{ method }}
IV Time Points{{ n_iv_timepoints }}
Diss. Time Points{{ n_ivt_timepoints }}

Predictability Assessment (FDA 1997)

Cmax %PE
{{ pe_cmax }}%
limit <= 15%
AUCinf %PE
{{ pe_auc }}%
limit <= 15%
Mean Abs %PE
{{ mean_abs_pe }}%
limit <= 10%

{{ 'PASS' if overall_pass else 'FAIL' }} -- IVIVC Predictability

IVIVC Plots

IVIVC Panels

Levy Plot Regression

Slope{{ levy_slope }}
Intercept{{ levy_intercept }}
R-squared{{ levy_r_squared }}
N points (0.05-0.95){{ levy_n }}

Study Info

Method{{ method }}
In vivo time points{{ n_iv_timepoints }}
Dissolution time points{{ n_ivt_timepoints }}

In Vivo Fraction Absorbed

{% for row in data_rows %} {% endfor %}
Time (h)ConcF_a
{{ row.time }}{{ row.conc }}{{ row.fa }}

Predicted vs Observed

{% for row in pred_rows %} {% endfor %}
Time (h)Predicted Conc
{{ row.time }}{{ row.conc }}

{{ disclaimer }}