Versions Compared

Key

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

...

Code Block
titleYAML Example
linenumberstrue
outputs:
- id: Out14-1
    name: Summary of Demographics
  version: 1
  fileSpecifications:
  - name: t14-1-1-demog
    fileType:
      controlledTerm: pdf
    location: ./outputs/t14-1-1-demog.pdf
  displays:
  - order: 1
    display:
      id: Disp14-1-1
      name: Demog-M
      version: 1
      displayTitle: Summary of Demographics (Male)
      ...
  - order: 2
    display:
      id: Disp14-1-2
      name: Demog-F
      version: 1
      displayTitle: Summary of Demographics (Female)
      ...
  categoryIds:
    ...
  documentRefs:
    ...
  programmingCode:
    ...
- id: Out14-3-1-1
    name: Overall Summary of Treatment-Emergent Adverse Events
  version: 1
  fileSpecifications:
  - name: t14-3-1-1-teae-summ (RTF)
    fileType:
      controlledTerm: rtf
    location: ./outputs/t14-3-1-1-teae-summ.rtf
    style: '{fontsize: small}'
  - name: t14-3-1-1-teae-summ (PDF)
    fileType:
      controlledTerm: pdf
    location: ./outputs/t14-3-1-1-teae-summ.pdf
    style: '{fontsize: small}' 
  displays:
  - order: 1
    display:
      id: Disp14-3-1-1
      name: AE_Summ
      version: 1
      displayTitle: Overall Summary of Treatment-Emergent Adverse Events
      ...
  categoryIds:
    ...
  documentRefs:
    ...
  programmingCode:
    ...
...