...
There are 3 specializations of the WhereClause class that allow an identifier value and label to be assigned for the defined selection criteriacriterion:
- The AnalysisSet class is used to define subject populations (i.e., criteria for the selection of subjects for inclusion in an analysis), as described in the AnalysisSet section.
- The DataSubset class is used to define criteria for the selection of data records for inclusion in an analysis, as described in the DataSubset section.
- The Group class, through use of its two specializations, AnalysisGroup and DataGroup, is used to define the criteria for grouping subjects and data records (respectively) for analysis, as described in the DataGroupingFactor section.
...