Versions Compared

Key

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

...

  • One of the outputs defined for the reporting event, which is the instance of the Output class identified by the value of the list item's outputId attribute. The value of the outputId attribute must match the value of the id attribute for one of the outputs in the reporting event.
  • One of the analyses defined for the reporting event, which is the instance of the Analysis class identified by the value of the list item's analysisId attribute. The value of the analysisId attribute must match the value of the id attribute for one of the outputs in the reporting event.
  • A sublist of items, represented as another instance of the NestedList class. If a list item has a sublist, the value of the level attribute for items in the sublist should be 1 greater than the list item's level.
listOfPlannedAnalyses
Expand
titlelistOfPlannedAnalyses
Example
title

Include Page
listOfPlannedAnalyses
listOfPlannedAnalyses

Note

As the ARS model does not currently contain any direct link between analyses and the outputs that display the results of the analyses, it is recommended that the listOfPlannedAnalyses is used to indicate the relationship between outputs and analyses. If an outputId is specified on a list item, it is implied that the output contains results of any analysis whose id value is found on the same list item as the outputId, or on any list item within a sublist that stems from the list item with the outputId.

Example
inlinetrue

In the previous example:

  • The output identified as "O_T2" would contain results from the analysis referenced on the first level 2 list item ("A_SAF_SUM_USUBJID_TRT"), as well as results from each of the analyses referenced on the 3 list items with level = 3 ("A_SAF_SUM_USUBJID_TRT_SEX", "A_SAF_SUM_AGE_TRT", and "A_SAF_SUM_USUBJID_TRT_AGEGRP").
  • The output identified as "O_T3" would contain results from the analysis identified as "A_SAF_SUM_BLCLCHRX_TRT".

...