You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

In this example reporting event, there are 3 reference documents:

Lines 2-4:

Show the "Statistical Analysis Plan", which has been assigned the identifier value "CDISCPILOT01_SAP". The file for this document (sap.pdf) is located in the same folder as the reporting event file.

Lines 5-7:

Show the "Clinical Study Report", which has been assigned the identifier value "CDISCPILOT01_CSR". The file for this document (csr-cdiscpilot01.pdf) is located in the "reports" sub-folder of the folder that contains the reporting event file.

Lines 8-10:

Show the "AE Summary Table Shell" program file, which has been assigned the identifier value "AE_Summary_Table_Shell". The file for this document (AE_Summary_Table_Shell.pdf) is located in the same folder as the reporting event file.

Lines 11-13:

Show the "at14-5-01.sas" program file, which has been assigned the identifier value "at14-5-01_sas". The file for this document (at14-5-01.sas) is located in the "programs" sub-folder of the folder that contains the reporting event file.

YAML Example
referenceDocuments:
- name: Statistical Analysis Plan
  id: CDISCPILOT01_SAP
  location: ./sap.pdf
- name: Clinical Study Report
  id: CDISCPILOT01_CSR
  location: ./reports/csr-cdiscpilot01.pdf
- name: AE Summary Table Shell
  id: AE_Summary_Table_Shell
  location: ./AE_Summary_Table_Shell.pdf
- name: at14-5-01.sas
  id: at14-5-01_sas
  location: ./programs/at14-5-01.sas

These reference documents could be represented in tabular form as:

$titleHtml
nameidlocation
Statistical Analysis PlanCDISCPILOT01_SAP./sap.pdf
Clinical Study ReportCDISCPILOT01_CSR./reports/csr-cdiscpilot01.pdf
AE Summary Table ShellAE_Summary_Table_Shell./AE_Summary_Table_Shell.pdf
at14-5-01.sasat14-5-01_sas./programs/at14-5-01.sas
$warningHtml

  • No labels