Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed "data" from "data grouping factor" (ARSP-28)

...

Code Block
titleYAML Example
linenumberstrue
analysisGroupings:
- id: AnlsGrouping_04_Param
  dataDriven: false
  name: Vital Signs Parameter
  groupingDataset: ADVS
  groupingVariable: PARAMCD
  groups:
  - id: AnlsGrouping_04_Param_1
    name: Systolic Blood Pressure (mmHg)
    level: 1
    order: 1
    condition:
      dataset: ADVS
      variable: PARAMCD
      comparator: EQ
      value:
      - SYSBP
  - id: AnlsGrouping_04_Param_2
    name: Diastolic Blood Pressure (mmHg)
    level: 1
    order: 2
    condition:
      dataset: ADVS
      variable: PARAMCD
      comparator: EQ
      value:
      - DIABP
- id: AnlsGrouping_05_Soc
  name: System Organ Class
  groupingDataset: ADAE
  groupingVariable: AESOC
  dataDriven: true

These data grouping factors and their predefined groups could be represented in tabular form as shown in the following table where each instance of the Group class is represented on a separate line, with attribute values for the related instance of the GroupingFactor class represented on every row. If there are no predefined groups in the grouping factor (i.e., it is data-driven), a single row is shown with values only included for the GroupingFactor attributes.

...