Creates a valid expression to generate a patient profile laboratory table using ADaM datasets.
template_laboratory(
dataname = "ANL",
paramcd = "PARAMCD",
param = "PARAM",
anrind = "ANRIND",
timepoints = "ADY",
aval_var = "AVAL",
avalu_var = "AVALU",
patient_id = NULL,
round_value = 0L
)a list of expressions to generate a table or plot object.
(character)
analysis data used in teal module.
(character)
name of the parameter code variable.
(character)
name of the parameter variable.
(character)
name of the analysis reference range indicator variable.
(character)
name of time variable.
(character)
name of the analysis value variable.
(character)
name of the analysis value unit variable.
(character)
patient ID.
(numeric)
number of decimal places to round to.
tm_t_pp_laboratory()