Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added example uses of description and label (GitHub #217)

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

Xfancy
classrowcaps
Lines 2-45:

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

Lines 56-79:

Show the "Clinical Study Report", which has been assigned the identifier value "CDISCPILOT01_CSR" and a label of "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 810-1012:

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 1113-1316:

Show the "at14-5-01.sas" program file, which has been assigned the identifier value "at14-5-01_sas" and a description of "Program for generation of table 14.5.01". 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.

Code Block
titleYAML Example
linenumberstrue
referenceDocuments:
- name: Statistical Analysis Plan
  id: CDISCPILOT01_SAP
  location location: ./sap.pdf
-  name: ClinicalStatistical StudyAnalysis ReportPlan
  label: SAP
- id: CDISCPILOT01_CSR
  location: ./reports/csr-cdiscpilot01.pdf
-  name: AE Summary Table Shell
  Clinical Study Report
  label: CSR
- id: AE_Summary_Table_Shell
  location location: ./AE_Summary_Table_Shell.pdf
  name: AE Summary Table Shell  
- nameid: at14-5-01._sas
  idlocation: ./programs/at14-5-01_.sas
  locationname: ./programs/at14-5-01.sas
  description: Program for generation of table 14.5.01

These reference documents could be represented in tabular form as:

name
Dataset2
idlocation
namedescriptionlabel
Statistical Analysis Plan
CDISCPILOT01_SAP./sap.pdf
Clinical Study Report
Statistical Analysis Plan
SAP
CDISCPILOT01_CSR./reports/csr-cdiscpilot01.pdf
AE Summary Table Shell
Clinical Study Report
CSR
AE_Summary_Table_Shell./AE_Summary_Table_Shell.pdfAE Summary Table Shell

at14-5-01
.
_sas./programs/at14-5-01
_
.sas
./programs/
at14-5-01.sasProgram for generation of table 14.5.01