OpenPKFlow — Non-Compartmental Analysis Summary Report

{{ title }}

Generated {{ generated_at }}
Software OpenPKFlow {{ openpkflow_version }}
{% if study_label %}
Study {{ study_label }}
{% endif %} {% if auc_method %}
AUC Method {{ auc_method }}
{% endif %} {% if blq_method %}
BLQ Method {{ blq_method }}
{% endif %}

PK Parameters by Subject

{% for row in rows %} {% endfor %}
Subject AUClast AUCinf_obs AUC% Extr. Cmax Tmax half_life CL / CL_F Vz / Vz_F
{{ row.result.subject }} {% if row.result.warnings %} WARN {% endif %} {{ fmt(row.result.AUClast) }} {{ fmt(row.result.AUCinf_obs) }} {{ fmt(row.result.AUC_percent_extrapolated) }} {{ fmt(row.result.Cmax) }} {{ fmt(row.result.Tmax) }} {{ fmt(row.result.half_life) }} {{ row.cl_value }} {{ row.vz_value }}
{% set has_any_warnings = rows | selectattr("result.warnings") | list %} {% if has_any_warnings %}

Warnings by Subject

{% for row in rows %} {% for w in row.result.warnings %} {% endfor %} {% endfor %}
Subject Warning
{{ row.result.subject }} {{ w }}
{% endif %}

Disclaimer

Regulatory Notice {{ disclaimer }}