An R6 class to define a SourceConceptSetLineItem

Super class

ClinicalCharacteristics::LineItem -> SourceConceptSetLineItem

Methods

Inherited methods


Method new()

Usage

SourceConceptSetLineItem$new(
  sectionLabel,
  domainTable,
  sourceConceptSet,
  timeInterval,
  statistic
)

Arguments

sectionLabel

a label for the table shell section

domainTable

the domain table in the cdm

sourceConceptSet

a source concept Set

timeInterval

a time interval class object to determine the time frame to consider the analytic

statistic

a Statistic Class object used to determine what type of analytic should be done for the line item


Method grabSourceConceptSet()

retrieve the source concept set

Usage

SourceConceptSetLineItem$grabSourceConceptSet()


Method clone()

The objects of this class are cloneable with this method.

Usage

SourceConceptSetLineItem$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.