template_medical_history: Template: Patient Profile Medical History

View source: R/tm_t_pp_medical_history.R

template_medical_historyR Documentation

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
)

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.

Value

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

See Also

tm_t_pp_medical_history()


teal.modules.clinical documentation built on April 4, 2025, 12:35 a.m.