Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Included example of compound expressions using subClauseId

...

Excerpt Include
ARSP:ER Diagram: WhereClauseCompoundExpressionARSP:
ER Diagram: WhereClauseCompoundExpression

...

Each instance of a ReferencedWhereClause class contains the level and order attributes (to position the subclause relative to other subclauses) and the subClauseId attribute which holds the identifier value for the referenced instance of the identified WhereClause class.

Example

Include Page
ARSP:compoundExpression: AND and ORARSP:
compoundExpression: AND and OR

Example

Include Page
ARSPcompoundExpression: NOT
compoundExpression: NOTARSP:compoundExpression: NOT

Example

Include Page
analysisGroupings: Compound Expression
analysisGroupings: Compound Expression

Example
inlinetrue

See : the AnalysisSet section for an example of a compound expression that uses instances of the ReferencedAnalysisSet class to reference instances of the AnalysisSet

class, andthe GroupingFactor section for an example of compound expressions that use instances of the ReferencedGroup class to reference instances of the Group

class.

Note

Note that the ARS Model is designed to support the specification of analyses of data in ADaM datasets, which are expected to be "analysis-ready." In analysis-ready datasets, any complex criteria needed to define either subject populations or the grouping of data for analysis will usually have been applied to create flagging or grouping variables. These flagging and grouping variables can usually then be referenced in the specification of simple conditions, so compound expressions should generally not be required for the definition of subject populations (using the AnalysisSet class) or groups within grouping factors (using either the AnalysisGroup or DataGroup specialization of the Group class).

...