Versions Compared

Key

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

...

In the same reporting event, both analyses and outputs were categorized using by specifying one or more of the defined category identifier values in the categoryIds attribute:

  • Both the "Summary of Subjects by Treatment" analysis and the "Summary of Demographics" output where categorized as "Population Description".
  • The "Comparison of Change in Clinical Characteristic X by Treatment" analysis was categorized as both "Efficacy" and "Primary Estimand".
  • The "Change in Clinical Characteristic X" output was categorized as "Efficacy".
Markdown
```
analyses:
- id: An01_05_SAF_Summ_ByTrt
  name: Summary of Subjects by Treatment
  categoryIds:
  - Catn_01_Grp_1_Pop
  ...
- id: An02_03_SAF_Summ_ByTrt
  name: Comparison of Change in Clinical Characteristic X by Treatment
  categoryIds:
  - Catn_01_Grp_3_Eff
  - Catn_02_Est_1_Prim
  ...
...
outputs:
- id: Out14-1-5
  name: Summary of Demographics
  categoryIds:
  - Catn_01_Grp_1_Pop
  ...
- id: Out14-2-3
  name: Change in Clinical Characteristic X
  categoryIds:
  - Catn_01_Grp_3_Eff
  ...
```

...