Creates a valid expression to generate a patient profile prior medication report using ADaM datasets.
template_prior_medication(
dataname = "ANL",
atirel = "ATIREL",
cmdecod = "CMDECOD",
cmindc = "CMINDC",
cmstdy = "CMSTDY"
)
a list
of expressions to generate a table or plot object.
(character
)
analysis data used in teal module.
(character
)
name of time relation of medication variable.
(character
)
name of standardized medication name variable.
(character
)
name of indication variable.
(character
)
name of study relative day of start of medication variable.
tm_t_pp_prior_medication()