Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DataSubset class is used in the reporting event's dataSubsets

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyARSP-27
attribute  attribute to specify any additional data subsets that are used to restrict the subjects or records that are included in any given analysis, but are not considered to be defined analysis sets (e.g., subjects with a non-missing baseline value, or inclusion of only treatment-emergent adverse events in an AE summary analysis). Once a data subset has been defined in the reporting event's dataSubsets attribute, it can be used for any analysis by specifying its identifier value in the dataSubsetId attribute of the instance of the Analysis class that represents the analysis, as described in the Analysis section.

...

    • The compoundExpression attribute contains the definition of a compound expression represented as an instance of the CompoundSubsetExpression class, in which:
      • The logicalOperator attribute contains a value from the ExpressionLogicalOperatorEnum enumeration.
      • The whereClauses attribute contains 1 or more other 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 data subset represented as an instance of the ReferencedDataSubset class, in which the subClauseId attribute contains the identifier value of the referenced data subset.

...