A Demographic Statistic that considers concepts in person table

Super class

ClinicalCharacteristics::Statistic -> DemographicConcept

Methods

Inherited methods


Method new()

Usage

DemographicConcept$new(demoCategory, demoLine, conceptColumn, conceptId)

Arguments

demoCategory

the category name of the demographic

demoLine

the line item name of the demographic concept

conceptColumn

the name of column in the person table to extract demographic concept

conceptId

the concept to search for in the concept column


Method getConceptColumn()

retrieve the concept column

Usage

DemographicConcept$getConceptColumn()


Method getDemoLabel()

create a label for the demographic concept

Usage

DemographicConcept$getDemoLabel()


Method getConceptId()

retrieve the concept id

Usage

DemographicConcept$getConceptId()


Method clone()

The objects of this class are cloneable with this method.

Usage

DemographicConcept$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.