Versions Compared

Key

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

...

The Output class is used in the reporting event's outputs attribute to define the outputs for the reporting event.

Excerpt Include
ARSP:ER Diagram: OutputARSP:
ER Diagram: Output

An instance of the Output class is created for each output and, in each instance:

...

  • name, which contains either the name of the output file or a sponsor-defined label for the file.
  • location, which indicates the location of the file relative to the location of the reporting event file.
  • fileType, which contains an indication of the file format (PDF, RTF, etc.) represented as an instance of 1 of the two specializations of the ExtensibleTerminologyTerm class for the OutputFileTypeEnum enumeration:
    • OutputFileType, in which the controlledTerm attribute contains a file type from the OutputFileTypeEnum enumeration
    • SponsorOutputFileType, in which the sponsorTermId attribute contains the identifier of a sponsor term created in the terminology extension for the OutputFileTypeEnum enumeration.

...