Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarified that data subsets are used for any other type of subset (ARSP-27), add name and description attributes and modified description of label attribute (GitHub #217), updated description of subclauses in whereClauses (GitHub #136/#221)
Info
titleModel Documentation

Class: AnalysisSet

The AnalysisSet class , which is a specialization of the WhereClause class, is used in the reporting event's analysisSets attribute to specify the analysis sets, or subject populations, that define are defined in the statistical section of the protocol, or the SAP, and identify the sets of subjects whose data are to be included in the main analyses, as defined in the statistical section of the protocol. As described in the DataSubset section, the DataSubset class is used to specify any other subsets of subjects or data that are to be included in analyses, but where the subset is not considered to be a defined analysis set. Once an analysis set has been defined in the reporting event's analysisSets attribute, it can be used for any analysis by specifying its identifier value in the analysisSetId attribute of the instance of the Analysis class that represents the analysis, as described in the Analysis section.

Excerpt Include
ARSP:ER Diagram: AnalysisSetARSP:
ER Diagram: AnalysisSet

Each analysis set is defined as an instance of the AnalysisSet class, in which:

  • The id attribute contains the assigned identifier value for the analysis set.
  • The name attribute contains the name of the analysis set (e.g., "Safety Population", "Intent-to-Treat Population").
  • The description attribute may be used to record a detailed description of the analysis set.
  • The label attribute contains may be used to record a short description for of the analysis set (e.g., "SAF", "Safety PopulationITT").
  • The level and order attributes are both assigned a value of "1".
  • Either:

...

    • The compoundExpression attribute contains the definition of a compound expression represented as an instance of the CompoundSetExpression class, in which:
      • The logicalOperator attribute contains a value from the ExpressionLogicalOperatorEnum enumeration.
      • The whereClauses attribute contains 1 or more references to other instances of the AnalysisSet class represented as identifier valuesor more subclauses being combined or negated by the specified logical operator. Each subclause is represented as one of the following:
        • A where clause represented as an instance of the WhereClause class, with the subclause expressed using either the condition or compoundExpression attribute.
        • A reference to another defined analysis set represented as an instance of the ReferencedAnalysisSet class, in which the subClauseId attribute contains the identifier value of the referenced analysis set.

Refer to the WhereClauseCompoundExpression section for more information about compound expressions.

...