Creates a valid expression to generate a patient profile medical history report using ADaM datasets.
template_medical_history(
dataname = "ANL",
mhterm = "MHTERM",
mhbodsys = "MHBODSYS",
mhdistat = "MHDISTAT",
patient_id = NULL
)
a list
of expressions to generate a table or plot object.
(character
)
analysis data used in teal module.
(character
)
name of the reported term for the medical history variable.
(character
)
name of the body system or organ class variable.
(character
)
name of the status of the disease variable.
(character
)
patient ID.
tm_t_pp_medical_history()