Learn R Programming

teal.modules.clinical (version 0.9.0)

template_medical_history: Template: Patient Profile Medical History

Description

Creates a valid expression to generate a patient profile medical history report using ADaM datasets.

Usage

template_medical_history(
  dataname = "ANL",
  mhterm = "MHTERM",
  mhbodsys = "MHBODSYS",
  mhdistat = "MHDISTAT",
  patient_id = NULL
)

Value

a list of expressions to generate a table or plot object.

Arguments

dataname

(character)
analysis data used in teal module.

mhterm

(character)
name of the reported term for the medical history variable.

mhbodsys

(character)
name of the body system or organ class variable.

mhdistat

(character)
name of the status of the disease variable.

patient_id

(character)
patient ID.

See Also

tm_t_pp_medical_history()