PK Parameters by Subject
| Subject |
AUClast |
AUCinf_obs |
AUC% Extr. |
Cmax |
Tmax |
half_life |
CL / CL_F |
Vz / Vz_F |
DN_AUClast |
DN_Cmax |
{% for row in rows %}
|
{{ 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 }} |
{{ fmt(row.result.DN_AUClast) }} |
{{ fmt(row.result.DN_Cmax) }} |
{% endfor %}
{% set has_any_warnings = rows | selectattr("result.warnings") | list %}
{% if has_any_warnings %}
Warnings by Subject
| Subject |
Warning |
{% for row in rows %}
{% for w in row.result.warnings %}
| {{ row.result.subject }} |
{{ w }} |
{% endfor %}
{% endfor %}
{% endif %}
Disclaimer
Regulatory Notice
{{ disclaimer }}