├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── HowTos ├── newFromTemplate_01.gif ├── newFromTemplate_02.gif └── new_from_template.md ├── LICENSE ├── README.md ├── docs ├── 404.html ├── Analysis │ └── index.html ├── AnalysisMethod │ └── index.html ├── AnalysisOutputCategorization │ └── index.html ├── AnalysisOutputCategory │ └── index.html ├── AnalysisOutputCodeParameter │ └── index.html ├── AnalysisOutputProgrammingCode │ └── index.html ├── AnalysisProgrammingCodeTemplate │ └── index.html ├── AnalysisPurpose │ └── index.html ├── AnalysisPurposeEnum │ └── index.html ├── AnalysisReason │ └── index.html ├── AnalysisReasonEnum │ └── index.html ├── AnalysisSet │ └── index.html ├── Boolean │ └── index.html ├── CodeParameter │ └── index.html ├── CompoundGroupExpression │ └── index.html ├── CompoundSetExpression │ └── index.html ├── CompoundSubsetExpression │ └── index.html ├── ConditionComparatorEnum │ └── index.html ├── Curie │ └── index.html ├── DataSubset │ └── index.html ├── Date │ └── index.html ├── DateOrDatetime │ └── index.html ├── Datetime │ └── index.html ├── Decimal │ └── index.html ├── DisplaySection │ └── index.html ├── DisplaySectionTypeEnum │ └── index.html ├── DisplaySubSection │ └── index.html ├── DocumentRef │ └── index.html ├── DocumentReference │ └── index.html ├── Double │ └── index.html ├── ExpressionLogicalOperatorEnum │ └── index.html ├── ExtensibleTerminologyEnum │ └── index.html ├── ExtensibleTerminologyTerm │ └── index.html ├── Float │ └── index.html ├── GlobalDisplaySection │ └── index.html ├── Group │ └── index.html ├── GroupingFactor │ └── index.html ├── Integer │ └── index.html ├── LevelOrder │ └── index.html ├── ListOfContents │ └── index.html ├── NamedObject │ └── index.html ├── Ncname │ └── index.html ├── NestedList │ └── index.html ├── Nodeidentifier │ └── index.html ├── Objectidentifier │ └── index.html ├── Operation │ └── index.html ├── OperationResult │ └── index.html ├── OperationRole │ └── index.html ├── OperationRoleEnum │ └── index.html ├── OrderedDisplay │ └── index.html ├── OrderedDisplaySubSection │ └── index.html ├── OrderedGroupingFactor │ └── index.html ├── OrderedListItem │ └── index.html ├── OrderedSubSection │ └── index.html ├── OrderedSubSectionRef │ └── index.html ├── Output │ └── index.html ├── OutputDisplay │ └── index.html ├── OutputFile │ └── index.html ├── OutputFileType │ └── index.html ├── OutputFileTypeEnum │ └── index.html ├── PageNameRef │ └── index.html ├── PageNumberListRef │ └── index.html ├── PageNumberRangeRef │ └── index.html ├── PageRef │ └── index.html ├── PageRefTypeEnum │ └── index.html ├── ReferenceDocument │ └── index.html ├── ReferencedAnalysisOperation │ └── index.html ├── ReferencedAnalysisSet │ └── index.html ├── ReferencedDataSubset │ └── index.html ├── ReferencedGroup │ └── index.html ├── ReferencedOperationRelationship │ └── index.html ├── ReferencedWhereClause │ └── index.html ├── ReportingEvent │ └── index.html ├── ResultGroup │ └── index.html ├── SponsorAnalysisPurpose │ └── index.html ├── SponsorAnalysisReason │ └── index.html ├── SponsorOperationRole │ └── index.html ├── SponsorOutputFileType │ └── index.html ├── SponsorTerm │ └── index.html ├── String │ └── index.html ├── SubClause │ └── index.html ├── TemplateCodeParameter │ └── index.html ├── TerminologyExtension │ └── index.html ├── Time │ └── index.html ├── Uri │ └── index.html ├── Uriorcurie │ └── index.html ├── WhereClause │ └── index.html ├── WhereClauseCompoundExpression │ └── index.html ├── WhereClauseCondition │ └── index.html ├── analyses │ └── index.html ├── analysisGroupings │ └── index.html ├── analysisId │ └── index.html ├── analysisOutputCategorizations │ └── index.html ├── analysisSetId │ └── index.html ├── analysisSets │ └── index.html ├── ars_ldm │ └── index.html ├── categories │ └── index.html ├── categoryIds │ └── index.html ├── code │ └── index.html ├── codeTemplate │ └── index.html ├── comparator │ └── index.html ├── compoundExpression │ └── index.html ├── condition │ └── index.html ├── contentsList │ └── index.html ├── context │ └── index.html ├── controlledTerm │ └── index.html ├── css │ ├── base.css │ ├── bootstrap.min.css │ └── font-awesome.min.css ├── dataDriven │ └── index.html ├── dataSubsetId │ └── index.html ├── dataSubsets │ └── index.html ├── dataset │ └── index.html ├── description │ └── index.html ├── display │ └── index.html ├── displaySections │ └── index.html ├── displayTitle │ └── index.html ├── displays │ └── index.html ├── documentRef │ └── index.html ├── documentRefs │ └── index.html ├── enumeration │ └── index.html ├── fileSpecifications │ └── index.html ├── fileType │ └── index.html ├── firstPage │ └── index.html ├── fonts │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── formattedValue │ └── index.html ├── globalDisplaySections │ └── index.html ├── groupId │ └── index.html ├── groupValue │ └── index.html ├── groupingDataset │ └── index.html ├── groupingId │ └── index.html ├── groupingVariable │ └── index.html ├── groups │ └── index.html ├── id │ └── index.html ├── img │ ├── favicon.ico │ └── grid.png ├── index.html ├── js │ ├── base.js │ ├── bootstrap.min.js │ ├── enable_zoom.js │ └── jquery-1.10.2.min.js ├── label │ └── index.html ├── lastPage │ └── index.html ├── level │ └── index.html ├── listItems │ └── index.html ├── location │ └── index.html ├── logicalOperator │ └── index.html ├── mainListOfContents │ └── index.html ├── methodId │ └── index.html ├── methods │ └── index.html ├── name │ └── index.html ├── operationId │ └── index.html ├── operations │ └── index.html ├── order │ └── index.html ├── orderedGroupings │ └── index.html ├── orderedSubSections │ └── index.html ├── otherListsOfContents │ └── index.html ├── outputId │ └── index.html ├── outputs │ └── index.html ├── pageNames │ └── index.html ├── pageNumbers │ └── index.html ├── pageRefs │ └── index.html ├── parameters │ └── index.html ├── programmingCode │ └── index.html ├── purpose │ └── index.html ├── rawValue │ └── index.html ├── reason │ └── index.html ├── refType │ └── index.html ├── referenceDocumentId │ └── index.html ├── referenceDocuments │ └── index.html ├── referencedAnalysisOperations │ └── index.html ├── referencedOperationRelationshipId │ └── index.html ├── referencedOperationRelationships │ └── index.html ├── referencedOperationRole │ └── index.html ├── resultGroups │ └── index.html ├── resultPattern │ └── index.html ├── results │ └── index.html ├── resultsByGroup │ └── index.html ├── search │ ├── lunr.js │ ├── main.js │ ├── search_index.json │ └── worker.js ├── sectionType │ └── index.html ├── sitemap.xml ├── sitemap.xml.gz ├── sponsorTermId │ └── index.html ├── sponsorTerms │ └── index.html ├── style │ └── index.html ├── subCategorizations │ └── index.html ├── subClauseId │ └── index.html ├── subSection │ └── index.html ├── subSectionId │ └── index.html ├── subSections │ └── index.html ├── sublist │ └── index.html ├── submissionValue │ └── index.html ├── terminologyExtensions │ └── index.html ├── text │ └── index.html ├── value │ └── index.html ├── valueSource │ └── index.html ├── variable │ └── index.html ├── version │ └── index.html └── whereClauses │ └── index.html ├── documents ├── placeholder.md └── references │ ├── SAP+Template_20180821.docx │ ├── ich-e-9-statistical-principles-clinical-trials-step-5_en.pdf │ ├── ich-e9-r1-addendum-estimands-sensitivity-analysis-clinical-trials-guideline-statistical-principles_en.pdf │ └── sap-cdisc-pilot-study.pdf ├── images ├── AR-current-state.png ├── AR-future-state.png └── placeholder.png ├── mkdocs.yml ├── model ├── ars_ldm.json ├── ars_ldm.md ├── ars_ldm.py ├── ars_ldm.svg ├── ars_ldm.yaml └── ars_ldm.yuml ├── project ├── ars_ldm.py ├── ars_ldm_api.py ├── docgen │ ├── class.md.jinja2 │ ├── class_diagram.md.jinja2 │ ├── common_metadata.md.jinja2 │ ├── enum.md.jinja2 │ ├── examples │ │ ├── WhereClause-01 condition.yaml │ │ ├── WhereClause-02 compoundExpression.yaml │ │ ├── WhereClauseCompoundExpression-01 AND.yaml │ │ └── WhereClauseCompoundExpression-02 NOT with OR.yaml │ ├── index.md.jinja2 │ ├── index.tex.jinja2 │ ├── js │ │ └── enable_zoom.js │ ├── schema.md.jinja2 │ ├── slot.md.jinja2 │ ├── subset.md.jinja2 │ └── type.md.jinja2 ├── docs │ ├── Analysis.md │ ├── AnalysisMethod.md │ ├── AnalysisOutputCategorization.md │ ├── AnalysisOutputCategory.md │ ├── AnalysisOutputCodeParameter.md │ ├── AnalysisOutputProgrammingCode.md │ ├── AnalysisProgrammingCodeTemplate.md │ ├── AnalysisPurpose.md │ ├── AnalysisPurposeEnum.md │ ├── AnalysisReason.md │ ├── AnalysisReasonEnum.md │ ├── AnalysisSet.md │ ├── Boolean.md │ ├── CodeParameter.md │ ├── CompoundGroupExpression.md │ ├── CompoundSetExpression.md │ ├── CompoundSubsetExpression.md │ ├── ConditionComparatorEnum.md │ ├── Curie.md │ ├── DataSubset.md │ ├── Date.md │ ├── DateOrDatetime.md │ ├── Datetime.md │ ├── Decimal.md │ ├── DisplaySection.md │ ├── DisplaySectionTypeEnum.md │ ├── DisplaySubSection.md │ ├── DocumentReference.md │ ├── Double.md │ ├── ExpressionLogicalOperatorEnum.md │ ├── ExtensibleTerminologyEnum.md │ ├── ExtensibleTerminologyTerm.md │ ├── Float.md │ ├── GlobalDisplaySection.md │ ├── Group.md │ ├── GroupingFactor.md │ ├── Integer.md │ ├── LevelOrder.md │ ├── ListOfContents.md │ ├── NamedObject.md │ ├── Ncname.md │ ├── NestedList.md │ ├── Nodeidentifier.md │ ├── Objectidentifier.md │ ├── Operation.md │ ├── OperationResult.md │ ├── OperationRole.md │ ├── OperationRoleEnum.md │ ├── OrderedDisplay.md │ ├── OrderedDisplaySubSection.md │ ├── OrderedGroupingFactor.md │ ├── OrderedListItem.md │ ├── OrderedSubSection.md │ ├── OrderedSubSectionRef.md │ ├── Output.md │ ├── OutputDisplay.md │ ├── OutputFile.md │ ├── OutputFileType.md │ ├── OutputFileTypeEnum.md │ ├── PageNameRef.md │ ├── PageNumberListRef.md │ ├── PageNumberRangeRef.md │ ├── PageRef.md │ ├── PageRefTypeEnum.md │ ├── ReferenceDocument.md │ ├── ReferencedAnalysisOperation.md │ ├── ReferencedAnalysisSet.md │ ├── ReferencedDataSubset.md │ ├── ReferencedGroup.md │ ├── ReferencedOperationRelationship.md │ ├── ReferencedWhereClause.md │ ├── ReportingEvent.md │ ├── ResultGroup.md │ ├── SponsorAnalysisPurpose.md │ ├── SponsorAnalysisReason.md │ ├── SponsorOperationRole.md │ ├── SponsorOutputFileType.md │ ├── SponsorTerm.md │ ├── String.md │ ├── SubClause.md │ ├── TemplateCodeParameter.md │ ├── TerminologyExtension.md │ ├── Time.md │ ├── Uri.md │ ├── Uriorcurie.md │ ├── WhereClause.md │ ├── WhereClauseCompoundExpression.md │ ├── WhereClauseCondition.md │ ├── analyses.md │ ├── analysisGroupings.md │ ├── analysisId.md │ ├── analysisOutputCategorizations.md │ ├── analysisSetId.md │ ├── analysisSets.md │ ├── ars_ldm.md │ ├── categories.md │ ├── categoryIds.md │ ├── code.md │ ├── codeTemplate.md │ ├── comparator.md │ ├── compoundExpression.md │ ├── condition.md │ ├── contentsList.md │ ├── context.md │ ├── controlledTerm.md │ ├── dataDriven.md │ ├── dataSubsetId.md │ ├── dataSubsets.md │ ├── dataset.md │ ├── description.md │ ├── display.md │ ├── displaySections.md │ ├── displayTitle.md │ ├── displays.md │ ├── documentRef.md │ ├── documentRefs.md │ ├── enumeration.md │ ├── fileSpecifications.md │ ├── fileType.md │ ├── firstPage.md │ ├── formattedValue.md │ ├── globalDisplaySections.md │ ├── groupId.md │ ├── groupValue.md │ ├── groupingDataset.md │ ├── groupingId.md │ ├── groupingVariable.md │ ├── groups.md │ ├── id.md │ ├── index.md │ ├── label.md │ ├── lastPage.md │ ├── level.md │ ├── listItems.md │ ├── location.md │ ├── logicalOperator.md │ ├── mainListOfContents.md │ ├── methodId.md │ ├── methods.md │ ├── name.md │ ├── operationId.md │ ├── operations.md │ ├── order.md │ ├── orderedGroupings.md │ ├── orderedSubSections.md │ ├── otherListsOfContents.md │ ├── outputId.md │ ├── outputs.md │ ├── pageNames.md │ ├── pageNumbers.md │ ├── pageRefs.md │ ├── parameters.md │ ├── programmingCode.md │ ├── purpose.md │ ├── rawValue.md │ ├── reason.md │ ├── refType.md │ ├── referenceDocumentId.md │ ├── referenceDocuments.md │ ├── referencedAnalysisOperations.md │ ├── referencedOperationRelationshipId.md │ ├── referencedOperationRelationships.md │ ├── referencedOperationRole.md │ ├── resultGroups.md │ ├── resultPattern.md │ ├── results.md │ ├── resultsByGroup.md │ ├── sectionType.md │ ├── sponsorTermId.md │ ├── sponsorTerms.md │ ├── style.md │ ├── subCategorizations.md │ ├── subClauseId.md │ ├── subSection.md │ ├── subSectionId.md │ ├── subSections.md │ ├── sublist.md │ ├── submissionValue.md │ ├── terminologyExtensions.md │ ├── text.md │ ├── value.md │ ├── valueSource.md │ ├── variable.md │ ├── version.md │ └── whereClauses.md ├── excel │ └── ars_ldm.xlsx ├── graphql │ └── ars_ldm.graphql ├── jsonld │ ├── ars_ldm.context.jsonld │ └── ars_ldm.jsonld ├── jsonschema │ └── ars_ldm.schema.json ├── owl │ └── ars_ldm.owl.ttl ├── prefixmap │ └── ars_ldm.yaml ├── protobuf │ └── ars_ldm.proto ├── shacl │ └── ars_ldm.shacl.ttl ├── shex │ └── ars_ldm.shex └── sqlschema │ └── ars_ldm.sql ├── utilities ├── python │ ├── ARS Template.xlsx │ ├── excel2yaml.py │ ├── list_of_contents.py │ └── requirements.txt └── sas │ ├── create_class_datasets_for_json_reportingevent.sas │ ├── headerin.txt │ ├── import_json_reportingevent.sas │ ├── macros │ ├── add_datapath.sas │ ├── class_dataset.sas │ ├── get_class_slots.sas │ ├── make_class_datasets.sas │ ├── map_json_re.sas │ └── write_json_map.sas │ └── reportingevent.map └── workfiles ├── ARS.cmap ├── ARS.jpg └── examples ├── ARM_Technical_Specs_DM_AE_VS_Examples_DRAFT_20220617.xlsx ├── ARS v1 ├── AE_SOC_PT_Table_Shell.rtf ├── AE_Summary_Table_Shell.pdf ├── Common Safety Displays-LOC.txt ├── Common Safety Displays.json ├── Common Safety Displays.xlsx ├── Common Safety Displays.yaml ├── Demog_Table_Shell.rtf ├── FDA Standard Safety Tables and Figures-LOC.txt ├── FDA Standard Safety Tables and Figures.json ├── FDA Standard Safety Tables and Figures.xlsx ├── FDA Standard Safety Tables and Figures.yaml ├── Vitals_Obs_ChgBaseline_Table_Shell.pdf ├── Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf ├── at14-5-01.sas ├── csr-cdiscpilot01.pdf ├── sap.pdf └── table2.sas ├── Dynamic Display.xlsx ├── Hackathon ├── AE_SOC_PT_Table_Shell.rtf ├── AE_Summary_Table_Shell.pdf ├── Common Safety Displays-LOPA.txt ├── Common Safety Displays.json ├── Common Safety Displays.xlsx ├── Common Safety Displays.yaml ├── Demog_Table_Shell.rtf ├── FDA STF.json ├── FDA STF.xlsx ├── FDA STF.yaml ├── FDA Standard Safety Tables and Figures-LOPA.txt ├── Vitals_Obs_ChgBaseline_Table_Shell.pdf ├── Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf ├── at14-5-01.sas ├── csr-cdiscpilot01.pdf ├── sap.pdf └── table2.sas ├── PHUSE Connect Workshop ├── AE_SOC_PT_Table_Shell_PHUSE_Workshop.pdf ├── AE_SOC_PT_Table_Shell_PHUSE_Workshop.rtf ├── CDISC-ARS-Workshop-PHUSE-US-Connect.pptx ├── Demog_Table_Shell_PHUSE_Workshop.pdf ├── Demog_Table_Shell_PHUSE_Workshop.rtf ├── PHUSE Connect Examples.json ├── PHUSE Connect Examples.xlsx ├── PHUSE Connect Examples.yaml ├── PHUSE Connect Workshop.zip ├── PHUSE-US-Connect-ARS-Model-CMAP-JPEG.jpg ├── PHUSE-US-Connect-ARS-Model-CMAP-PDF.pdf └── PHUSE-US-Connect-ARS-Model-CMAP.cmap ├── US Interchange ├── Common Safety Displays.xlsx ├── Disposition.pdf └── auto_analysis.sas └── archive ├── README.md ├── Sprint 10 Examples-LOPA.txt ├── Sprint 10 Examples.json ├── Sprint 10 Examples.xlsx ├── Sprint 10 Examples.yaml ├── Sprint 12 Examples-LOPA.txt ├── Sprint 12 Examples.json ├── Sprint 12 Examples.xlsx ├── Sprint 12 Examples.yaml ├── Sprint 9 Examples-LOPA.txt ├── Sprint 9 Examples.json ├── Sprint 9 Examples.xlsx ├── Sprint 9 Examples.yaml ├── cdiscpilot01-combined_lists.json ├── cdiscpilot01-combined_lists.yaml ├── cdiscpilot01-sprint6.json ├── cdiscpilot01-sprint6.yaml ├── cdiscpilot01-sprint7.json ├── cdiscpilot01-sprint7.yaml ├── example.json └── example.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | ~$*.xlsx 2 | venv 3 | __pycache__ 4 | .vscode -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # UPDATES REQUIRED 2 | 3 | Richard and Bhavin need to update this file to express the project interests in contributions and to explain the Directory Structure below. 4 | 5 | # Contributions 6 | 7 | Contribution is very welcome. All contributions must adhere to the following [Code of Conduct](CODE_OF_CONDUCT.md). If you are not familar with contributions, please checkout the documents under the [How To's](./HowTos). 8 | 9 | ## Directory Structure 10 | 11 | File/Path | Content 12 | -- | -- 13 | README.md | general project overview information 14 | images | store any images referenced by other files 15 | documents | store any files like documents, minutes, poster, presentations, papers etc. here (using repositories license) 16 | 17 | ## License 18 | 19 | By commiting to this repository you agree that the repositories license applied to the uploaded content. Do not upload documents using other licenses. If you want to reference files using a different license, just include a link and not the document itself. 20 | 21 | -------------------------------------------------------------------------------- /HowTos/newFromTemplate_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/HowTos/newFromTemplate_01.gif -------------------------------------------------------------------------------- /HowTos/newFromTemplate_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/HowTos/newFromTemplate_02.gif -------------------------------------------------------------------------------- /HowTos/new_from_template.md: -------------------------------------------------------------------------------- 1 | # Setup Repository (Create a copy, update and add members) 2 | 3 | To use the template to create your own repository, you can create a new repository in your area by using this source. 4 | 5 | ## Create new repository from template 6 | 7 | To create a new repository based from this template, just the "Use this template" needs to be clicked: 8 | 9 | - Create GitHub account / login to GitHub 10 | - Open https://github.com/cdisc-org/COSAHackathonTemplate 11 | - Click "Use this template" 12 | - Edit project name 13 | - Make the repository public to allow others to see and contribute 14 | - Click "Begin import" 15 | 16 | Now you need to wait until the import is finished. Then click the new link to your repository to update this. 17 | 18 | The following animation shows this process: 19 | 20 | ![Animation to use this repository](./newFromTemplate_01.gif) 21 | 22 | ## Update repository 23 | 24 | As a next steps you need to update a few things which are noted in the README.md. The easiest way to update the repository is through the integrated Development environment within GitHub which can easily be started throuth pressing the dot character on your keyboard. 25 | 26 | Remark: There are various tools and integrations available for git and GitHub, so if you are familar with e.g. eclipse, VSCode or similar you might want to work differently. 27 | 28 | The following steps might be performed: 29 | 30 | - click "." on your keyboard in GitHub in your repository to start a nice working environment 31 | - click the files to updates 32 | - README.md needs to be updated and contains also a list of what should be updated 33 | - When you edit a markdown file (.md), then you can also preview the result (top-right "Open preview to the side") 34 | - Use Ctrl+S to save changes in files 35 | - Optionally you might want to remove some "How To's" 36 | 37 | Committing files: 38 | 39 | - After all changes are done, these needs to be "committed" 40 | - Go to "Source Control" -> very left bar, third image from top 41 | - You can review all changes 42 | - Enter a commit message 43 | - "Commit and Push" to immediately put all changes live 44 | - or "Create Pull Request" to review and accept the changes in a separate step 45 | 46 | The following animation shows this process: 47 | 48 | ![Animation to update content of repository](./newFromTemplate_02.gif) 49 | 50 | ## Grant members access 51 | 52 | Project members should be able to work with the repository as well. For this you have to add the people to the repository members, ideally as Developer. 53 | 54 | The following steps can be performed: 55 | 56 | - In GitHub in your repository, go to "Settings" -> "Access" -> "Collaborators" 57 | - Click "Add people", select the collaborator and "Add xxx to this repository" 58 | - After the collaborator accepted the invite he/she is able to work in this repository as well. 59 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 [INCLUDE COPYRIGHT INSTANCE] 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/img/favicon.ico -------------------------------------------------------------------------------- /docs/img/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/img/grid.png -------------------------------------------------------------------------------- /docs/sitemap.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/docs/sitemap.xml.gz -------------------------------------------------------------------------------- /documents/placeholder.md: -------------------------------------------------------------------------------- 1 | # Placeholder 2 | 3 | Please store any related created files or documents here. Be aware of the repositories license. 4 | 5 | If you want to include documents where this licence does not apply, please include a link only. -------------------------------------------------------------------------------- /documents/references/SAP+Template_20180821.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/documents/references/SAP+Template_20180821.docx -------------------------------------------------------------------------------- /documents/references/ich-e-9-statistical-principles-clinical-trials-step-5_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/documents/references/ich-e-9-statistical-principles-clinical-trials-step-5_en.pdf -------------------------------------------------------------------------------- /documents/references/ich-e9-r1-addendum-estimands-sensitivity-analysis-clinical-trials-guideline-statistical-principles_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/documents/references/ich-e9-r1-addendum-estimands-sensitivity-analysis-clinical-trials-guideline-statistical-principles_en.pdf -------------------------------------------------------------------------------- /documents/references/sap-cdisc-pilot-study.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/documents/references/sap-cdisc-pilot-study.pdf -------------------------------------------------------------------------------- /images/AR-current-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/images/AR-current-state.png -------------------------------------------------------------------------------- /images/AR-future-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/images/AR-future-state.png -------------------------------------------------------------------------------- /images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/images/placeholder.png -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: Analysis Results Standard (ARS) 2 | site_url: https://cdisc-org.github.io/analysis-results-standard/ 3 | nav: 4 | - Home: index.md 5 | #- About: about.md 6 | plugins: 7 | - search 8 | - mermaid2: 9 | arguments: 10 | startOnLoad: false 11 | mermaid: 12 | er: 13 | useMaxWidth: true 14 | markdown_extensions: 15 | - pymdownx.superfences: 16 | preserve_tabs: true 17 | custom_fences: 18 | - name: mermaid 19 | class: mermaid 20 | format: !!python/name:pymdownx.superfences.fence_code_format 21 | extra_javascript: 22 | - https://cdn.jsdelivr.net/npm/svg-pan-zoom@3.6.1/dist/svg-pan-zoom.min.js 23 | - https://cdn.jsdelivr.net/npm/mermaid@9.1.3/dist/mermaid.min.js 24 | - js/enable_zoom.js 25 | docs_dir: project/docs 26 | site_dir: docs -------------------------------------------------------------------------------- /project/docgen/class_diagram.md.jinja2: -------------------------------------------------------------------------------- 1 | {# REMOVED if diagram_type == "er_diagram" LOGIC TO PREVENT ER DIAGRAMS FOR CLASSES #} 2 | 3 | {% if schemaview.class_parents(element.name) and schemaview.class_children(element.name) -%} 4 | ```{{ gen.mermaid_directive() }} 5 | classDiagram 6 | class {{ gen.name(element) }} 7 | {% for s in schemaview.class_parents(element.name)|sort(attribute='name') -%} 8 | {{ gen.name(schemaview.get_element(s)) }} <|-- {{ gen.name(element) }} 9 | {% endfor -%} 10 | {% for s in schemaview.class_children(element.name)|sort(attribute='name') -%} 11 | {{ gen.name(element) }} <|-- {{ gen.name(schemaview.get_element(s)) }} 12 | {% endfor %} 13 | {% for s in schemaview.class_induced_slots(element.name) -%} 14 | {{ gen.name(element) }} : {{gen.name(s)}} 15 | {% if s.range not in gen.all_type_object_names() -%} 16 | {{ gen.name(element) }} --|> {{ s.range }} : {{ gen.name(s) }} 17 | {% endif %} 18 | {% endfor %} 19 | ``` 20 | {% elif schemaview.class_parents(element.name) %} 21 | ```{{ gen.mermaid_directive() }} 22 | classDiagram 23 | class {{ gen.name(element) }} 24 | {% for s in schemaview.class_parents(element.name)|sort(attribute='name') -%} 25 | {{ gen.name(schemaview.get_element(s)) }} <|-- {{ gen.name(element) }} 26 | {% endfor -%} 27 | 28 | {% for s in schemaview.class_induced_slots(element.name) -%} 29 | {{ gen.name(element) }} : {{gen.name(s)}} 30 | {% if s.range not in gen.all_type_object_names() -%} 31 | {{ gen.name(element) }} --|> {{ s.range }} : {{ gen.name(s) }} 32 | {% endif %} 33 | {%- endfor %} 34 | ``` 35 | {% elif schemaview.class_children(element.name) %} 36 | ```{{ gen.mermaid_directive() }} 37 | classDiagram 38 | class {{ gen.name(element) }} 39 | {% for s in schemaview.class_children(element.name)|sort(attribute='name') -%} 40 | {{ gen.name(element) }} <|-- {{ gen.name(schemaview.get_element(s)) }} 41 | {% endfor -%} 42 | {% for s in schemaview.class_induced_slots(element.name) -%} 43 | {{ gen.name(element) }} : {{gen.name(s)}} 44 | {% if s.range not in gen.all_type_object_names() -%} 45 | {{ gen.name(element) }} --|> {{ s.range }} : {{ gen.name(s) }} 46 | {% endif %} 47 | {%- endfor %} 48 | ``` 49 | {% else %} 50 | ```{{ gen.mermaid_directive() }} 51 | classDiagram 52 | class {{ gen.name(element) }} 53 | {% for s in schemaview.class_induced_slots(element.name)|sort(attribute='name') -%} 54 | {{ gen.name(element) }} : {{gen.name(s)}} 55 | {% if s.range not in gen.all_type_object_names() -%} 56 | {{ gen.name(element) }} --|> {{ s.range }} : {{ gen.name(s) }} 57 | {% endif %} 58 | {%- endfor %} 59 | ``` 60 | {%- endif %} -------------------------------------------------------------------------------- /project/docgen/common_metadata.md.jinja2: -------------------------------------------------------------------------------- 1 | {% if element.aliases %} 2 | ## Aliases 3 | 4 | {% for alias in element.aliases %} 5 | * {{ alias }} 6 | {%- endfor %} 7 | {% endif %} 8 | 9 | 10 | {% if element.examples %} 11 | ## Examples 12 | 13 | | Value | 14 | | --- | 15 | {% for x in element.examples -%} 16 | | {{ x.value }} | 17 | {% endfor %} 18 | {% endif -%} 19 | 20 | {% if element.comments -%} 21 | ## Comments 22 | 23 | {% for x in element.comments -%} 24 | * {{x}} 25 | {% endfor %} 26 | {% endif -%} 27 | 28 | {% if element.todos -%} 29 | ## TODOs 30 | 31 | {% for x in element.todos -%} 32 | * {{x}} 33 | {% endfor %} 34 | {% endif -%} 35 | 36 | {% if element.see_also -%} 37 | ## See Also 38 | 39 | {% for x in element.see_also -%} 40 | * {{ gen.uri_link(x) }} 41 | {% endfor %} 42 | {% endif -%} 43 | 44 | ## Identifier and Mapping Information 45 | 46 | {% if element.id_prefixes %} 47 | ### Valid ID Prefixes 48 | 49 | Instances of this class *should* have identifiers with one of the following prefixes: 50 | {% for p in element.id_prefixes %} 51 | * {{p}} 52 | {% endfor %} 53 | 54 | {% endif %} 55 | 56 | 57 | {% if element.annotations %} 58 | ### Annotations 59 | 60 | | property | value | 61 | | --- | --- | 62 | {% for a in element.annotations -%} 63 | {%- if a|string|first != '_' -%} 64 | | {{ a }} | {{ element.annotations[a].value }} | 65 | {%- endif -%} 66 | {% endfor %} 67 | {% endif %} 68 | 69 | {% if element.from_schema or element.imported_from %} 70 | ### Schema Source 71 | 72 | {% if element.from_schema %} 73 | * from schema: {{ element.from_schema }} 74 | {% endif %} 75 | {% if element.imported_from %} 76 | * imported from: {{ element.imported_from }} 77 | {% endif %} 78 | {% endif %} -------------------------------------------------------------------------------- /project/docgen/enum.md.jinja2: -------------------------------------------------------------------------------- 1 | # Enum: {{ gen.name(element) }} 2 | 3 | {% if element.description %} 4 | {% set element_description_lines = element.description.split('\n') %} 5 | {% for element_description_line in element_description_lines %} 6 | _{{ element_description_line }}_ 7 | {% endfor %} 8 | {% endif %} 9 | 10 | URI: {{ gen.uri_link(element) }} 11 | 12 | {% if element.permissible_values -%} 13 | ## Permissible Values 14 | 15 | | Value | Meaning | Description | 16 | | --- | --- | --- | 17 | {% for pv in element.permissible_values.values() -%} 18 | | {{pv.text}} | {{pv.meaning}} | {{pv.description|enshorten}} | 19 | {% endfor %} 20 | {% else %} 21 | _This is a dynamic enum_ 22 | {% endif %} 23 | 24 | {% set slots_for_enum = schemaview.get_slots_by_enum(element.name) %} 25 | {% if slots_for_enum is defined and slots_for_enum|length > 0 -%} 26 | ## Slots 27 | 28 | | Name | Description | 29 | | --- | --- | 30 | {% for s in schemaview.get_slots_by_enum(element.name) -%} 31 | | {{gen.link(s)}} | {{s.description|enshorten}} | 32 | {% endfor %} 33 | {% endif %} 34 | 35 | {% include "common_metadata.md.jinja2" %} 36 | 37 | ## LinkML Source 38 | 39 |
40 | ```yaml 41 | {{gen.yaml(element)}} 42 | ``` 43 |
44 | 45 | -------------------------------------------------------------------------------- /project/docgen/examples/WhereClause-01 condition.yaml: -------------------------------------------------------------------------------- 1 | # Simple condition: (ADSL.SAFFL EQ 'Y') 2 | order: 1 3 | level: 1 4 | condition: 5 | dataset: ADSL 6 | variable: SAFFL 7 | comparator: EQ 8 | value: 9 | - Y -------------------------------------------------------------------------------- /project/docgen/examples/WhereClause-02 compoundExpression.yaml: -------------------------------------------------------------------------------- 1 | # Compound expression: ( ADAE.TRTEMFL EQ 'Y' 2 | # AND ADAE.AESDTH EQ 'Y' 3 | # AND ( ADAE.AEREL EQ 'POSSIBLE' 4 | # OR ADAE.AEREL EQ 'PROBABLE')) 5 | level: 1 6 | order: 1 7 | compoundExpression: 8 | logicalOperator: AND 9 | whereClauses: 10 | - level: 2 11 | order: 1 12 | condition: 13 | dataset: ADAE 14 | variable: TRTEMFL 15 | comparator: EQ 16 | value: 17 | - Y 18 | - level: 2 19 | order: 2 20 | condition: 21 | dataset: ADAE 22 | variable: AESDTH 23 | comparator: EQ 24 | value: 25 | - Y 26 | - level: 2 27 | order: 3 28 | compoundExpression: 29 | logicalOperator: OR 30 | whereClauses: 31 | - level: 3 32 | order: 1 33 | condition: 34 | dataset: ADAE 35 | variable: AEREL 36 | comparator: EQ 37 | value: 38 | - POSSIBLE 39 | - level: 3 40 | order: 2 41 | condition: 42 | dataset: ADAE 43 | variable: AEREL 44 | comparator: EQ 45 | value: 46 | - PROBABLE -------------------------------------------------------------------------------- /project/docgen/examples/WhereClauseCompoundExpression-01 AND.yaml: -------------------------------------------------------------------------------- 1 | # Compound expression: ( ADAE.TRTEMFL EQ 'Y' 2 | # AND ADAE.AESDTH EQ 'Y') 3 | logicalOperator: AND 4 | whereClauses: 5 | - level: 2 6 | order: 1 7 | condition: 8 | dataset: ADAE 9 | variable: TRTEMFL 10 | comparator: EQ 11 | value: 12 | - Y 13 | - level: 2 14 | order: 2 15 | condition: 16 | dataset: ADAE 17 | variable: AESDTH 18 | comparator: EQ 19 | value: 20 | - Y -------------------------------------------------------------------------------- /project/docgen/examples/WhereClauseCompoundExpression-02 NOT with OR.yaml: -------------------------------------------------------------------------------- 1 | # Compound expression: NOT (ADXX.VAR1 IN ('value 1','value 2') OR ADXX.VAR2 GT 37) 2 | logicalOperator: NOT 3 | whereClauses: 4 | - level: 2 5 | order: 1 6 | compoundExpression: 7 | logicalOperator: OR 8 | whereClauses: 9 | - level: 3 10 | order: 1 11 | condition: 12 | dataset: ADXX 13 | variable: VAR1 14 | comparator: IN 15 | value: 16 | - value 1 17 | - value 2 18 | - level: 3 19 | order: 2 20 | condition: 21 | dataset: ADXX 22 | variable: VAR2 23 | comparator: GT 24 | value: 25 | - 37 -------------------------------------------------------------------------------- /project/docgen/index.md.jinja2: -------------------------------------------------------------------------------- 1 | # {% if schema.title %}{{ schema.title }}{% else %}{{ schema.name }}{% endif %} 2 | 3 | {{ schema.description }} 4 | 5 | URI: {{ schema.id }} 6 | Name: {{ schema.name }} 7 | 8 | {% if include_top_level_diagram %} 9 | 10 | ## Schema Diagram 11 | ```{{ gen.mermaid_directive() }} 12 | {{ gen.mermaid_diagram() }} 13 | ``` 14 | {% endif %} 15 | 16 | ## Classes 17 | _Classes provide templates for organizing data. Data objects instantiate classes in the schema. Each class has a set of slots (aka fields, attributes) that are applicable to it. See [LinkML documentation](https://linkml.io/linkml/schemas/models.html#classes) for more information._ 18 | 19 | | Class | Description | 20 | | --- | --- | 21 | {% for c in gen.all_class_objects()|sort(attribute=sort_by) -%} 22 | | {{gen.link(c)}} | {{c.description|enshorten}} | 23 | {% endfor %} 24 | 25 | ## Slots 26 | _Slots (aka attributes, fields, columns, properties) can be associated with classes to specify what fields instances of that class can have. Slots operate the same way as “fields” in traditional object languages and the same ways as “columns” in spreadsheets and relational databases. See LinkML documentation [here](https://linkml.io/linkml/schemas/models.html#slots) and [here](https://linkml.io/linkml/schemas/slots.html) for more information._ 27 | 28 | | Slot | Description | 29 | | --- | --- | 30 | {% for s in gen.all_slot_objects()|sort(attribute=sort_by) -%} 31 | | {{gen.link(s)}} | {{s.description|enshorten}} | 32 | {% endfor %} 33 | 34 | ## Enumerations 35 | _Enumerations are common features in modeling frameworks. These can be thought of as a “drop-down” of permissible values for a field/slot. See [LinkML documentation](https://linkml.io/linkml/schemas/enums.html) for more information._ 36 | 37 | | Enumeration | Description | 38 | | --- | --- | 39 | {% for e in gen.all_enum_objects()|sort(attribute=sort_by) -%} 40 | | {{gen.link(e)}} | {{e.description|enshorten}} | 41 | {% endfor %} 42 | 43 | ## Types 44 | _Types in LinkML are scalar data values such as strings, integers, floats, and so on. See [LinkML documentation](https://linkml.io/linkml/schemas/models.html#types) for more information._ 45 | 46 | | Type | Description | 47 | | --- | --- | 48 | {% for t in gen.all_type_objects()|sort(attribute=sort_by) -%} 49 | | {{gen.link(t)}} | {{t.description|enshorten}} | 50 | {% endfor %} 51 | 52 | ## Subsets 53 | _Elements of a schema can be partitioned into named subsets. These have no semantic meaning, but they can be useful for tagging parts of a schema for different purposes. See [LinkML documentation](https://linkml.io/linkml/schemas/models.html#subsets) for more information._ 54 | 55 | | Subset | Description | 56 | | --- | --- | 57 | {% for ss in schemaview.all_subsets().values()|sort(attribute='name') -%} 58 | | {{gen.link(ss)}} | {{ss.description|enshorten}} | 59 | {% endfor %} 60 | -------------------------------------------------------------------------------- /project/docgen/index.tex.jinja2: -------------------------------------------------------------------------------- 1 | \documentclass{article} 2 | \usepackage[utf8]{inputenc} 3 | 4 | \title{ {{gen.latex(gen.schema_title())}} } 5 | 6 | \begin{document} 7 | 8 | {{ schema.description }} 9 | 10 | URI: {{ gen.latex(schema.id) }} 11 | Name: {{ gen.latex(schema.name) }} 12 | 13 | \subsection{Classes}\label{classes} 14 | 15 | \begin{tabular}{ |c|c| } 16 | \hline 17 | Class & Description \\\\ 18 | \hline 19 | 20 | {% for c in schemaview.all_classes().values()|sort(attribute='name') -%} 21 | {{ gen.latex(c.name) }} & {{ gen.latex(c.description) }} \\\\ 22 | {% endfor %} 23 | \hline 24 | \end{tabular} 25 | 26 | \end{document} 27 | -------------------------------------------------------------------------------- /project/docgen/schema.md.jinja2: -------------------------------------------------------------------------------- 1 | # {{ schema.name }} 2 | 3 | {{ schema.description }} 4 | 5 | URI: {{ schema.id }} 6 | 7 | 8 | -------------------------------------------------------------------------------- /project/docgen/slot.md.jinja2: -------------------------------------------------------------------------------- 1 | # Slot: {{ gen.name(element) }} 2 | 3 | {%- if header -%} 4 | {{header}} 5 | {%- endif -%} 6 | 7 | {% if element.description %} 8 | {% set element_description_lines = element.description.split('\n') %} 9 | {% for element_description_line in element_description_lines %} 10 | _{{ element_description_line }}_ 11 | {% endfor %} 12 | {% endif %} 13 | 14 | URI: {{ gen.uri_link(element) }} 15 | 16 | 17 | {% if schemaview.slot_parents(element.name) or schemaview.slot_children(element.name, mixins=False) %} 18 | 19 | ## Inheritance 20 | 21 | {{ gen.inheritance_tree(element, mixins=True) }} 22 | {% else %} 23 | 24 | {% endif %} 25 | 26 | {% if schemaview.get_classes_by_slot(element, include_induced=True) %} 27 | 28 | ## Applicable Classes 29 | 30 | | Name | Description | Modifies Slot | 31 | | --- | --- | --- | 32 | {% for c in schemaview.get_classes_by_slot(element, include_induced=True) -%} 33 | {{ gen.link(c) }} | {{ schemaview.get_class(c).description|enshorten }} | {% if c in schemaview.get_classes_modifying_slot(element) %} yes {% else %} no {% endif %} | 34 | {% endfor %} 35 | 36 | {% endif %} 37 | 38 | 39 | {% if schemaview.is_mixin(element.name) %} 40 | ## Mixin Usage 41 | 42 | | mixed into | description | range | domain | 43 | | --- | --- | --- | --- | 44 | {% for s in schemaview.slot_children(element.name, is_a=False) -%} 45 | | {{ gen.link(s) }} | {{ schemaview.get_slot(s).description|enshorten }} | {{ schemaview.get_slot(s).range }} | {{ schemaview.get_classes_by_slot(schemaview.get_slot(s))|join(', ') }} | 46 | {% endfor %} 47 | {% endif %} 48 | 49 | ## Properties 50 | 51 | * Range: {{gen.link(element.range)}} 52 | {% if element.multivalued %} 53 | * Multivalued: {{ element.multivalued }} 54 | {% endif -%} 55 | {% if element.required %} 56 | * Required: {{ element.required }} 57 | {% elif element.recommended %} 58 | * Recommended: {{ element.recommended }} 59 | {% endif -%} 60 | {% if element.minimum_value is not none %} 61 | * Minimum Value: {{ element.minimum_value|int }} 62 | {% endif -%} 63 | {% if element.maximum_value is not none %} 64 | * Maximum Value: {{ element.maximum_value|int }} 65 | {% endif -%} 66 | {% if element.pattern %} 67 | * Regex pattern: {{ '`' }}{{ element.pattern }}{{ '`' }} 68 | {% endif -%} 69 | {% if schemaview.is_mixin(element.name) %} 70 | * Mixin: {{ element.mixin }} 71 | {% endif -%} 72 | 73 | 74 | {% if schemaview.usage_index().get(element.name) %} 75 | ## Usages 76 | 77 | | used by | used in | type | used | 78 | | --- | --- | --- | --- | 79 | {% for usage in schemaview.usage_index().get(element.name) -%} 80 | | {{gen.link(usage.used_by)}} | {{gen.link(usage.slot)}} | {{usage.metaslot}} | {{ gen.link(usage.used) }} | 81 | {% endfor %} 82 | {% endif %} 83 | 84 | {% include "common_metadata.md.jinja2" %} 85 | 86 | ## LinkML Source 87 | 88 |
89 | ```yaml 90 | {{ gen.yaml(element) }} 91 | ``` 92 |
93 | 94 | {%- if footer -%} 95 | {{footer}} 96 | {%- endif -%} -------------------------------------------------------------------------------- /project/docgen/subset.md.jinja2: -------------------------------------------------------------------------------- 1 | # Subset: {{ gen.name(element) }} 2 | 3 | {%- if header -%} 4 | {{header}} 5 | {%- endif -%} 6 | 7 | {% if element.description %} 8 | {% set element_description_lines = element.description.split('\n') %} 9 | {% for element_description_line in element_description_lines %} 10 | _{{ element_description_line }}_ 11 | {% endfor %} 12 | {% endif %} 13 | 14 | URI: {{ gen.uri_link(element) }} 15 | 16 | 17 | {% include "common_metadata.md.jinja2" %} 18 | 19 | ## Classes in subset 20 | 21 | | Class | Description | 22 | | --- | --- | 23 | {% for c in gen.all_class_objects()|sort(attribute=sort_by) -%} 24 | {%- if element.name in c.in_subset -%} 25 | | {{gen.link(c)}} | {{c.description|enshorten}} | 26 | {% endif -%} 27 | {% endfor %} 28 | 29 | {% for c in gen.all_class_objects()|sort(attribute=sort_by) -%} 30 | {%- if element.name in c.in_subset -%} 31 | ### {{ gen.name(c) }} 32 | 33 | {{c.description}} 34 | 35 | | Name | Cardinality and Range | Description | 36 | | --- | --- | --- | 37 | {% for s in gen.class_induced_slots(c.name)|sort(attribute=sort_by) -%} 38 | {% if element.name in s.in_subset or element.name in schemaview.get_slot(s.name).in_subset -%} 39 | | {{gen.link(s)}} | {{ gen.cardinality(s) }}
{{gen.link(s.range)}} | {{s.description|enshorten}} {% if s.identifier %}**identifier**{% endif %} | 40 | {% endif -%} 41 | {% endfor %} 42 | 43 | {% endif -%} 44 | {% endfor %} 45 | 46 | ## Slots in subset 47 | 48 | | Slot | Description | 49 | | --- | --- | 50 | {% for s in gen.all_slot_objects()|sort(attribute=sort_by) -%} 51 | {%- if element.name in s.in_subset -%} 52 | | {{gen.link(s)}} | {{s.description|enshorten}} | 53 | {% endif -%} 54 | {% endfor %} 55 | 56 | ## Enumerations in subset 57 | 58 | | Enumeration | Description | 59 | | --- | --- | 60 | {% for e in schemaview.all_enums().values()|sort(attribute='name') -%} 61 | {%- if element.name in e.in_subset -%} 62 | | {{gen.link(e)}} | {{e.description|enshorten}} | 63 | {% endif -%} 64 | {% endfor %} 65 | 66 | -------------------------------------------------------------------------------- /project/docgen/type.md.jinja2: -------------------------------------------------------------------------------- 1 | # Type: {{ gen.name(element) }} 2 | 3 | {% if element.description %} 4 | {% set element_description_lines = element.description.split('\n') %} 5 | {% for element_description_line in element_description_lines %} 6 | _{{ element_description_line }}_ 7 | {% endfor %} 8 | {% endif %} 9 | 10 | URI: {{ gen.uri_link(element) }} 11 | 12 | {{ gen.bullet(element, "base") }} 13 | {{ gen.bullet(element, "uri") }} 14 | {{ gen.bullet(element, "repr") }} 15 | {{ gen.bullet(element, "typeof") }} 16 | {{ gen.bullet(element, "pattern", backquote=True) }} 17 | {% if gen.number_value_range(element) %} 18 | * Numeric Value Range: {{gen.number_value_range(element)}} 19 | {% endif %} 20 | 21 | {% include "common_metadata.md.jinja2" %} 22 | 23 | -------------------------------------------------------------------------------- /project/docs/AnalysisPurposeEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: AnalysisPurposeEnum 2 | 3 | 4 | 5 | 6 | _The purpose of the analysis within the body of evidence (e.g., section in the clinical study report)._ 7 | 8 | 9 | 10 | URI: [AnalysisPurposeEnum](AnalysisPurposeEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | PRIMARY OUTCOME MEASURE | NCIT:C98772 | The outcome measure(s) of greatest importance specified in the protocol, usua... | 17 | | SECONDARY OUTCOME MEASURE | NCIT:C98781 | The outcome measure(s) that is part of a pre-specified analysis plan used to ... | 18 | | EXPLORATORY OUTCOME MEASURE | NCIT:C98724 | The outcome measure(s) that is part of a pre-specified analysis plan used to ... | 19 | 20 | 21 | 22 | 23 | ## Slots 24 | 25 | | Name | Description | 26 | | --- | --- | 27 | | [controlledTerm](controlledTerm.md) | | 28 | 29 | 30 | 31 | 32 | 33 | 34 | ## Identifier and Mapping Information 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | ### Schema Source 43 | 44 | 45 | * from schema: https://www.cdisc.org/ars/1-0 46 | 47 | 48 | 49 | 50 | ## LinkML Source 51 | 52 |
53 | ```yaml 54 | name: AnalysisPurposeEnum 55 | description: The purpose of the analysis within the body of evidence (e.g., section 56 | in the clinical study report). 57 | from_schema: https://www.cdisc.org/ars/1-0 58 | rank: 1000 59 | code_set: NCIT:C117745 60 | permissible_values: 61 | PRIMARY OUTCOME MEASURE: 62 | text: PRIMARY OUTCOME MEASURE 63 | description: The outcome measure(s) of greatest importance specified in the protocol, 64 | usually the one(s) used in the power calculation, to evaluate the primary endpoint(s) 65 | associated with the primary study objective(s). (After Clinicaltrials.gov) 66 | meaning: NCIT:C98772 67 | SECONDARY OUTCOME MEASURE: 68 | text: SECONDARY OUTCOME MEASURE 69 | description: The outcome measure(s) that is part of a pre-specified analysis plan 70 | used to evaluate the secondary endpoint(s) associated with secondary study objective(s) 71 | and/or used to evaluate any measure(s) ancillary to the primary or secondary 72 | endpoint(s). (After Clinicaltrials.gov). 73 | meaning: NCIT:C98781 74 | EXPLORATORY OUTCOME MEASURE: 75 | text: EXPLORATORY OUTCOME MEASURE 76 | description: The outcome measure(s) that is part of a pre-specified analysis plan 77 | used to evaluate the exploratory endpoint(s) associated with exploratory study 78 | objective(s) and/or any other measures, excluding post-hoc measures, that are 79 | a focus of the study. (After clinicaltrials.gov) 80 | meaning: NCIT:C98724 81 | 82 | ``` 83 |
84 | -------------------------------------------------------------------------------- /project/docs/AnalysisReasonEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: AnalysisReasonEnum 2 | 3 | 4 | 5 | 6 | _The rationale for performing this analysis. It indicates when the analysis was planned._ 7 | 8 | 9 | 10 | URI: [AnalysisReasonEnum](AnalysisReasonEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | SPECIFIED IN PROTOCOL | NCIT:C117752 | The analysis is specified in a protocol | 17 | | SPECIFIED IN SAP | NCIT:C117753 | The analysis is specified in a statistical analysis plan | 18 | | DATA DRIVEN | NCIT:C117750 | The analysis was triggered by findings in the data | 19 | | REQUESTED BY REGULATORY AGENCY | NCIT:C117751 | The analysis has been requested by a regulatory agency | 20 | 21 | 22 | 23 | 24 | ## Slots 25 | 26 | | Name | Description | 27 | | --- | --- | 28 | | [controlledTerm](controlledTerm.md) | | 29 | 30 | 31 | 32 | 33 | 34 | 35 | ## Identifier and Mapping Information 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | ### Schema Source 44 | 45 | 46 | * from schema: https://www.cdisc.org/ars/1-0 47 | 48 | 49 | 50 | 51 | ## LinkML Source 52 | 53 |
54 | ```yaml 55 | name: AnalysisReasonEnum 56 | description: The rationale for performing this analysis. It indicates when the analysis 57 | was planned. 58 | from_schema: https://www.cdisc.org/ars/1-0 59 | rank: 1000 60 | code_set: NCIT:C117744 61 | permissible_values: 62 | SPECIFIED IN PROTOCOL: 63 | text: SPECIFIED IN PROTOCOL 64 | description: The analysis is specified in a protocol. 65 | meaning: NCIT:C117752 66 | SPECIFIED IN SAP: 67 | text: SPECIFIED IN SAP 68 | description: The analysis is specified in a statistical analysis plan. 69 | meaning: NCIT:C117753 70 | DATA DRIVEN: 71 | text: DATA DRIVEN 72 | description: The analysis was triggered by findings in the data. 73 | meaning: NCIT:C117750 74 | REQUESTED BY REGULATORY AGENCY: 75 | text: REQUESTED BY REGULATORY AGENCY 76 | description: The analysis has been requested by a regulatory agency. 77 | meaning: NCIT:C117751 78 | 79 | ``` 80 |
81 | -------------------------------------------------------------------------------- /project/docs/Boolean.md: -------------------------------------------------------------------------------- 1 | # Type: Boolean 2 | 3 | 4 | 5 | 6 | _A binary (true or false) value_ 7 | 8 | 9 | 10 | URI: [xsd:boolean](http://www.w3.org/2001/XMLSchema#boolean) 11 | 12 | * [base](https://w3id.org/linkml/base): Bool 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:boolean 15 | 16 | * [repr](https://w3id.org/linkml/repr): bool 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/ConditionComparatorEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: ConditionComparatorEnum 2 | 3 | 4 | 5 | 6 | _Comparison operators indicating how the value of a variable is compared to a (list of) prespecified value(s)._ 7 | 8 | 9 | 10 | URI: [ConditionComparatorEnum](ConditionComparatorEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | EQ | None | Is equal to | 17 | | NE | None | Is not equal to | 18 | | GT | None | Is greater than | 19 | | GE | None | Is greater than or equal to | 20 | | LT | None | Is less than | 21 | | LE | None | Is less than or equal to | 22 | | IN | None | Is in | 23 | | NOTIN | None | Is not in | 24 | 25 | 26 | 27 | 28 | ## Slots 29 | 30 | | Name | Description | 31 | | --- | --- | 32 | | [comparator](comparator.md) | Comparison operator indicating how the variable is compared to the value(s) | 33 | 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: ConditionComparatorEnum 60 | description: Comparison operators indicating how the value of a variable is compared 61 | to a (list of) prespecified value(s). 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | permissible_values: 65 | EQ: 66 | text: EQ 67 | description: Is equal to 68 | NE: 69 | text: NE 70 | description: Is not equal to 71 | GT: 72 | text: GT 73 | description: Is greater than 74 | GE: 75 | text: GE 76 | description: Is greater than or equal to 77 | LT: 78 | text: LT 79 | description: Is less than 80 | LE: 81 | text: LE 82 | description: Is less than or equal to 83 | IN: 84 | text: IN 85 | description: Is in 86 | NOTIN: 87 | text: NOTIN 88 | description: Is not in 89 | 90 | ``` 91 |
92 | -------------------------------------------------------------------------------- /project/docs/Curie.md: -------------------------------------------------------------------------------- 1 | # Type: Curie 2 | 3 | 4 | 5 | 6 | _a compact URI_ 7 | 8 | 9 | 10 | URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) 11 | 12 | * [base](https://w3id.org/linkml/base): Curie 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:string 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Comments 26 | 27 | * in RDF serializations this MUST be expanded to a URI 28 | * in non-RDF serializations MAY be serialized as the compact representation 29 | 30 | ## Identifier and Mapping Information 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | ### Schema Source 39 | 40 | 41 | * from schema: https://www.cdisc.org/ars/1-0 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /project/docs/Date.md: -------------------------------------------------------------------------------- 1 | # Type: Date 2 | 3 | 4 | 5 | 6 | _a date (year, month and day) in an idealized calendar_ 7 | 8 | 9 | 10 | URI: [xsd:date](http://www.w3.org/2001/XMLSchema#date) 11 | 12 | * [base](https://w3id.org/linkml/base): XSDDate 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:date 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/DateOrDatetime.md: -------------------------------------------------------------------------------- 1 | # Type: DateOrDatetime 2 | 3 | 4 | 5 | 6 | _Either a date or a datetime_ 7 | 8 | 9 | 10 | URI: [linkml:DateOrDatetime](https://w3id.org/linkml/DateOrDatetime) 11 | 12 | * [base](https://w3id.org/linkml/base): str 13 | 14 | * [uri](https://w3id.org/linkml/uri): linkml:DateOrDatetime 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/Datetime.md: -------------------------------------------------------------------------------- 1 | # Type: Datetime 2 | 3 | 4 | 5 | 6 | _The combination of a date and time_ 7 | 8 | 9 | 10 | URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) 11 | 12 | * [base](https://w3id.org/linkml/base): XSDDateTime 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:dateTime 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/Decimal.md: -------------------------------------------------------------------------------- 1 | # Type: Decimal 2 | 3 | 4 | 5 | 6 | _A real number with arbitrary precision that conforms to the xsd:decimal specification_ 7 | 8 | 9 | 10 | URI: [xsd:decimal](http://www.w3.org/2001/XMLSchema#decimal) 11 | 12 | * [base](https://w3id.org/linkml/base): Decimal 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:decimal 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | ## Identifier and Mapping Information 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ### Schema Source 33 | 34 | 35 | * from schema: https://www.cdisc.org/ars/1-0 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /project/docs/DisplaySectionTypeEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: DisplaySectionTypeEnum 2 | 3 | 4 | 5 | 6 | _Types of display section that contain one or more pieces of informational text._ 7 | 8 | 9 | 10 | URI: [DisplaySectionTypeEnum](DisplaySectionTypeEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | Header | None | Lines of text appearing above the title and containing additional generic inf... | 17 | | Title | None | The title is a caption of a table beginning with "Table" followed by sequence... | 18 | | Rowlabel Header | None | Optional text placed in the column header for a column containing row/stub la... | 19 | | Legend | None | Lines of text placed immediately after the body of the table containing state... | 20 | | Abbreviation | None | Lines of text defining abbreviations, acronyms, and terms used in the body of... | 21 | | Footnote | None | Placed after the abbreviations and definitions, if any | 22 | | Footer | None | Lines of text appearing below any footnote and containing additional informat... | 23 | 24 | 25 | 26 | 27 | ## Slots 28 | 29 | | Name | Description | 30 | | --- | --- | 31 | | [sectionType](sectionType.md) | The type of display section that contains one or more pieces of informational... | 32 | 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: DisplaySectionTypeEnum 59 | description: Types of display section that contain one or more pieces of informational 60 | text. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | permissible_values: 64 | Header: 65 | text: Header 66 | description: Lines of text appearing above the title and containing additional 67 | generic information such as study identifier or page numbering. 68 | Title: 69 | text: Title 70 | description: The title is a caption of a table beginning with "Table" followed 71 | by sequenced numbers or letters and separated by full stops. The title includes 72 | additional lines describing the content. 73 | Rowlabel Header: 74 | text: Rowlabel Header 75 | description: Optional text placed in the column header for a column containing 76 | row/stub labels. 77 | Legend: 78 | text: Legend 79 | description: Lines of text placed immediately after the body of the table containing 80 | statements explaining the use of terms or values. May be prefaced with a word 81 | such as 'Note:'. 82 | Abbreviation: 83 | text: Abbreviation 84 | description: Lines of text defining abbreviations, acronyms, and terms used in 85 | the body of the display. 86 | Footnote: 87 | text: Footnote 88 | description: Placed after the abbreviations and definitions, if any. Footnotes 89 | lead with symbols (asterisk, dagger, double dagger, or section symbol) or superscripted 90 | letters (a, b, c) or numbers (1, 2, 3) which are in the table behind units of 91 | measure or words. Footnotes add information regarding the associated values 92 | where they occur in the body. 93 | Footer: 94 | text: Footer 95 | description: Lines of text appearing below any footnote and containing additional 96 | information such as traceability of the source program or page numbering. 97 | 98 | ``` 99 |
100 | -------------------------------------------------------------------------------- /project/docs/Double.md: -------------------------------------------------------------------------------- 1 | # Type: Double 2 | 3 | 4 | 5 | 6 | _A real number that conforms to the xsd:double specification_ 7 | 8 | 9 | 10 | URI: [xsd:double](http://www.w3.org/2001/XMLSchema#double) 11 | 12 | * [base](https://w3id.org/linkml/base): float 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:double 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | ## Identifier and Mapping Information 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ### Schema Source 33 | 34 | 35 | * from schema: https://www.cdisc.org/ars/1-0 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /project/docs/ExpressionLogicalOperatorEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: ExpressionLogicalOperatorEnum 2 | 3 | 4 | 5 | 6 | _Boolean operators denoting a logical operation (e.g., and, or, not)._ 7 | 8 | 9 | 10 | URI: [ExpressionLogicalOperatorEnum](ExpressionLogicalOperatorEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | AND | None | | 17 | | OR | None | | 18 | | NOT | None | | 19 | 20 | 21 | 22 | 23 | ## Slots 24 | 25 | | Name | Description | 26 | | --- | --- | 27 | | [logicalOperator](logicalOperator.md) | The boolean operator that is used to combine (AND, OR) or negate (NOT) the wh... | 28 | 29 | 30 | 31 | 32 | 33 | 34 | ## Identifier and Mapping Information 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | ### Schema Source 43 | 44 | 45 | * from schema: https://www.cdisc.org/ars/1-0 46 | 47 | 48 | 49 | 50 | ## LinkML Source 51 | 52 |
53 | ```yaml 54 | name: ExpressionLogicalOperatorEnum 55 | description: Boolean operators denoting a logical operation (e.g., and, or, not). 56 | from_schema: https://www.cdisc.org/ars/1-0 57 | rank: 1000 58 | permissible_values: 59 | AND: 60 | text: AND 61 | OR: 62 | text: OR 63 | NOT: 64 | text: NOT 65 | 66 | ``` 67 |
68 | -------------------------------------------------------------------------------- /project/docs/ExtensibleTerminologyEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: ExtensibleTerminologyEnum 2 | 3 | 4 | 5 | 6 | _Extensible ARS enumerations._ 7 | 8 | 9 | 10 | URI: [ExtensibleTerminologyEnum](ExtensibleTerminologyEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | AnalysisReasonEnum | NCIT:C117744 | The rationale for performing this analysis | 17 | | AnalysisPurposeEnum | NCIT:C117745 | The purpose of the analysis within the body of evidence (e | 18 | | OperationRoleEnum | None | The role that the referenced operation's result plays in the calculation of t... | 19 | | OutputFileTypeEnum | None | The file format of the file containing output from analyses | 20 | 21 | 22 | 23 | 24 | ## Slots 25 | 26 | | Name | Description | 27 | | --- | --- | 28 | | [enumeration](enumeration.md) | The name of the extensible enumeration | 29 | 30 | 31 | 32 | 33 | 34 | 35 | ## Identifier and Mapping Information 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | ### Schema Source 44 | 45 | 46 | * from schema: https://www.cdisc.org/ars/1-0 47 | 48 | 49 | 50 | 51 | ## LinkML Source 52 | 53 |
54 | ```yaml 55 | name: ExtensibleTerminologyEnum 56 | description: Extensible ARS enumerations. 57 | from_schema: https://www.cdisc.org/ars/1-0 58 | rank: 1000 59 | permissible_values: 60 | AnalysisReasonEnum: 61 | text: AnalysisReasonEnum 62 | description: The rationale for performing this analysis. It indicates when the 63 | analysis was planned. 64 | meaning: NCIT:C117744 65 | AnalysisPurposeEnum: 66 | text: AnalysisPurposeEnum 67 | description: The purpose of the analysis within the body of evidence (e.g., section 68 | in the clinical study report). 69 | meaning: NCIT:C117745 70 | OperationRoleEnum: 71 | text: OperationRoleEnum 72 | description: The role that the referenced operation's result plays in the calculation 73 | of the result of this operation. 74 | OutputFileTypeEnum: 75 | text: OutputFileTypeEnum 76 | description: The file format of the file containing output from analyses. 77 | 78 | ``` 79 |
80 | -------------------------------------------------------------------------------- /project/docs/Float.md: -------------------------------------------------------------------------------- 1 | # Type: Float 2 | 3 | 4 | 5 | 6 | _A real number that conforms to the xsd:float specification_ 7 | 8 | 9 | 10 | URI: [xsd:float](http://www.w3.org/2001/XMLSchema#float) 11 | 12 | * [base](https://w3id.org/linkml/base): float 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:float 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | ## Identifier and Mapping Information 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ### Schema Source 33 | 34 | 35 | * from schema: https://www.cdisc.org/ars/1-0 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /project/docs/Integer.md: -------------------------------------------------------------------------------- 1 | # Type: Integer 2 | 3 | 4 | 5 | 6 | _An integer_ 7 | 8 | 9 | 10 | URI: [xsd:integer](http://www.w3.org/2001/XMLSchema#integer) 11 | 12 | * [base](https://w3id.org/linkml/base): int 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:integer 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | ## Identifier and Mapping Information 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ### Schema Source 33 | 34 | 35 | * from schema: https://www.cdisc.org/ars/1-0 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /project/docs/Ncname.md: -------------------------------------------------------------------------------- 1 | # Type: Ncname 2 | 3 | 4 | 5 | 6 | _Prefix part of CURIE_ 7 | 8 | 9 | 10 | URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) 11 | 12 | * [base](https://w3id.org/linkml/base): NCName 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:string 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/NestedList.md: -------------------------------------------------------------------------------- 1 | # Class: NestedList 2 | 3 | _A list of items (analyses or outputs) that may be organized within sub-lists._ 4 | 5 | 6 | 7 | 8 | URI: [ars:NestedList](https://www.cdisc.org/ars/1-0/NestedList) 9 | 10 | 11 | 12 | 13 | ```mermaid 14 | classDiagram 15 | class NestedList 16 | NestedList : listItems 17 | NestedList --|> OrderedListItem : listItems 18 | 19 | ``` 20 | 21 | 22 | 23 | 24 | 25 | ## Slots 26 | 27 | | Name | Cardinality* and Range | Description | Inheritance | 28 | | --- | --- | --- | --- | 29 | | [listItems](listItems.md) | 0..*
[OrderedListItem](OrderedListItem.md) | Items in the list | direct | 30 | 31 | _* See [LinkML documentation](https://linkml.io/linkml/schemas/slots.html#slot-cardinality) for cardinality definitions._ 32 | 33 | 34 | 35 | 36 | ## Usages 37 | 38 | | used by | used in | type | used | 39 | | --- | --- | --- | --- | 40 | | [ListOfContents](ListOfContents.md) | [contentsList](contentsList.md) | range | [NestedList](NestedList.md) | 41 | | [OrderedListItem](OrderedListItem.md) | [sublist](sublist.md) | range | [NestedList](NestedList.md) | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ## Identifier and Mapping Information 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | ### Schema Source 57 | 58 | 59 | * from schema: https://www.cdisc.org/ars/1-0 60 | 61 | 62 | 63 | 64 | 65 | ## Mappings 66 | 67 | | Mapping Type | Mapped Value | 68 | | --- | --- | 69 | | self | ars:NestedList | 70 | | native | ars:NestedList | 71 | 72 | 73 | 74 | 75 | 76 | ## LinkML Source 77 | 78 | 79 | 80 | ### Direct 81 | 82 |
83 | ```yaml 84 | name: NestedList 85 | description: A list of items (analyses or outputs) that may be organized within sub-lists. 86 | from_schema: https://www.cdisc.org/ars/1-0 87 | rank: 1000 88 | slots: 89 | - listItems 90 | 91 | ``` 92 |
93 | 94 | ### Induced 95 | 96 |
97 | ```yaml 98 | name: NestedList 99 | description: A list of items (analyses or outputs) that may be organized within sub-lists. 100 | from_schema: https://www.cdisc.org/ars/1-0 101 | rank: 1000 102 | attributes: 103 | listItems: 104 | name: listItems 105 | description: Items in the list. Each item may include a reference to an analysis, 106 | a reference to an output, or a sub-list. 107 | from_schema: https://www.cdisc.org/ars/1-0 108 | rank: 1000 109 | multivalued: true 110 | list_elements_ordered: true 111 | alias: listItems 112 | owner: NestedList 113 | domain_of: 114 | - NestedList 115 | range: OrderedListItem 116 | inlined: true 117 | inlined_as_list: true 118 | 119 | ``` 120 |
-------------------------------------------------------------------------------- /project/docs/Nodeidentifier.md: -------------------------------------------------------------------------------- 1 | # Type: Nodeidentifier 2 | 3 | 4 | 5 | 6 | _A URI, CURIE or BNODE that represents a node in a model._ 7 | 8 | 9 | 10 | URI: [shex:nonLiteral](http://www.w3.org/ns/shex#nonLiteral) 11 | 12 | * [base](https://w3id.org/linkml/base): NodeIdentifier 13 | 14 | * [uri](https://w3id.org/linkml/uri): shex:nonLiteral 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/Objectidentifier.md: -------------------------------------------------------------------------------- 1 | # Type: Objectidentifier 2 | 3 | 4 | 5 | 6 | _A URI or CURIE that represents an object in the model._ 7 | 8 | 9 | 10 | URI: [shex:iri](http://www.w3.org/ns/shex#iri) 11 | 12 | * [base](https://w3id.org/linkml/base): ElementIdentifier 13 | 14 | * [uri](https://w3id.org/linkml/uri): shex:iri 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Comments 26 | 27 | * Used for inheritence and type checking 28 | 29 | ## Identifier and Mapping Information 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | ### Schema Source 38 | 39 | 40 | * from schema: https://www.cdisc.org/ars/1-0 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /project/docs/OperationRoleEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: OperationRoleEnum 2 | 3 | 4 | 5 | 6 | _The role that the referenced operation's result plays in the calculation of the result of this operation._ 7 | 8 | 9 | 10 | URI: [OperationRoleEnum](OperationRoleEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | NUMERATOR | None | The dividend of a fraction | 17 | | DENOMINATOR | None | The divisor of a fraction | 18 | 19 | 20 | 21 | 22 | ## Slots 23 | 24 | | Name | Description | 25 | | --- | --- | 26 | | [controlledTerm](controlledTerm.md) | | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ## Identifier and Mapping Information 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | ### Schema Source 42 | 43 | 44 | * from schema: https://www.cdisc.org/ars/1-0 45 | 46 | 47 | 48 | 49 | ## LinkML Source 50 | 51 |
52 | ```yaml 53 | name: OperationRoleEnum 54 | description: The role that the referenced operation's result plays in the calculation 55 | of the result of this operation. 56 | from_schema: https://www.cdisc.org/ars/1-0 57 | rank: 1000 58 | permissible_values: 59 | NUMERATOR: 60 | text: NUMERATOR 61 | description: The dividend of a fraction. 62 | DENOMINATOR: 63 | text: DENOMINATOR 64 | description: The divisor of a fraction. 65 | 66 | ``` 67 |
68 | -------------------------------------------------------------------------------- /project/docs/OrderedDisplay.md: -------------------------------------------------------------------------------- 1 | # Class: OrderedDisplay 2 | 3 | _A display ordered with respect to other displays in an analysis output._ 4 | 5 | 6 | 7 | 8 | URI: [ars:OrderedDisplay](https://www.cdisc.org/ars/1-0/OrderedDisplay) 9 | 10 | 11 | 12 | 13 | ```mermaid 14 | classDiagram 15 | class OrderedDisplay 16 | OrderedDisplay : display 17 | OrderedDisplay --|> OutputDisplay : display 18 | OrderedDisplay : order 19 | 20 | ``` 21 | 22 | 23 | 24 | 25 | 26 | ## Slots 27 | 28 | | Name | Cardinality* and Range | Description | Inheritance | 29 | | --- | --- | --- | --- | 30 | | [order](order.md) | 1..1
[Integer](Integer.md) | The ordinal of the instance with respect to other instances | direct | 31 | | [display](display.md) | 1..1
[OutputDisplay](OutputDisplay.md) | A display contained in the output | direct | 32 | 33 | _* See [LinkML documentation](https://linkml.io/linkml/schemas/slots.html#slot-cardinality) for cardinality definitions._ 34 | 35 | 36 | 37 | 38 | ## Usages 39 | 40 | | used by | used in | type | used | 41 | | --- | --- | --- | --- | 42 | | [Output](Output.md) | [displays](displays.md) | range | [OrderedDisplay](OrderedDisplay.md) | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ## Identifier and Mapping Information 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | ### Schema Source 58 | 59 | 60 | * from schema: https://www.cdisc.org/ars/1-0 61 | 62 | 63 | 64 | 65 | 66 | ## Mappings 67 | 68 | | Mapping Type | Mapped Value | 69 | | --- | --- | 70 | | self | ars:OrderedDisplay | 71 | | native | ars:OrderedDisplay | 72 | 73 | 74 | 75 | 76 | 77 | ## LinkML Source 78 | 79 | 80 | 81 | ### Direct 82 | 83 |
84 | ```yaml 85 | name: OrderedDisplay 86 | description: A display ordered with respect to other displays in an analysis output. 87 | from_schema: https://www.cdisc.org/ars/1-0 88 | rank: 1000 89 | slots: 90 | - order 91 | - display 92 | 93 | ``` 94 |
95 | 96 | ### Induced 97 | 98 |
99 | ```yaml 100 | name: OrderedDisplay 101 | description: A display ordered with respect to other displays in an analysis output. 102 | from_schema: https://www.cdisc.org/ars/1-0 103 | rank: 1000 104 | attributes: 105 | order: 106 | name: order 107 | description: The ordinal of the instance with respect to other instances. 108 | from_schema: https://www.cdisc.org/ars/1-0 109 | rank: 1000 110 | alias: order 111 | owner: OrderedDisplay 112 | domain_of: 113 | - LevelOrder 114 | - Operation 115 | - OrderedGroupingFactor 116 | - OrderedDisplay 117 | - OrderedDisplaySubSection 118 | range: integer 119 | required: true 120 | display: 121 | name: display 122 | description: A display contained in the output. 123 | from_schema: https://www.cdisc.org/ars/1-0 124 | rank: 1000 125 | alias: display 126 | owner: OrderedDisplay 127 | domain_of: 128 | - OrderedDisplay 129 | range: OutputDisplay 130 | required: true 131 | inlined: true 132 | 133 | ``` 134 |
-------------------------------------------------------------------------------- /project/docs/OutputFileTypeEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: OutputFileTypeEnum 2 | 3 | 4 | 5 | 6 | _The file format of the file containing output from analyses._ 7 | 8 | 9 | 10 | URI: [OutputFileTypeEnum](OutputFileTypeEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | pdf | None | Portable Document Format (PDF) | 17 | | rtf | None | Rich Text Format (RTF) | 18 | | txt | None | Plain text | 19 | 20 | 21 | 22 | 23 | ## Slots 24 | 25 | | Name | Description | 26 | | --- | --- | 27 | | [controlledTerm](controlledTerm.md) | | 28 | 29 | 30 | 31 | 32 | 33 | 34 | ## Identifier and Mapping Information 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | ### Schema Source 43 | 44 | 45 | * from schema: https://www.cdisc.org/ars/1-0 46 | 47 | 48 | 49 | 50 | ## LinkML Source 51 | 52 |
53 | ```yaml 54 | name: OutputFileTypeEnum 55 | description: The file format of the file containing output from analyses. 56 | from_schema: https://www.cdisc.org/ars/1-0 57 | rank: 1000 58 | permissible_values: 59 | pdf: 60 | text: pdf 61 | description: Portable Document Format (PDF) 62 | rtf: 63 | text: rtf 64 | description: Rich Text Format (RTF) 65 | txt: 66 | text: txt 67 | description: Plain text 68 | 69 | ``` 70 |
71 | -------------------------------------------------------------------------------- /project/docs/PageRefTypeEnum.md: -------------------------------------------------------------------------------- 1 | # Enum: PageRefTypeEnum 2 | 3 | 4 | 5 | 6 | _Type of reference for page references._ 7 | 8 | 9 | 10 | URI: [PageRefTypeEnum](PageRefTypeEnum) 11 | 12 | ## Permissible Values 13 | 14 | | Value | Meaning | Description | 15 | | --- | --- | --- | 16 | | PhysicalRef | None | References are to page numbers | 17 | | NamedDestination | None | References are to named destinations in the referenced document | 18 | 19 | 20 | 21 | 22 | ## Slots 23 | 24 | | Name | Description | 25 | | --- | --- | 26 | | [refType](refType.md) | The type of reference for page references | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ## Identifier and Mapping Information 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | ### Schema Source 42 | 43 | 44 | * from schema: https://www.cdisc.org/ars/1-0 45 | 46 | 47 | 48 | 49 | ## LinkML Source 50 | 51 |
52 | ```yaml 53 | name: PageRefTypeEnum 54 | description: Type of reference for page references. 55 | from_schema: https://www.cdisc.org/ars/1-0 56 | rank: 1000 57 | permissible_values: 58 | PhysicalRef: 59 | text: PhysicalRef 60 | description: References are to page numbers. 61 | NamedDestination: 62 | text: NamedDestination 63 | description: References are to named destinations in the referenced document. 64 | 65 | ``` 66 |
67 | -------------------------------------------------------------------------------- /project/docs/String.md: -------------------------------------------------------------------------------- 1 | # Type: String 2 | 3 | 4 | 5 | 6 | _A character string_ 7 | 8 | 9 | 10 | URI: [xsd:string](http://www.w3.org/2001/XMLSchema#string) 11 | 12 | * [base](https://w3id.org/linkml/base): str 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:string 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | ## Identifier and Mapping Information 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ### Schema Source 33 | 34 | 35 | * from schema: https://www.cdisc.org/ars/1-0 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /project/docs/Time.md: -------------------------------------------------------------------------------- 1 | # Type: Time 2 | 3 | 4 | 5 | 6 | _A time object represents a (local) time of day, independent of any particular day_ 7 | 8 | 9 | 10 | URI: [xsd:dateTime](http://www.w3.org/2001/XMLSchema#dateTime) 11 | 12 | * [base](https://w3id.org/linkml/base): XSDTime 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:dateTime 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/Uri.md: -------------------------------------------------------------------------------- 1 | # Type: Uri 2 | 3 | 4 | 5 | 6 | _a complete URI_ 7 | 8 | 9 | 10 | URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) 11 | 12 | * [base](https://w3id.org/linkml/base): URI 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:anyURI 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Comments 26 | 27 | * in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node 28 | 29 | ## Identifier and Mapping Information 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | ### Schema Source 38 | 39 | 40 | * from schema: https://www.cdisc.org/ars/1-0 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /project/docs/Uriorcurie.md: -------------------------------------------------------------------------------- 1 | # Type: Uriorcurie 2 | 3 | 4 | 5 | 6 | _a URI or a CURIE_ 7 | 8 | 9 | 10 | URI: [xsd:anyURI](http://www.w3.org/2001/XMLSchema#anyURI) 11 | 12 | * [base](https://w3id.org/linkml/base): URIorCURIE 13 | 14 | * [uri](https://w3id.org/linkml/uri): xsd:anyURI 15 | 16 | * [repr](https://w3id.org/linkml/repr): str 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | ## Identifier and Mapping Information 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ### Schema Source 34 | 35 | 36 | * from schema: https://www.cdisc.org/ars/1-0 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /project/docs/analyses.md: -------------------------------------------------------------------------------- 1 | # Slot: analyses 2 | 3 | 4 | _The analyses defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:analyses](https://www.cdisc.org/ars/1-0/analyses) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Analysis](Analysis.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: analyses 60 | description: The analyses defined for the reporting event. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: analyses 65 | domain_of: 66 | - ReportingEvent 67 | range: Analysis 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/analysisGroupings.md: -------------------------------------------------------------------------------- 1 | # Slot: analysisGroupings 2 | 3 | 4 | _Characteristics used to subdivide the subject population (e.g., treatment, sex, age group) or data records in analysis datasets (e.g., visit, system organ class)._ 5 | 6 | 7 | 8 | URI: [ars:analysisGroupings](https://www.cdisc.org/ars/1-0/analysisGroupings) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [GroupingFactor](GroupingFactor.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: analysisGroupings 60 | description: Characteristics used to subdivide the subject population (e.g., treatment, 61 | sex, age group) or data records in analysis datasets (e.g., visit, system organ 62 | class). 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: analysisGroupings 67 | domain_of: 68 | - ReportingEvent 69 | range: GroupingFactor 70 | inlined: true 71 | inlined_as_list: true 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/analysisId.md: -------------------------------------------------------------------------------- 1 | # Slot: analysisId 2 | 3 | 4 | _The identifier of the referenced analysis._ 5 | 6 | 7 | 8 | URI: [ars:analysisId](https://www.cdisc.org/ars/1-0/analysisId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 22 | [ReferencedOperationRelationship](ReferencedOperationRelationship.md) | A reference to a statistical operation whose results are used in the calculat... | no | 23 | [ReferencedAnalysisOperation](ReferencedAnalysisOperation.md) | An indication of the analysis that contains results of a referenced operation | yes | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | ## Properties 32 | 33 | * Range: [Analysis](Analysis.md) 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: analysisId 60 | description: The identifier of the referenced analysis. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: false 64 | alias: analysisId 65 | domain_of: 66 | - OrderedListItem 67 | - ReferencedOperationRelationship 68 | - ReferencedAnalysisOperation 69 | range: Analysis 70 | inlined: false 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/analysisOutputCategorizations.md: -------------------------------------------------------------------------------- 1 | # Slot: analysisOutputCategorizations 2 | 3 | 4 | _Sets of related implementer-defined categories that can be used to categorize analyses or outputs._ 5 | 6 | 7 | 8 | URI: [ars:analysisOutputCategorizations](https://www.cdisc.org/ars/1-0/analysisOutputCategorizations) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisOutputCategorization](AnalysisOutputCategorization.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: analysisOutputCategorizations 60 | description: Sets of related implementer-defined categories that can be used to categorize 61 | analyses or outputs. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: analysisOutputCategorizations 66 | domain_of: 67 | - ReportingEvent 68 | range: AnalysisOutputCategorization 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/analysisSetId.md: -------------------------------------------------------------------------------- 1 | # Slot: analysisSetId 2 | 3 | 4 | _The identifier of the referenced analysis set._ 5 | 6 | 7 | 8 | URI: [ars:analysisSetId](https://www.cdisc.org/ars/1-0/analysisSetId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisSet](AnalysisSet.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: analysisSetId 58 | description: The identifier of the referenced analysis set. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | multivalued: false 62 | alias: analysisSetId 63 | domain_of: 64 | - Analysis 65 | range: AnalysisSet 66 | inlined: false 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/analysisSets.md: -------------------------------------------------------------------------------- 1 | # Slot: analysisSets 2 | 3 | 4 | _The analysis sets (subject populations) defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:analysisSets](https://www.cdisc.org/ars/1-0/analysisSets) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisSet](AnalysisSet.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: analysisSets 60 | description: The analysis sets (subject populations) defined for the reporting event. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: analysisSets 65 | domain_of: 66 | - ReportingEvent 67 | range: AnalysisSet 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/ars_ldm.md: -------------------------------------------------------------------------------- 1 | # ars_ldm 2 | 3 | Logical model to support both the prospective specification of analyses and the fully contextualized representation of the results of the analyses. 4 | 5 | 6 | URI: https://www.cdisc.org/ars/1-0 7 | 8 | -------------------------------------------------------------------------------- /project/docs/categories.md: -------------------------------------------------------------------------------- 1 | # Slot: categories 2 | 3 | 4 | _Implementer-defined categories of analyses/outputs, each of which may include one or more sub-categorization._ 5 | 6 | 7 | 8 | URI: [ars:categories](https://www.cdisc.org/ars/1-0/categories) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisOutputCategorization](AnalysisOutputCategorization.md) | A set of related implementer-defined categories that can be used to categoriz... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisOutputCategory](AnalysisOutputCategory.md) 32 | 33 | * Multivalued: True 34 | 35 | * Required: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: categories 62 | description: Implementer-defined categories of analyses/outputs, each of which may 63 | include one or more sub-categorization. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | multivalued: true 67 | alias: categories 68 | domain_of: 69 | - AnalysisOutputCategorization 70 | range: AnalysisOutputCategory 71 | required: true 72 | inlined: true 73 | inlined_as_list: true 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/categoryIds.md: -------------------------------------------------------------------------------- 1 | # Slot: categoryIds 2 | 3 | 4 | _References to any implementer-defined categories that apply to the analysis or output._ 5 | 6 | 7 | 8 | URI: [ars:categoryIds](https://www.cdisc.org/ars/1-0/categoryIds) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | yes | 22 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | yes | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [AnalysisOutputCategory](AnalysisOutputCategory.md) 33 | 34 | * Multivalued: True 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: categoryIds 61 | description: References to any implementer-defined categories that apply to the analysis 62 | or output. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: categoryIds 67 | domain_of: 68 | - Analysis 69 | - Output 70 | range: AnalysisOutputCategory 71 | required: false 72 | inlined: false 73 | 74 | ``` 75 |
-------------------------------------------------------------------------------- /project/docs/code.md: -------------------------------------------------------------------------------- 1 | # Slot: code 2 | 3 | 4 | _Programming statements used to perform the specific analysis._ 5 | 6 | 7 | 8 | URI: [ars:code](https://www.cdisc.org/ars/1-0/code) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisProgrammingCodeTemplate](AnalysisProgrammingCodeTemplate.md) | Programming statements and/or a reference to a used as a template for creatio... | no | 22 | [AnalysisOutputProgrammingCode](AnalysisOutputProgrammingCode.md) | Programming statements and/or a reference to the program used to perform a sp... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [String](String.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: code 59 | description: Programming statements used to perform the specific analysis. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: code 63 | domain_of: 64 | - AnalysisProgrammingCodeTemplate 65 | - AnalysisOutputProgrammingCode 66 | range: string 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/codeTemplate.md: -------------------------------------------------------------------------------- 1 | # Slot: codeTemplate 2 | 3 | 4 | _Template programming statements used to perform the statistical operations for any analysis that uses this method._ 5 | 6 | 7 | 8 | URI: [ars:codeTemplate](https://www.cdisc.org/ars/1-0/codeTemplate) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisMethod](AnalysisMethod.md) | A set of one or more statistical operations | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisProgrammingCodeTemplate](AnalysisProgrammingCodeTemplate.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Comments 38 | 39 | * Template programming statements may be represented as code or as a reference to the program file. 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: codeTemplate 62 | description: Template programming statements used to perform the statistical operations 63 | for any analysis that uses this method. 64 | comments: 65 | - Template programming statements may be represented as code or as a reference to 66 | the program file. 67 | from_schema: https://www.cdisc.org/ars/1-0 68 | rank: 1000 69 | alias: codeTemplate 70 | domain_of: 71 | - AnalysisMethod 72 | range: AnalysisProgrammingCodeTemplate 73 | 74 | ``` 75 |
-------------------------------------------------------------------------------- /project/docs/comparator.md: -------------------------------------------------------------------------------- 1 | # Slot: comparator 2 | 3 | 4 | _Comparison operator indicating how the variable is compared to the value(s)._ 5 | 6 | 7 | 8 | URI: [ars:comparator](https://www.cdisc.org/ars/1-0/comparator) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCondition](WhereClauseCondition.md) | A simple selection criterion exressed as [dataset] | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ConditionComparatorEnum](ConditionComparatorEnum.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: comparator 58 | description: Comparison operator indicating how the variable is compared to the value(s). 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: comparator 62 | domain_of: 63 | - WhereClauseCondition 64 | range: ConditionComparatorEnum 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/compoundExpression.md: -------------------------------------------------------------------------------- 1 | # Slot: compoundExpression 2 | 3 | 4 | _A compound expression that combines or negates where clauses._ 5 | 6 | 7 | 8 | URI: [ars:compoundExpression](https://www.cdisc.org/ars/1-0/compoundExpression) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClause](WhereClause.md) | Selection criteria defined as either a simple condition ([variable] [comparat... | yes | 22 | [SubClause](SubClause.md) | An abstract class containing all attributes that may be specified for a sub-c... | no | 23 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | yes | 24 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | yes | 25 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | yes | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ## Properties 34 | 35 | * Range: [String](String.md) 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: compoundExpression 62 | description: A compound expression that combines or negates where clauses. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | alias: compoundExpression 66 | domain_of: 67 | - WhereClause 68 | range: string 69 | any_of: 70 | - range: CompoundSetExpression 71 | inlined: true 72 | inlined_as_list: true 73 | - range: CompoundSubsetExpression 74 | inlined: true 75 | inlined_as_list: true 76 | - range: CompoundGroupExpression 77 | inlined: true 78 | inlined_as_list: true 79 | 80 | ``` 81 |
-------------------------------------------------------------------------------- /project/docs/condition.md: -------------------------------------------------------------------------------- 1 | # Slot: condition 2 | 3 | 4 | _A simple selection criterion exressed as [dataset].[variable] [comparator] [value(s)]_ 5 | 6 | 7 | 8 | URI: [ars:condition](https://www.cdisc.org/ars/1-0/condition) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClause](WhereClause.md) | Selection criteria defined as either a simple condition ([variable] [comparat... | no | 22 | [SubClause](SubClause.md) | An abstract class containing all attributes that may be specified for a sub-c... | no | 23 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | no | 24 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | no | 25 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | no | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ## Properties 34 | 35 | * Range: [WhereClauseCondition](WhereClauseCondition.md) 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: condition 62 | description: A simple selection criterion exressed as [dataset].[variable] [comparator] 63 | [value(s)] 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | alias: condition 67 | domain_of: 68 | - WhereClause 69 | range: WhereClauseCondition 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/contentsList.md: -------------------------------------------------------------------------------- 1 | # Slot: contentsList 2 | 3 | 4 | _A structured list of the analyses and outputs defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:contentsList](https://www.cdisc.org/ars/1-0/contentsList) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ListOfContents](ListOfContents.md) | A structured list of analyses and outputs included in the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [NestedList](NestedList.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: contentsList 60 | description: A structured list of the analyses and outputs defined for the reporting 61 | event. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: contentsList 65 | domain_of: 66 | - ListOfContents 67 | range: NestedList 68 | required: true 69 | 70 | ``` 71 |
-------------------------------------------------------------------------------- /project/docs/context.md: -------------------------------------------------------------------------------- 1 | # Slot: context 2 | 3 | 4 | _The name and version of the computer language used for the actual programming statements provided._ 5 | 6 | 7 | 8 | URI: [ars:context](https://www.cdisc.org/ars/1-0/context) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisProgrammingCodeTemplate](AnalysisProgrammingCodeTemplate.md) | Programming statements and/or a reference to a used as a template for creatio... | no | 22 | [AnalysisOutputProgrammingCode](AnalysisOutputProgrammingCode.md) | Programming statements and/or a reference to the program used to perform a sp... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [String](String.md) 33 | 34 | * Required: True 35 | 36 | 37 | 38 | 39 | 40 | 41 | ## Examples 42 | 43 | | Value | 44 | | --- | 45 | | SAS Version 9.4 | 46 | 47 | ## Identifier and Mapping Information 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | ### Schema Source 56 | 57 | 58 | * from schema: https://www.cdisc.org/ars/1-0 59 | 60 | 61 | 62 | 63 | ## LinkML Source 64 | 65 |
66 | ```yaml 67 | name: context 68 | description: The name and version of the computer language used for the actual programming 69 | statements provided. 70 | examples: 71 | - value: SAS Version 9.4 72 | from_schema: https://www.cdisc.org/ars/1-0 73 | rank: 1000 74 | alias: context 75 | domain_of: 76 | - AnalysisProgrammingCodeTemplate 77 | - AnalysisOutputProgrammingCode 78 | range: string 79 | required: true 80 | 81 | ``` 82 |
-------------------------------------------------------------------------------- /project/docs/controlledTerm.md: -------------------------------------------------------------------------------- 1 | # Slot: controlledTerm 2 | 3 | 4 | _One of the permissible values from the referenced enumeration._ 5 | 6 | 7 | 8 | URI: [ars:controlledTerm](https://www.cdisc.org/ars/1-0/controlledTerm) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) | The term used for an attribute whose terminology is extensible | no | 22 | [OperationRole](OperationRole.md) | The role that the referenced operation's result plays in the calculation of t... | yes | 23 | [SponsorOperationRole](SponsorOperationRole.md) | The sponsor-defined role that the referenced operation's result plays in the ... | yes | 24 | [AnalysisReason](AnalysisReason.md) | The rationale for performing this analysis | yes | 25 | [SponsorAnalysisReason](SponsorAnalysisReason.md) | The sponsor-defined rationale for performing this analysis | yes | 26 | [AnalysisPurpose](AnalysisPurpose.md) | The purpose of the analysis within the body of evidence (e | yes | 27 | [SponsorAnalysisPurpose](SponsorAnalysisPurpose.md) | The sponsor-defined purpose of the analysis within the body of evidence (e | yes | 28 | [OutputFileType](OutputFileType.md) | The file format of the file containing output from analyses | yes | 29 | [SponsorOutputFileType](SponsorOutputFileType.md) | The sponsor-defined file format of the file containing output from analyses | yes | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | ## Properties 38 | 39 | * Range: [String](String.md) 40 | 41 | 42 | 43 | 44 | 45 | ## Identifier and Mapping Information 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | ### Schema Source 54 | 55 | 56 | * from schema: https://www.cdisc.org/ars/1-0 57 | 58 | 59 | 60 | 61 | ## LinkML Source 62 | 63 |
64 | ```yaml 65 | name: controlledTerm 66 | description: One of the permissible values from the referenced enumeration. 67 | from_schema: https://www.cdisc.org/ars/1-0 68 | rank: 1000 69 | alias: controlledTerm 70 | domain_of: 71 | - ExtensibleTerminologyTerm 72 | range: string 73 | any_of: 74 | - range: AnalysisReasonEnum 75 | - range: AnalysisPurposeEnum 76 | - range: OperationRoleEnum 77 | - range: OutputFileTypeEnum 78 | 79 | ``` 80 |
-------------------------------------------------------------------------------- /project/docs/dataDriven.md: -------------------------------------------------------------------------------- 1 | # Slot: dataDriven 2 | 3 | 4 | _Indicates whether the groups defined by the grouping are prespecified (false) or obtained from distinct data values of the groupingVariable (true)._ 5 | 6 | 7 | 8 | URI: [ars:dataDriven](https://www.cdisc.org/ars/1-0/dataDriven) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Boolean](Boolean.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: dataDriven 60 | description: Indicates whether the groups defined by the grouping are prespecified 61 | (false) or obtained from distinct data values of the groupingVariable (true). 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: dataDriven 65 | domain_of: 66 | - GroupingFactor 67 | range: boolean 68 | required: true 69 | 70 | ``` 71 |
-------------------------------------------------------------------------------- /project/docs/dataSubsetId.md: -------------------------------------------------------------------------------- 1 | # Slot: dataSubsetId 2 | 3 | 4 | _The identifier of the referenced data subset._ 5 | 6 | 7 | 8 | URI: [ars:dataSubsetId](https://www.cdisc.org/ars/1-0/dataSubsetId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [DataSubset](DataSubset.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: dataSubsetId 58 | description: The identifier of the referenced data subset. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: dataSubsetId 62 | domain_of: 63 | - Analysis 64 | range: DataSubset 65 | inlined: false 66 | 67 | ``` 68 |
-------------------------------------------------------------------------------- /project/docs/dataSubsets.md: -------------------------------------------------------------------------------- 1 | # Slot: dataSubsets 2 | 3 | 4 | _Subsets of data identified by selection criteria for inclusion in analysis definitions._ 5 | 6 | 7 | 8 | URI: [ars:dataSubsets](https://www.cdisc.org/ars/1-0/dataSubsets) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [DataSubset](DataSubset.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: dataSubsets 60 | description: Subsets of data identified by selection criteria for inclusion in analysis 61 | definitions. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: dataSubsets 66 | domain_of: 67 | - ReportingEvent 68 | range: DataSubset 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/dataset.md: -------------------------------------------------------------------------------- 1 | # Slot: dataset 2 | 3 | 4 | _The name of the analysis dataset._ 5 | 6 | 7 | 8 | URI: [ars:dataset](https://www.cdisc.org/ars/1-0/dataset) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCondition](WhereClauseCondition.md) | A simple selection criterion exressed as [dataset] | no | 22 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [String](String.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: dataset 59 | description: The name of the analysis dataset. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: dataset 63 | domain_of: 64 | - WhereClauseCondition 65 | - Analysis 66 | range: string 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/description.md: -------------------------------------------------------------------------------- 1 | # Slot: description 2 | 3 | 4 | _A textual description of the instance of the class._ 5 | 6 | 7 | 8 | URI: [ars:description](https://www.cdisc.org/ars/1-0/description) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [NamedObject](NamedObject.md) | An object with a name | no | 22 | [SponsorTerm](SponsorTerm.md) | A sponsor-defined term that is included in an extensible set of controlled te... | no | 23 | [ReferencedOperationRelationship](ReferencedOperationRelationship.md) | A reference to a statistical operation whose results are used in the calculat... | no | 24 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 25 | [ListOfContents](ListOfContents.md) | A structured list of analyses and outputs included in the reporting event | no | 26 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 27 | [ReferenceDocument](ReferenceDocument.md) | An external document containing supporting documentation or programming code | no | 28 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | no | 29 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | no | 30 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 31 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | no | 32 | [AnalysisMethod](AnalysisMethod.md) | A set of one or more statistical operations | no | 33 | [Operation](Operation.md) | A statistical operation that produces a single analysis result value as part ... | no | 34 | [CodeParameter](CodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | no | 35 | [TemplateCodeParameter](TemplateCodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | no | 36 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 37 | [AnalysisOutputCodeParameter](AnalysisOutputCodeParameter.md) | A parameter whose value is used in programming code for a specific analysis o... | no | 38 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 39 | [OutputFile](OutputFile.md) | A file containing analysis output displays | no | 40 | [OutputDisplay](OutputDisplay.md) | A tabular representation of the results of one or more analyses | no | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ## Properties 49 | 50 | * Range: [String](String.md) 51 | 52 | 53 | 54 | 55 | 56 | ## Identifier and Mapping Information 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | ### Schema Source 65 | 66 | 67 | * from schema: https://www.cdisc.org/ars/1-0 68 | 69 | 70 | 71 | 72 | ## LinkML Source 73 | 74 |
75 | ```yaml 76 | name: description 77 | description: A textual description of the instance of the class. 78 | from_schema: https://www.cdisc.org/ars/1-0 79 | rank: 1000 80 | alias: description 81 | domain_of: 82 | - NamedObject 83 | - SponsorTerm 84 | - ReferencedOperationRelationship 85 | range: string 86 | 87 | ``` 88 |
-------------------------------------------------------------------------------- /project/docs/display.md: -------------------------------------------------------------------------------- 1 | # Slot: display 2 | 3 | 4 | _A display contained in the output._ 5 | 6 | 7 | 8 | URI: [ars:display](https://www.cdisc.org/ars/1-0/display) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedDisplay](OrderedDisplay.md) | A display ordered with respect to other displays in an analysis output | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OutputDisplay](OutputDisplay.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: display 60 | description: A display contained in the output. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: display 64 | domain_of: 65 | - OrderedDisplay 66 | range: OutputDisplay 67 | required: true 68 | inlined: true 69 | 70 | ``` 71 |
-------------------------------------------------------------------------------- /project/docs/displaySections.md: -------------------------------------------------------------------------------- 1 | # Slot: displaySections 2 | 3 | 4 | _The parts of the display containing one or more pieces of informational text (e.g. title, footnote)._ 5 | 6 | 7 | 8 | URI: [ars:displaySections](https://www.cdisc.org/ars/1-0/displaySections) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OutputDisplay](OutputDisplay.md) | A tabular representation of the results of one or more analyses | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [DisplaySection](DisplaySection.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: displaySections 60 | description: The parts of the display containing one or more pieces of informational 61 | text (e.g. title, footnote). 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: displaySections 66 | domain_of: 67 | - OutputDisplay 68 | range: DisplaySection 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/displayTitle.md: -------------------------------------------------------------------------------- 1 | # Slot: displayTitle 2 | 3 | 4 | _Display description which uniquely identifies the display in the report._ 5 | 6 | 7 | 8 | URI: [ars:displayTitle](https://www.cdisc.org/ars/1-0/displayTitle) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OutputDisplay](OutputDisplay.md) | A tabular representation of the results of one or more analyses | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: displayTitle 58 | description: Display description which uniquely identifies the display in the report. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: displayTitle 62 | domain_of: 63 | - OutputDisplay 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/displays.md: -------------------------------------------------------------------------------- 1 | # Slot: displays 2 | 3 | 4 | _An ordered list of the displays included in the output._ 5 | 6 | 7 | 8 | URI: [ars:displays](https://www.cdisc.org/ars/1-0/displays) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OrderedDisplay](OrderedDisplay.md) 32 | 33 | * Multivalued: True 34 | 35 | * Required: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: displays 62 | description: An ordered list of the displays included in the output. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | list_elements_ordered: true 67 | alias: displays 68 | domain_of: 69 | - Output 70 | range: OrderedDisplay 71 | required: true 72 | inlined: true 73 | inlined_as_list: true 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/documentRef.md: -------------------------------------------------------------------------------- 1 | # Slot: documentRef 2 | 3 | 4 | _A reference to the document containing programming code._ 5 | 6 | 7 | 8 | URI: [ars:documentRef](https://www.cdisc.org/ars/1-0/documentRef) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisProgrammingCodeTemplate](AnalysisProgrammingCodeTemplate.md) | Programming statements and/or a reference to a used as a template for creatio... | no | 22 | [AnalysisOutputProgrammingCode](AnalysisOutputProgrammingCode.md) | Programming statements and/or a reference to the program used to perform a sp... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [DocumentReference](DocumentReference.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: documentRef 59 | description: A reference to the document containing programming code. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | multivalued: false 63 | alias: documentRef 64 | domain_of: 65 | - AnalysisProgrammingCodeTemplate 66 | - AnalysisOutputProgrammingCode 67 | range: DocumentReference 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/documentRefs.md: -------------------------------------------------------------------------------- 1 | # Slot: documentRefs 2 | 3 | 4 | _References to external documents containing additional information._ 5 | 6 | 7 | 8 | URI: [ars:documentRefs](https://www.cdisc.org/ars/1-0/documentRefs) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisMethod](AnalysisMethod.md) | A set of one or more statistical operations | no | 22 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 23 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | ## Properties 32 | 33 | * Range: [DocumentReference](DocumentReference.md) 34 | 35 | * Multivalued: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: documentRefs 62 | description: References to external documents containing additional information. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: documentRefs 67 | domain_of: 68 | - AnalysisMethod 69 | - Analysis 70 | - Output 71 | range: DocumentReference 72 | inlined: true 73 | inlined_as_list: true 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/enumeration.md: -------------------------------------------------------------------------------- 1 | # Slot: enumeration 2 | 3 | 4 | _The name of the extensible enumeration._ 5 | 6 | 7 | 8 | URI: [ars:enumeration](https://www.cdisc.org/ars/1-0/enumeration) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [TerminologyExtension](TerminologyExtension.md) | An extensible set of controlled terminology that has been extended with at le... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ExtensibleTerminologyEnum](ExtensibleTerminologyEnum.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: enumeration 58 | description: The name of the extensible enumeration. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: enumeration 62 | domain_of: 63 | - TerminologyExtension 64 | range: ExtensibleTerminologyEnum 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/fileSpecifications.md: -------------------------------------------------------------------------------- 1 | # Slot: fileSpecifications 2 | 3 | 4 | _Specifications of output files._ 5 | 6 | 7 | 8 | URI: [ars:fileSpecifications](https://www.cdisc.org/ars/1-0/fileSpecifications) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OutputFile](OutputFile.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: fileSpecifications 60 | description: Specifications of output files. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: fileSpecifications 65 | domain_of: 66 | - Output 67 | range: OutputFile 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/fileType.md: -------------------------------------------------------------------------------- 1 | # Slot: fileType 2 | 3 | 4 | _The format of the output file._ 5 | 6 | 7 | 8 | URI: [ars:fileType](https://www.cdisc.org/ars/1-0/fileType) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OutputFile](OutputFile.md) | A file containing analysis output displays | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: fileType 58 | description: The format of the output file. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: fileType 62 | domain_of: 63 | - OutputFile 64 | range: ExtensibleTerminologyTerm 65 | any_of: 66 | - range: OutputFileType 67 | - range: SponsorOutputFileType 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/firstPage.md: -------------------------------------------------------------------------------- 1 | # Slot: firstPage 2 | 3 | 4 | _The page number of the first page in a range of pages._ 5 | 6 | 7 | 8 | URI: [ars:firstPage](https://www.cdisc.org/ars/1-0/firstPage) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [PageRef](PageRef.md) | A reference to a specific part of a document as indicated by a list of one or... | no | 22 | [PageNumberListRef](PageNumberListRef.md) | One or more individual pages in the reference document, referenced by page nu... | yes | 23 | [PageNumberRangeRef](PageNumberRangeRef.md) | A range of pages in the reference document, indicated by the first and last p... | yes | 24 | [PageNameRef](PageNameRef.md) | One or more pages in the reference document, referenced by named destination | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [Integer](Integer.md) 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: firstPage 61 | description: The page number of the first page in a range of pages. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: firstPage 65 | domain_of: 66 | - PageRef 67 | range: integer 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/formattedValue.md: -------------------------------------------------------------------------------- 1 | # Slot: formattedValue 2 | 3 | 4 | _The result value formatted for display according to the resultPattern._ 5 | 6 | 7 | 8 | URI: [ars:formattedValue](https://www.cdisc.org/ars/1-0/formattedValue) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OperationResult](OperationResult.md) | The result of an analysis method operation performed on a subdivision of subj... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: formattedValue 58 | description: The result value formatted for display according to the resultPattern. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: formattedValue 62 | domain_of: 63 | - OperationResult 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/globalDisplaySections.md: -------------------------------------------------------------------------------- 1 | # Slot: globalDisplaySections 2 | 3 | 4 | _Display section specifications that may be applied to any display._ 5 | 6 | 7 | 8 | URI: [ars:globalDisplaySections](https://www.cdisc.org/ars/1-0/globalDisplaySections) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [GlobalDisplaySection](GlobalDisplaySection.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: globalDisplaySections 60 | description: Display section specifications that may be applied to any display. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: globalDisplaySections 65 | domain_of: 66 | - ReportingEvent 67 | range: GlobalDisplaySection 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/groupId.md: -------------------------------------------------------------------------------- 1 | # Slot: groupId 2 | 3 | 4 | _The identifier of a referenced predefined group within a grouping._ 5 | 6 | 7 | 8 | URI: [ars:groupId](https://www.cdisc.org/ars/1-0/groupId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ResultGroup](ResultGroup.md) | For the specified grouping factor, an indication of the specific group of sub... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Group](Group.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: groupId 58 | description: The identifier of a referenced predefined group within a grouping. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: groupId 62 | domain_of: 63 | - ResultGroup 64 | range: Group 65 | inlined: false 66 | 67 | ``` 68 |
-------------------------------------------------------------------------------- /project/docs/groupValue.md: -------------------------------------------------------------------------------- 1 | # Slot: groupValue 2 | 3 | 4 | _The data value used as a group within a data-driven grouping._ 5 | 6 | 7 | 8 | URI: [ars:groupValue](https://www.cdisc.org/ars/1-0/groupValue) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ResultGroup](ResultGroup.md) | For the specified grouping factor, an indication of the specific group of sub... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: groupValue 58 | description: The data value used as a group within a data-driven grouping. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: groupValue 62 | domain_of: 63 | - ResultGroup 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/groupingDataset.md: -------------------------------------------------------------------------------- 1 | # Slot: groupingDataset 2 | 3 | 4 | _For groupings based on a single variable, a reference to the dataset containing the variable upon which grouping is based._ 5 | 6 | 7 | 8 | URI: [ars:groupingDataset](https://www.cdisc.org/ars/1-0/groupingDataset) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: groupingDataset 58 | description: For groupings based on a single variable, a reference to the dataset 59 | containing the variable upon which grouping is based. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: groupingDataset 63 | domain_of: 64 | - GroupingFactor 65 | range: string 66 | 67 | ``` 68 |
-------------------------------------------------------------------------------- /project/docs/groupingId.md: -------------------------------------------------------------------------------- 1 | # Slot: groupingId 2 | 3 | 4 | _The identifier of the referenced subject or data grouping factor._ 5 | 6 | 7 | 8 | URI: [ars:groupingId](https://www.cdisc.org/ars/1-0/groupingId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedGroupingFactor](OrderedGroupingFactor.md) | A reference to a defined factor by which subjects or data records are grouped... | no | 22 | [ResultGroup](ResultGroup.md) | For the specified grouping factor, an indication of the specific group of sub... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [GroupingFactor](GroupingFactor.md) 33 | 34 | * Required: True 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: groupingId 61 | description: The identifier of the referenced subject or data grouping factor. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: groupingId 65 | domain_of: 66 | - OrderedGroupingFactor 67 | - ResultGroup 68 | range: GroupingFactor 69 | required: true 70 | inlined: false 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/groupingVariable.md: -------------------------------------------------------------------------------- 1 | # Slot: groupingVariable 2 | 3 | 4 | _For groupings based on a single variable, a reference to the dataset variable upon which grouping is based._ 5 | 6 | 7 | 8 | URI: [ars:groupingVariable](https://www.cdisc.org/ars/1-0/groupingVariable) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: groupingVariable 58 | description: For groupings based on a single variable, a reference to the dataset 59 | variable upon which grouping is based. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: groupingVariable 63 | domain_of: 64 | - GroupingFactor 65 | range: string 66 | 67 | ``` 68 |
-------------------------------------------------------------------------------- /project/docs/groups.md: -------------------------------------------------------------------------------- 1 | # Slot: groups 2 | 3 | 4 | _The pre-specified groups within the grouping._ 5 | 6 | 7 | 8 | URI: [ars:groups](https://www.cdisc.org/ars/1-0/groups) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Group](Group.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | 40 | ## Examples 41 | 42 | | Value | 43 | | --- | 44 | | 'Male' and 'Female' might be groups within a sex grouping. | 45 | | 'Treatment A', 'Treatment B', 'Placebo' might be groups within a treatment grouping. | 46 | 47 | ## Identifier and Mapping Information 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | ### Schema Source 56 | 57 | 58 | * from schema: https://www.cdisc.org/ars/1-0 59 | 60 | 61 | 62 | 63 | ## LinkML Source 64 | 65 |
66 | ```yaml 67 | name: groups 68 | description: The pre-specified groups within the grouping. 69 | examples: 70 | - value: '''Male'' and ''Female'' might be groups within a sex grouping.' 71 | - value: '''Treatment A'', ''Treatment B'', ''Placebo'' might be groups within a treatment 72 | grouping.' 73 | from_schema: https://www.cdisc.org/ars/1-0 74 | rank: 1000 75 | multivalued: true 76 | list_elements_ordered: true 77 | alias: groups 78 | domain_of: 79 | - GroupingFactor 80 | range: Group 81 | inlined: true 82 | inlined_as_list: true 83 | 84 | ``` 85 |
-------------------------------------------------------------------------------- /project/docs/lastPage.md: -------------------------------------------------------------------------------- 1 | # Slot: lastPage 2 | 3 | 4 | _The page number of the last page in a range of pages._ 5 | 6 | 7 | 8 | URI: [ars:lastPage](https://www.cdisc.org/ars/1-0/lastPage) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [PageRef](PageRef.md) | A reference to a specific part of a document as indicated by a list of one or... | no | 22 | [PageNumberListRef](PageNumberListRef.md) | One or more individual pages in the reference document, referenced by page nu... | yes | 23 | [PageNumberRangeRef](PageNumberRangeRef.md) | A range of pages in the reference document, indicated by the first and last p... | yes | 24 | [PageNameRef](PageNameRef.md) | One or more pages in the reference document, referenced by named destination | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [Integer](Integer.md) 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: lastPage 61 | description: The page number of the last page in a range of pages. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: lastPage 65 | domain_of: 66 | - PageRef 67 | range: integer 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/level.md: -------------------------------------------------------------------------------- 1 | # Slot: level 2 | 3 | 4 | _The level of the entry within a hierarchical structure._ 5 | 6 | 7 | 8 | URI: [ars:level](https://www.cdisc.org/ars/1-0/level) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [LevelOrder](LevelOrder.md) | An abstract class containing attributes used to position class instances with... | no | 22 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 23 | [WhereClause](WhereClause.md) | Selection criteria defined as either a simple condition ([variable] [comparat... | no | 24 | [ReferencedWhereClause](ReferencedWhereClause.md) | An abstract class indicating an identified where clause (i | no | 25 | [SubClause](SubClause.md) | An abstract class containing all attributes that may be specified for a sub-c... | no | 26 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | no | 27 | [ReferencedAnalysisSet](ReferencedAnalysisSet.md) | An `AnalysisSet` referenced by identifier (`subClauseId`) as the sub-clause o... | no | 28 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | no | 29 | [ReferencedDataSubset](ReferencedDataSubset.md) | A `DataSubset` referenced by identifier (`subClauseId`) as the sub-clause of ... | no | 30 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | no | 31 | [ReferencedGroup](ReferencedGroup.md) | A `Group` referenced by identifier (`subClauseId`) as the sub-clause of a com... | no | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | ## Properties 40 | 41 | * Range: [Integer](Integer.md) 42 | 43 | * Required: True 44 | 45 | 46 | 47 | 48 | 49 | ## Comments 50 | 51 | * 1 is the top level. 52 | 53 | ## Identifier and Mapping Information 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | ### Schema Source 62 | 63 | 64 | * from schema: https://www.cdisc.org/ars/1-0 65 | 66 | 67 | 68 | 69 | ## LinkML Source 70 | 71 |
72 | ```yaml 73 | name: level 74 | description: The level of the entry within a hierarchical structure. 75 | comments: 76 | - 1 is the top level. 77 | from_schema: https://www.cdisc.org/ars/1-0 78 | rank: 1000 79 | alias: level 80 | domain_of: 81 | - LevelOrder 82 | range: integer 83 | required: true 84 | 85 | ``` 86 |
-------------------------------------------------------------------------------- /project/docs/listItems.md: -------------------------------------------------------------------------------- 1 | # Slot: listItems 2 | 3 | 4 | _Items in the list. Each item may include a reference to an analysis, a reference to an output, or a sub-list._ 5 | 6 | 7 | 8 | URI: [ars:listItems](https://www.cdisc.org/ars/1-0/listItems) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [NestedList](NestedList.md) | A list of items (analyses or outputs) that may be organized within sub-lists | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OrderedListItem](OrderedListItem.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: listItems 60 | description: Items in the list. Each item may include a reference to an analysis, 61 | a reference to an output, or a sub-list. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | list_elements_ordered: true 66 | alias: listItems 67 | domain_of: 68 | - NestedList 69 | range: OrderedListItem 70 | inlined: true 71 | inlined_as_list: true 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/location.md: -------------------------------------------------------------------------------- 1 | # Slot: location 2 | 3 | 4 | _A path (relative or absolute) indicating the location of the file._ 5 | 6 | 7 | 8 | URI: [ars:location](https://www.cdisc.org/ars/1-0/location) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReferenceDocument](ReferenceDocument.md) | An external document containing supporting documentation or programming code | no | 22 | [OutputFile](OutputFile.md) | A file containing analysis output displays | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [Uri](Uri.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: location 59 | description: A path (relative or absolute) indicating the location of the file. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: location 63 | domain_of: 64 | - ReferenceDocument 65 | - OutputFile 66 | range: uri 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/logicalOperator.md: -------------------------------------------------------------------------------- 1 | # Slot: logicalOperator 2 | 3 | 4 | _The boolean operator that is used to combine (AND, OR) or negate (NOT) the where claus(s) in the compound expression._ 5 | 6 | 7 | 8 | URI: [ars:logicalOperator](https://www.cdisc.org/ars/1-0/logicalOperator) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCompoundExpression](WhereClauseCompoundExpression.md) | An abstract class representing a compound expression consisting of either two... | no | 22 | [CompoundSetExpression](CompoundSetExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | no | 23 | [CompoundSubsetExpression](CompoundSubsetExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | no | 24 | [CompoundGroupExpression](CompoundGroupExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | no | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [ExpressionLogicalOperatorEnum](ExpressionLogicalOperatorEnum.md) 35 | 36 | * Required: True 37 | 38 | 39 | 40 | 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: logicalOperator 63 | description: The boolean operator that is used to combine (AND, OR) or negate (NOT) 64 | the where claus(s) in the compound expression. 65 | from_schema: https://www.cdisc.org/ars/1-0 66 | rank: 1000 67 | alias: logicalOperator 68 | domain_of: 69 | - WhereClauseCompoundExpression 70 | range: ExpressionLogicalOperatorEnum 71 | required: true 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/mainListOfContents.md: -------------------------------------------------------------------------------- 1 | # Slot: mainListOfContents 2 | 3 | 4 | _The main list of the analyses and outputs defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:mainListOfContents](https://www.cdisc.org/ars/1-0/mainListOfContents) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ListOfContents](ListOfContents.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: mainListOfContents 60 | description: The main list of the analyses and outputs defined for the reporting event. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: mainListOfContents 64 | domain_of: 65 | - ReportingEvent 66 | range: ListOfContents 67 | required: true 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/methodId.md: -------------------------------------------------------------------------------- 1 | # Slot: methodId 2 | 3 | 4 | _A reference to the set of one or more statistical operations performed for the analysis._ 5 | 6 | 7 | 8 | URI: [ars:methodId](https://www.cdisc.org/ars/1-0/methodId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisMethod](AnalysisMethod.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: methodId 60 | description: A reference to the set of one or more statistical operations performed 61 | for the analysis. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: methodId 65 | domain_of: 66 | - Analysis 67 | range: AnalysisMethod 68 | required: true 69 | inlined: false 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/methods.md: -------------------------------------------------------------------------------- 1 | # Slot: methods 2 | 3 | 4 | _The defined methods used to analyze any analysis variable._ 5 | 6 | 7 | 8 | URI: [ars:methods](https://www.cdisc.org/ars/1-0/methods) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisMethod](AnalysisMethod.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: methods 60 | description: The defined methods used to analyze any analysis variable. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: methods 65 | domain_of: 66 | - ReportingEvent 67 | range: AnalysisMethod 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/name.md: -------------------------------------------------------------------------------- 1 | # Slot: name 2 | 3 | 4 | _The name for the instance of the class._ 5 | 6 | 7 | 8 | URI: [ars:name](https://www.cdisc.org/ars/1-0/name) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [NamedObject](NamedObject.md) | An object with a name | no | 22 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 23 | [ListOfContents](ListOfContents.md) | A structured list of analyses and outputs included in the reporting event | no | 24 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 25 | [ReferenceDocument](ReferenceDocument.md) | An external document containing supporting documentation or programming code | no | 26 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | no | 27 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | no | 28 | [GroupingFactor](GroupingFactor.md) | A factor used to subdivide either the subject population or data records in a... | no | 29 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | no | 30 | [AnalysisMethod](AnalysisMethod.md) | A set of one or more statistical operations | no | 31 | [Operation](Operation.md) | A statistical operation that produces a single analysis result value as part ... | no | 32 | [CodeParameter](CodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | no | 33 | [TemplateCodeParameter](TemplateCodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | no | 34 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 35 | [AnalysisOutputCodeParameter](AnalysisOutputCodeParameter.md) | A parameter whose value is used in programming code for a specific analysis o... | no | 36 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 37 | [OutputFile](OutputFile.md) | A file containing analysis output displays | no | 38 | [OutputDisplay](OutputDisplay.md) | A tabular representation of the results of one or more analyses | no | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ## Properties 47 | 48 | * Range: [String](String.md) 49 | 50 | * Required: True 51 | 52 | 53 | 54 | 55 | 56 | ## Identifier and Mapping Information 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | ### Schema Source 65 | 66 | 67 | * from schema: https://www.cdisc.org/ars/1-0 68 | 69 | 70 | 71 | 72 | ## LinkML Source 73 | 74 |
75 | ```yaml 76 | name: name 77 | description: The name for the instance of the class. 78 | from_schema: https://www.cdisc.org/ars/1-0 79 | rank: 1000 80 | alias: name 81 | domain_of: 82 | - NamedObject 83 | range: string 84 | required: true 85 | 86 | ``` 87 |
-------------------------------------------------------------------------------- /project/docs/operationId.md: -------------------------------------------------------------------------------- 1 | # Slot: operationId 2 | 3 | 4 | _The identifier of the referenced operation._ 5 | 6 | 7 | 8 | URI: [ars:operationId](https://www.cdisc.org/ars/1-0/operationId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReferencedOperationRelationship](ReferencedOperationRelationship.md) | A reference to a statistical operation whose results are used in the calculat... | no | 22 | [OperationResult](OperationResult.md) | The result of an analysis method operation performed on a subdivision of subj... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [Operation](Operation.md) 33 | 34 | * Required: True 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: operationId 61 | description: The identifier of the referenced operation. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: operationId 65 | domain_of: 66 | - ReferencedOperationRelationship 67 | - OperationResult 68 | range: Operation 69 | required: true 70 | inlined: false 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/operations.md: -------------------------------------------------------------------------------- 1 | # Slot: operations 2 | 3 | 4 | _The calculations performed for the method. Each operation generates a statistical result._ 5 | 6 | 7 | 8 | URI: [ars:operations](https://www.cdisc.org/ars/1-0/operations) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisMethod](AnalysisMethod.md) | A set of one or more statistical operations | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Operation](Operation.md) 32 | 33 | * Multivalued: True 34 | 35 | * Required: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: operations 62 | description: The calculations performed for the method. Each operation generates a 63 | statistical result. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | multivalued: true 67 | alias: operations 68 | domain_of: 69 | - AnalysisMethod 70 | range: Operation 71 | required: true 72 | inlined: true 73 | inlined_as_list: true 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/order.md: -------------------------------------------------------------------------------- 1 | # Slot: order 2 | 3 | 4 | _The ordinal of the instance with respect to other instances._ 5 | 6 | 7 | 8 | URI: [ars:order](https://www.cdisc.org/ars/1-0/order) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [LevelOrder](LevelOrder.md) | An abstract class containing attributes used to position class instances with... | no | 22 | [Operation](Operation.md) | A statistical operation that produces a single analysis result value as part ... | no | 23 | [OrderedGroupingFactor](OrderedGroupingFactor.md) | A reference to a defined factor by which subjects or data records are grouped... | no | 24 | [OrderedDisplay](OrderedDisplay.md) | A display ordered with respect to other displays in an analysis output | no | 25 | [OrderedDisplaySubSection](OrderedDisplaySubSection.md) | A single subsection ordered with respect to other subsections in the same sec... | no | 26 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 27 | [WhereClause](WhereClause.md) | Selection criteria defined as either a simple condition ([variable] [comparat... | no | 28 | [ReferencedWhereClause](ReferencedWhereClause.md) | An abstract class indicating an identified where clause (i | no | 29 | [SubClause](SubClause.md) | An abstract class containing all attributes that may be specified for a sub-c... | no | 30 | [AnalysisSet](AnalysisSet.md) | A set of subjects whose data are to be included in the main analyses | no | 31 | [ReferencedAnalysisSet](ReferencedAnalysisSet.md) | An `AnalysisSet` referenced by identifier (`subClauseId`) as the sub-clause o... | no | 32 | [DataSubset](DataSubset.md) | A subset of data identified by selection criteria for inclusion in the analys... | no | 33 | [ReferencedDataSubset](ReferencedDataSubset.md) | A `DataSubset` referenced by identifier (`subClauseId`) as the sub-clause of ... | no | 34 | [Group](Group.md) | A subdivision of the subject population or analysis dataset record set based ... | no | 35 | [ReferencedGroup](ReferencedGroup.md) | A `Group` referenced by identifier (`subClauseId`) as the sub-clause of a com... | no | 36 | [OrderedSubSection](OrderedSubSection.md) | A subsection ordered with respect to other subsections of the same type | no | 37 | [OrderedSubSectionRef](OrderedSubSectionRef.md) | A reference to a subsection defined either globally or in another display sec... | no | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ## Properties 46 | 47 | * Range: [Integer](Integer.md) 48 | 49 | * Required: True 50 | 51 | 52 | 53 | 54 | 55 | ## Identifier and Mapping Information 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | ### Schema Source 64 | 65 | 66 | * from schema: https://www.cdisc.org/ars/1-0 67 | 68 | 69 | 70 | 71 | ## LinkML Source 72 | 73 |
74 | ```yaml 75 | name: order 76 | description: The ordinal of the instance with respect to other instances. 77 | from_schema: https://www.cdisc.org/ars/1-0 78 | rank: 1000 79 | alias: order 80 | domain_of: 81 | - LevelOrder 82 | - Operation 83 | - OrderedGroupingFactor 84 | - OrderedDisplay 85 | - OrderedDisplaySubSection 86 | range: integer 87 | required: true 88 | 89 | ``` 90 |
-------------------------------------------------------------------------------- /project/docs/orderedGroupings.md: -------------------------------------------------------------------------------- 1 | # Slot: orderedGroupings 2 | 3 | 4 | _An ordered list of grouping factors used in the analysis._ 5 | 6 | 7 | 8 | URI: [ars:orderedGroupings](https://www.cdisc.org/ars/1-0/orderedGroupings) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OrderedGroupingFactor](OrderedGroupingFactor.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: orderedGroupings 60 | description: An ordered list of grouping factors used in the analysis. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | list_elements_ordered: true 65 | alias: orderedGroupings 66 | domain_of: 67 | - Analysis 68 | range: OrderedGroupingFactor 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/orderedSubSections.md: -------------------------------------------------------------------------------- 1 | # Slot: orderedSubSections 2 | 3 | 4 | _An ordered list of the informational text to display in the display section._ 5 | 6 | 7 | 8 | URI: [ars:orderedSubSections](https://www.cdisc.org/ars/1-0/orderedSubSections) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [DisplaySection](DisplaySection.md) | A part of a tabular display containing one or more pieces of informational te... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OrderedDisplaySubSection](OrderedDisplaySubSection.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: orderedSubSections 60 | description: An ordered list of the informational text to display in the display section. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | list_elements_ordered: true 65 | alias: orderedSubSections 66 | domain_of: 67 | - DisplaySection 68 | range: OrderedDisplaySubSection 69 | inlined: true 70 | inlined_as_list: true 71 | any_of: 72 | - range: OrderedSubSection 73 | - range: OrderedSubSectionRef 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/otherListsOfContents.md: -------------------------------------------------------------------------------- 1 | # Slot: otherListsOfContents 2 | 3 | 4 | _Other lists of the analyses and outputs defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:otherListsOfContents](https://www.cdisc.org/ars/1-0/otherListsOfContents) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ListOfContents](ListOfContents.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: otherListsOfContents 60 | description: Other lists of the analyses and outputs defined for the reporting event. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: otherListsOfContents 65 | domain_of: 66 | - ReportingEvent 67 | range: ListOfContents 68 | required: false 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/outputId.md: -------------------------------------------------------------------------------- 1 | # Slot: outputId 2 | 3 | 4 | _The identifier of the referenced output._ 5 | 6 | 7 | 8 | URI: [ars:outputId](https://www.cdisc.org/ars/1-0/outputId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Output](Output.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: outputId 58 | description: The identifier of the referenced output. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | multivalued: false 62 | alias: outputId 63 | domain_of: 64 | - OrderedListItem 65 | range: Output 66 | inlined: false 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/outputs.md: -------------------------------------------------------------------------------- 1 | # Slot: outputs 2 | 3 | 4 | _The outputs defined for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:outputs](https://www.cdisc.org/ars/1-0/outputs) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Output](Output.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: outputs 60 | description: The outputs defined for the reporting event. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: outputs 65 | domain_of: 66 | - ReportingEvent 67 | range: Output 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/pageNames.md: -------------------------------------------------------------------------------- 1 | # Slot: pageNames 2 | 3 | 4 | _One or more named document references which each correspond with a page._ 5 | 6 | 7 | 8 | URI: [ars:pageNames](https://www.cdisc.org/ars/1-0/pageNames) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [PageRef](PageRef.md) | A reference to a specific part of a document as indicated by a list of one or... | no | 22 | [PageNumberListRef](PageNumberListRef.md) | One or more individual pages in the reference document, referenced by page nu... | yes | 23 | [PageNumberRangeRef](PageNumberRangeRef.md) | A range of pages in the reference document, indicated by the first and last p... | yes | 24 | [PageNameRef](PageNameRef.md) | One or more pages in the reference document, referenced by named destination | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [String](String.md) 35 | 36 | * Multivalued: True 37 | 38 | 39 | 40 | 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: pageNames 63 | description: One or more named document references which each correspond with a page. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | multivalued: true 67 | alias: pageNames 68 | domain_of: 69 | - PageRef 70 | range: string 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/pageNumbers.md: -------------------------------------------------------------------------------- 1 | # Slot: pageNumbers 2 | 3 | 4 | _One or more page numbers._ 5 | 6 | 7 | 8 | URI: [ars:pageNumbers](https://www.cdisc.org/ars/1-0/pageNumbers) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [PageRef](PageRef.md) | A reference to a specific part of a document as indicated by a list of one or... | no | 22 | [PageNumberListRef](PageNumberListRef.md) | One or more individual pages in the reference document, referenced by page nu... | yes | 23 | [PageNumberRangeRef](PageNumberRangeRef.md) | A range of pages in the reference document, indicated by the first and last p... | yes | 24 | [PageNameRef](PageNameRef.md) | One or more pages in the reference document, referenced by named destination | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [Integer](Integer.md) 35 | 36 | * Multivalued: True 37 | 38 | 39 | 40 | 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: pageNumbers 63 | description: One or more page numbers. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | multivalued: true 67 | alias: pageNumbers 68 | domain_of: 69 | - PageRef 70 | range: integer 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/pageRefs.md: -------------------------------------------------------------------------------- 1 | # Slot: pageRefs 2 | 3 | 4 | _A list of references to specific parts of a document, which may be referenced as a list of one or more page numbers, a range of page numbers, or a list of named destinations in the document (e.g. bookmarks)._ 5 | 6 | 7 | 8 | URI: [ars:pageRefs](https://www.cdisc.org/ars/1-0/pageRefs) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [DocumentReference](DocumentReference.md) | A reference to an external document | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [PageRef](PageRef.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: pageRefs 60 | description: A list of references to specific parts of a document, which may be referenced 61 | as a list of one or more page numbers, a range of page numbers, or a list of named 62 | destinations in the document (e.g. bookmarks). 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: pageRefs 67 | domain_of: 68 | - DocumentReference 69 | range: PageRef 70 | inlined: true 71 | inlined_as_list: true 72 | any_of: 73 | - range: PageNumberListRef 74 | - range: PageNumberRangeRef 75 | - range: PageNameRef 76 | 77 | ``` 78 |
-------------------------------------------------------------------------------- /project/docs/parameters.md: -------------------------------------------------------------------------------- 1 | # Slot: parameters 2 | 3 | 4 | _Replacement parameters that are referenced in the programming code or programming code template and are used to generate or execute the programming code._ 5 | 6 | __ 7 | 8 | 9 | 10 | URI: [ars:parameters](https://www.cdisc.org/ars/1-0/parameters) 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | ## Applicable Classes 20 | 21 | | Name | Description | Modifies Slot | 22 | | --- | --- | --- | 23 | [AnalysisProgrammingCodeTemplate](AnalysisProgrammingCodeTemplate.md) | Programming statements and/or a reference to a used as a template for creatio... | yes | 24 | [AnalysisOutputProgrammingCode](AnalysisOutputProgrammingCode.md) | Programming statements and/or a reference to the program used to perform a sp... | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [CodeParameter](CodeParameter.md) 35 | 36 | * Multivalued: True 37 | 38 | 39 | 40 | 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: parameters 63 | description: 'Replacement parameters that are referenced in the programming code or 64 | programming code template and are used to generate or execute the programming code. 65 | 66 | ' 67 | from_schema: https://www.cdisc.org/ars/1-0 68 | rank: 1000 69 | multivalued: true 70 | alias: parameters 71 | domain_of: 72 | - AnalysisProgrammingCodeTemplate 73 | - AnalysisOutputProgrammingCode 74 | range: CodeParameter 75 | inlined: true 76 | inlined_as_list: true 77 | 78 | ``` 79 |
-------------------------------------------------------------------------------- /project/docs/programmingCode.md: -------------------------------------------------------------------------------- 1 | # Slot: programmingCode 2 | 3 | 4 | _Programming statements used to perform the specific analysis or create the specific output._ 5 | 6 | 7 | 8 | URI: [ars:programmingCode](https://www.cdisc.org/ars/1-0/programmingCode) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | yes | 22 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | yes | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [AnalysisOutputProgrammingCode](AnalysisOutputProgrammingCode.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Comments 39 | 40 | * Programming statements may be represented as code or as a reference to the program file. 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: programmingCode 63 | description: Programming statements used to perform the specific analysis or create 64 | the specific output. 65 | comments: 66 | - Programming statements may be represented as code or as a reference to the program 67 | file. 68 | from_schema: https://www.cdisc.org/ars/1-0 69 | rank: 1000 70 | alias: programmingCode 71 | domain_of: 72 | - Analysis 73 | - Output 74 | range: AnalysisOutputProgrammingCode 75 | 76 | ``` 77 |
-------------------------------------------------------------------------------- /project/docs/purpose.md: -------------------------------------------------------------------------------- 1 | # Slot: purpose 2 | 3 | 4 | _The purpose of the analysis within the body of evidence (e.g., section in the clinical study report)._ 5 | 6 | 7 | 8 | URI: [ars:purpose](https://www.cdisc.org/ars/1-0/purpose) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: purpose 60 | description: The purpose of the analysis within the body of evidence (e.g., section 61 | in the clinical study report). 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: purpose 65 | domain_of: 66 | - Analysis 67 | range: ExtensibleTerminologyTerm 68 | required: true 69 | any_of: 70 | - range: AnalysisPurpose 71 | - range: SponsorAnalysisPurpose 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/rawValue.md: -------------------------------------------------------------------------------- 1 | # Slot: rawValue 2 | 3 | 4 | _The raw result value (e.g., with no rounding applied)._ 5 | 6 | 7 | 8 | URI: [ars:rawValue](https://www.cdisc.org/ars/1-0/rawValue) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OperationResult](OperationResult.md) | The result of an analysis method operation performed on a subdivision of subj... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: rawValue 58 | description: The raw result value (e.g., with no rounding applied). 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: rawValue 62 | domain_of: 63 | - OperationResult 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/reason.md: -------------------------------------------------------------------------------- 1 | # Slot: reason 2 | 3 | 4 | _The rationale for performing this analysis. It indicates when the analysis was planned._ 5 | 6 | 7 | 8 | URI: [ars:reason](https://www.cdisc.org/ars/1-0/reason) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: reason 60 | description: The rationale for performing this analysis. It indicates when the analysis 61 | was planned. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: reason 65 | domain_of: 66 | - Analysis 67 | range: ExtensibleTerminologyTerm 68 | required: true 69 | any_of: 70 | - range: AnalysisReason 71 | - range: SponsorAnalysisReason 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/refType.md: -------------------------------------------------------------------------------- 1 | # Slot: refType 2 | 3 | 4 | _The type of reference for page references._ 5 | 6 | 7 | 8 | URI: [ars:refType](https://www.cdisc.org/ars/1-0/refType) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [PageRef](PageRef.md) | A reference to a specific part of a document as indicated by a list of one or... | no | 22 | [PageNumberListRef](PageNumberListRef.md) | One or more individual pages in the reference document, referenced by page nu... | yes | 23 | [PageNumberRangeRef](PageNumberRangeRef.md) | A range of pages in the reference document, indicated by the first and last p... | yes | 24 | [PageNameRef](PageNameRef.md) | One or more pages in the reference document, referenced by named destination | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [PageRefTypeEnum](PageRefTypeEnum.md) 35 | 36 | * Required: True 37 | 38 | 39 | 40 | 41 | 42 | ## Identifier and Mapping Information 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | ### Schema Source 51 | 52 | 53 | * from schema: https://www.cdisc.org/ars/1-0 54 | 55 | 56 | 57 | 58 | ## LinkML Source 59 | 60 |
61 | ```yaml 62 | name: refType 63 | description: The type of reference for page references. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | alias: refType 67 | domain_of: 68 | - PageRef 69 | range: PageRefTypeEnum 70 | required: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/referenceDocumentId.md: -------------------------------------------------------------------------------- 1 | # Slot: referenceDocumentId 2 | 3 | 4 | _The identifier of the referenced document._ 5 | 6 | 7 | 8 | URI: [ars:referenceDocumentId](https://www.cdisc.org/ars/1-0/referenceDocumentId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [DocumentReference](DocumentReference.md) | A reference to an external document | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ReferenceDocument](ReferenceDocument.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: referenceDocumentId 60 | description: The identifier of the referenced document. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: referenceDocumentId 64 | domain_of: 65 | - DocumentReference 66 | range: ReferenceDocument 67 | required: true 68 | inlined: false 69 | 70 | ``` 71 |
-------------------------------------------------------------------------------- /project/docs/referenceDocuments.md: -------------------------------------------------------------------------------- 1 | # Slot: referenceDocuments 2 | 3 | 4 | _External documents containing information referenced for the reporting event._ 5 | 6 | 7 | 8 | URI: [ars:referenceDocuments](https://www.cdisc.org/ars/1-0/referenceDocuments) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ReferenceDocument](ReferenceDocument.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Comments 40 | 41 | * May include specification or report documents (e.g. the SAP or CSR) and program files. 42 | 43 | ## Identifier and Mapping Information 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | ### Schema Source 52 | 53 | 54 | * from schema: https://www.cdisc.org/ars/1-0 55 | 56 | 57 | 58 | 59 | ## LinkML Source 60 | 61 |
62 | ```yaml 63 | name: referenceDocuments 64 | description: External documents containing information referenced for the reporting 65 | event. 66 | comments: 67 | - May include specification or report documents (e.g. the SAP or CSR) and program 68 | files. 69 | from_schema: https://www.cdisc.org/ars/1-0 70 | rank: 1000 71 | multivalued: true 72 | alias: referenceDocuments 73 | domain_of: 74 | - ReportingEvent 75 | range: ReferenceDocument 76 | inlined: true 77 | inlined_as_list: true 78 | 79 | ``` 80 |
-------------------------------------------------------------------------------- /project/docs/referencedAnalysisOperations.md: -------------------------------------------------------------------------------- 1 | # Slot: referencedAnalysisOperations 2 | 3 | 4 | _Indications of which analysis contains the results for each referenced operation._ 5 | 6 | 7 | 8 | URI: [ars:referencedAnalysisOperations](https://www.cdisc.org/ars/1-0/referencedAnalysisOperations) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ReferencedAnalysisOperation](ReferencedAnalysisOperation.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: referencedAnalysisOperations 60 | description: Indications of which analysis contains the results for each referenced 61 | operation. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: referencedAnalysisOperations 66 | domain_of: 67 | - Analysis 68 | range: ReferencedAnalysisOperation 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/referencedOperationRelationshipId.md: -------------------------------------------------------------------------------- 1 | # Slot: referencedOperationRelationshipId 2 | 3 | 4 | _The identifier of the defined referenced operation relationship._ 5 | 6 | 7 | 8 | URI: [ars:referencedOperationRelationshipId](https://www.cdisc.org/ars/1-0/referencedOperationRelationshipId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReferencedAnalysisOperation](ReferencedAnalysisOperation.md) | An indication of the analysis that contains results of a referenced operation | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ReferencedOperationRelationship](ReferencedOperationRelationship.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: referencedOperationRelationshipId 60 | description: The identifier of the defined referenced operation relationship. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: referencedOperationRelationshipId 64 | domain_of: 65 | - ReferencedAnalysisOperation 66 | range: ReferencedOperationRelationship 67 | required: true 68 | inlined: false 69 | 70 | ``` 71 |
-------------------------------------------------------------------------------- /project/docs/referencedOperationRelationships.md: -------------------------------------------------------------------------------- 1 | # Slot: referencedOperationRelationships 2 | 3 | 4 | _Relationships to other operations indicating how the result of the referenced operation are used in the calculation of the result for this operation._ 5 | 6 | 7 | 8 | URI: [ars:referencedOperationRelationships](https://www.cdisc.org/ars/1-0/referencedOperationRelationships) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Operation](Operation.md) | A statistical operation that produces a single analysis result value as part ... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ReferencedOperationRelationship](ReferencedOperationRelationship.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: referencedOperationRelationships 60 | description: Relationships to other operations indicating how the result of the referenced 61 | operation are used in the calculation of the result for this operation. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: referencedOperationRelationships 66 | domain_of: 67 | - Operation 68 | range: ReferencedOperationRelationship 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/referencedOperationRole.md: -------------------------------------------------------------------------------- 1 | # Slot: referencedOperationRole 2 | 3 | 4 | _The role that the referenced operation's result plays in the calculation of the result of the parent operation._ 5 | 6 | 7 | 8 | URI: [ars:referencedOperationRole](https://www.cdisc.org/ars/1-0/referencedOperationRole) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReferencedOperationRelationship](ReferencedOperationRelationship.md) | A reference to a statistical operation whose results are used in the calculat... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: referencedOperationRole 60 | description: The role that the referenced operation's result plays in the calculation 61 | of the result of the parent operation. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: referencedOperationRole 65 | domain_of: 66 | - ReferencedOperationRelationship 67 | range: ExtensibleTerminologyTerm 68 | required: true 69 | any_of: 70 | - range: OperationRole 71 | - range: SponsorOperationRole 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/resultGroups.md: -------------------------------------------------------------------------------- 1 | # Slot: resultGroups 2 | 3 | 4 | _The group values associated with the result._ 5 | 6 | 7 | 8 | URI: [ars:resultGroups](https://www.cdisc.org/ars/1-0/resultGroups) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OperationResult](OperationResult.md) | The result of an analysis method operation performed on a subdivision of subj... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [ResultGroup](ResultGroup.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Comments 40 | 41 | * There should be a result group value for each grouping that is indicated as being associated with a separate result (resultsByGroup = True) 42 | 43 | ## Identifier and Mapping Information 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | ### Schema Source 52 | 53 | 54 | * from schema: https://www.cdisc.org/ars/1-0 55 | 56 | 57 | 58 | 59 | ## LinkML Source 60 | 61 |
62 | ```yaml 63 | name: resultGroups 64 | description: The group values associated with the result. 65 | comments: 66 | - There should be a result group value for each grouping that is indicated as being 67 | associated with a separate result (resultsByGroup = True) 68 | from_schema: https://www.cdisc.org/ars/1-0 69 | rank: 1000 70 | multivalued: true 71 | alias: resultGroups 72 | domain_of: 73 | - OperationResult 74 | range: ResultGroup 75 | inlined: true 76 | inlined_as_list: true 77 | 78 | ``` 79 |
-------------------------------------------------------------------------------- /project/docs/resultPattern.md: -------------------------------------------------------------------------------- 1 | # Slot: resultPattern 2 | 3 | 4 | _The default pattern or format to apply to the result for display._ 5 | 6 | 7 | 8 | URI: [ars:resultPattern](https://www.cdisc.org/ars/1-0/resultPattern) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Operation](Operation.md) | A statistical operation that produces a single analysis result value as part ... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Comments 38 | 39 | * May be a textual representation of a generic result to be displayed in a table shell (e.g. XX.X) or a machine readable formatting instruction. 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: resultPattern 62 | description: The default pattern or format to apply to the result for display. 63 | comments: 64 | - May be a textual representation of a generic result to be displayed in a table shell 65 | (e.g. XX.X) or a machine readable formatting instruction. 66 | from_schema: https://www.cdisc.org/ars/1-0 67 | rank: 1000 68 | alias: resultPattern 69 | domain_of: 70 | - Operation 71 | range: string 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/results.md: -------------------------------------------------------------------------------- 1 | # Slot: results 2 | 3 | 4 | _The results of the analysis._ 5 | 6 | 7 | 8 | URI: [ars:results](https://www.cdisc.org/ars/1-0/results) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [OperationResult](OperationResult.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: results 60 | description: The results of the analysis. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: results 65 | domain_of: 66 | - Analysis 67 | range: OperationResult 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/resultsByGroup.md: -------------------------------------------------------------------------------- 1 | # Slot: resultsByGroup 2 | 3 | 4 | _Indicates whether a result is expected for each group in the grouping._ 5 | 6 | 7 | 8 | URI: [ars:resultsByGroup](https://www.cdisc.org/ars/1-0/resultsByGroup) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedGroupingFactor](OrderedGroupingFactor.md) | A reference to a defined factor by which subjects or data records are grouped... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [Boolean](Boolean.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: resultsByGroup 60 | description: Indicates whether a result is expected for each group in the grouping. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: resultsByGroup 64 | domain_of: 65 | - OrderedGroupingFactor 66 | range: boolean 67 | required: true 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/sectionType.md: -------------------------------------------------------------------------------- 1 | # Slot: sectionType 2 | 3 | 4 | _The type of display section that contains one or more pieces of informational text._ 5 | 6 | 7 | 8 | URI: [ars:sectionType](https://www.cdisc.org/ars/1-0/sectionType) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GlobalDisplaySection](GlobalDisplaySection.md) | A global definition for part of a tabular display containing one or more piec... | no | 22 | [DisplaySection](DisplaySection.md) | A part of a tabular display containing one or more pieces of informational te... | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [DisplaySectionTypeEnum](DisplaySectionTypeEnum.md) 33 | 34 | 35 | 36 | 37 | 38 | 39 | ## Examples 40 | 41 | | Value | 42 | | --- | 43 | | Header | 44 | | Title | 45 | | Footnote | 46 | | Legend | 47 | | Abbreviation | 48 | | Footer | 49 | 50 | ## Identifier and Mapping Information 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | ### Schema Source 59 | 60 | 61 | * from schema: https://www.cdisc.org/ars/1-0 62 | 63 | 64 | 65 | 66 | ## LinkML Source 67 | 68 |
69 | ```yaml 70 | name: sectionType 71 | description: The type of display section that contains one or more pieces of informational 72 | text. 73 | examples: 74 | - value: Header 75 | - value: Title 76 | - value: Footnote 77 | - value: Legend 78 | - value: Abbreviation 79 | - value: Footer 80 | from_schema: https://www.cdisc.org/ars/1-0 81 | rank: 1000 82 | alias: sectionType 83 | domain_of: 84 | - GlobalDisplaySection 85 | - DisplaySection 86 | range: DisplaySectionTypeEnum 87 | 88 | ``` 89 |
-------------------------------------------------------------------------------- /project/docs/sponsorTermId.md: -------------------------------------------------------------------------------- 1 | # Slot: sponsorTermId 2 | 3 | 4 | _The identifier of the referenced sponsor term._ 5 | 6 | 7 | 8 | URI: [ars:sponsorTermId](https://www.cdisc.org/ars/1-0/sponsorTermId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ExtensibleTerminologyTerm](ExtensibleTerminologyTerm.md) | The term used for an attribute whose terminology is extensible | no | 22 | [OperationRole](OperationRole.md) | The role that the referenced operation's result plays in the calculation of t... | yes | 23 | [SponsorOperationRole](SponsorOperationRole.md) | The sponsor-defined role that the referenced operation's result plays in the ... | yes | 24 | [AnalysisReason](AnalysisReason.md) | The rationale for performing this analysis | yes | 25 | [SponsorAnalysisReason](SponsorAnalysisReason.md) | The sponsor-defined rationale for performing this analysis | yes | 26 | [AnalysisPurpose](AnalysisPurpose.md) | The purpose of the analysis within the body of evidence (e | yes | 27 | [SponsorAnalysisPurpose](SponsorAnalysisPurpose.md) | The sponsor-defined purpose of the analysis within the body of evidence (e | yes | 28 | [OutputFileType](OutputFileType.md) | The file format of the file containing output from analyses | yes | 29 | [SponsorOutputFileType](SponsorOutputFileType.md) | The sponsor-defined file format of the file containing output from analyses | yes | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | ## Properties 38 | 39 | * Range: [SponsorTerm](SponsorTerm.md) 40 | 41 | 42 | 43 | 44 | 45 | ## Identifier and Mapping Information 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | ### Schema Source 54 | 55 | 56 | * from schema: https://www.cdisc.org/ars/1-0 57 | 58 | 59 | 60 | 61 | ## LinkML Source 62 | 63 |
64 | ```yaml 65 | name: sponsorTermId 66 | description: The identifier of the referenced sponsor term. 67 | from_schema: https://www.cdisc.org/ars/1-0 68 | rank: 1000 69 | alias: sponsorTermId 70 | domain_of: 71 | - ExtensibleTerminologyTerm 72 | range: SponsorTerm 73 | inlined: false 74 | 75 | ``` 76 |
-------------------------------------------------------------------------------- /project/docs/sponsorTerms.md: -------------------------------------------------------------------------------- 1 | # Slot: sponsorTerms 2 | 3 | 4 | _The sponsor-defined terms added to the extensible terminology._ 5 | 6 | 7 | 8 | URI: [ars:sponsorTerms](https://www.cdisc.org/ars/1-0/sponsorTerms) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [TerminologyExtension](TerminologyExtension.md) | An extensible set of controlled terminology that has been extended with at le... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [SponsorTerm](SponsorTerm.md) 32 | 33 | * Multivalued: True 34 | 35 | * Required: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: sponsorTerms 62 | description: The sponsor-defined terms added to the extensible terminology. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: sponsorTerms 67 | domain_of: 68 | - TerminologyExtension 69 | range: SponsorTerm 70 | required: true 71 | inlined: true 72 | inlined_as_list: true 73 | 74 | ``` 75 |
-------------------------------------------------------------------------------- /project/docs/style.md: -------------------------------------------------------------------------------- 1 | # Slot: style 2 | 3 | 4 | _Reference to the specification of the style used for the output._ 5 | 6 | 7 | 8 | URI: [ars:style](https://www.cdisc.org/ars/1-0/style) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OutputFile](OutputFile.md) | A file containing analysis output displays | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Comments 38 | 39 | * This is a placeholder attribute. Style specifications are not yet included in the model. 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: style 62 | description: Reference to the specification of the style used for the output. 63 | comments: 64 | - This is a placeholder attribute. Style specifications are not yet included in the 65 | model. 66 | from_schema: https://www.cdisc.org/ars/1-0 67 | rank: 1000 68 | alias: style 69 | domain_of: 70 | - OutputFile 71 | range: string 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/subCategorizations.md: -------------------------------------------------------------------------------- 1 | # Slot: subCategorizations 2 | 3 | 4 | _Sets of related implementer-defined sub-categories that can be used to categorize analyses or outputs._ 5 | 6 | 7 | 8 | URI: [ars:subCategorizations](https://www.cdisc.org/ars/1-0/subCategorizations) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [AnalysisOutputCategory](AnalysisOutputCategory.md) | An implementer-defined category of analyses/outputs, which may include one or... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [AnalysisOutputCategorization](AnalysisOutputCategorization.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: subCategorizations 60 | description: Sets of related implementer-defined sub-categories that can be used to 61 | categorize analyses or outputs. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: subCategorizations 66 | domain_of: 67 | - AnalysisOutputCategory 68 | range: AnalysisOutputCategorization 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/subClauseId.md: -------------------------------------------------------------------------------- 1 | # Slot: subClauseId 2 | 3 | 4 | _The identifier of the analysis set, data subset or group referenced in the compound expression._ 5 | 6 | 7 | 8 | URI: [ars:subClauseId](https://www.cdisc.org/ars/1-0/subClauseId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReferencedWhereClause](ReferencedWhereClause.md) | An abstract class indicating an identified where clause (i | yes | 22 | [SubClause](SubClause.md) | An abstract class containing all attributes that may be specified for a sub-c... | yes | 23 | [ReferencedAnalysisSet](ReferencedAnalysisSet.md) | An `AnalysisSet` referenced by identifier (`subClauseId`) as the sub-clause o... | yes | 24 | [ReferencedDataSubset](ReferencedDataSubset.md) | A `DataSubset` referenced by identifier (`subClauseId`) as the sub-clause of ... | yes | 25 | [ReferencedGroup](ReferencedGroup.md) | A `Group` referenced by identifier (`subClauseId`) as the sub-clause of a com... | yes | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | ## Properties 34 | 35 | * Range: [String](String.md) 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: subClauseId 62 | description: The identifier of the analysis set, data subset or group referenced in 63 | the compound expression. 64 | from_schema: https://www.cdisc.org/ars/1-0 65 | rank: 1000 66 | alias: subClauseId 67 | domain_of: 68 | - ReferencedWhereClause 69 | range: string 70 | inlined: false 71 | inlined_as_list: false 72 | any_of: 73 | - range: AnalysisSet 74 | - range: DataSubset 75 | - range: Group 76 | 77 | ``` 78 |
-------------------------------------------------------------------------------- /project/docs/subSection.md: -------------------------------------------------------------------------------- 1 | # Slot: subSection 2 | 3 | 4 | _A defined piece of information text to display in a display section._ 5 | 6 | 7 | 8 | URI: [ars:subSection](https://www.cdisc.org/ars/1-0/subSection) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedDisplaySubSection](OrderedDisplaySubSection.md) | A single subsection ordered with respect to other subsections in the same sec... | no | 22 | [OrderedSubSection](OrderedSubSection.md) | A subsection ordered with respect to other subsections of the same type | yes | 23 | [OrderedSubSectionRef](OrderedSubSectionRef.md) | A reference to a subsection defined either globally or in another display sec... | yes | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | ## Properties 32 | 33 | * Range: [DisplaySubSection](DisplaySubSection.md) 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: subSection 60 | description: A defined piece of information text to display in a display section. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: subSection 64 | domain_of: 65 | - OrderedDisplaySubSection 66 | range: DisplaySubSection 67 | inlined: true 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/subSectionId.md: -------------------------------------------------------------------------------- 1 | # Slot: subSectionId 2 | 3 | 4 | _The identifier of the referenced subsection._ 5 | 6 | 7 | 8 | URI: [ars:subSectionId](https://www.cdisc.org/ars/1-0/subSectionId) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedDisplaySubSection](OrderedDisplaySubSection.md) | A single subsection ordered with respect to other subsections in the same sec... | no | 22 | [OrderedSubSection](OrderedSubSection.md) | A subsection ordered with respect to other subsections of the same type | yes | 23 | [OrderedSubSectionRef](OrderedSubSectionRef.md) | A reference to a subsection defined either globally or in another display sec... | yes | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | ## Properties 32 | 33 | * Range: [DisplaySubSection](DisplaySubSection.md) 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: subSectionId 60 | description: The identifier of the referenced subsection. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: subSectionId 64 | domain_of: 65 | - OrderedDisplaySubSection 66 | range: DisplaySubSection 67 | inlined: false 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/subSections.md: -------------------------------------------------------------------------------- 1 | # Slot: subSections 2 | 3 | 4 | _A list of defined pieces of information text that may be displayed in display sections of the same type._ 5 | 6 | 7 | 8 | URI: [ars:subSections](https://www.cdisc.org/ars/1-0/subSections) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [GlobalDisplaySection](GlobalDisplaySection.md) | A global definition for part of a tabular display containing one or more piec... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [DisplaySubSection](DisplaySubSection.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: subSections 60 | description: A list of defined pieces of information text that may be displayed in 61 | display sections of the same type. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | multivalued: true 65 | alias: subSections 66 | domain_of: 67 | - GlobalDisplaySection 68 | range: DisplaySubSection 69 | inlined: true 70 | inlined_as_list: true 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/sublist.md: -------------------------------------------------------------------------------- 1 | # Slot: sublist 2 | 3 | 4 | _A sub-list of items (analyses or outputs) that may be further organized within sub-lists._ 5 | 6 | 7 | 8 | URI: [ars:sublist](https://www.cdisc.org/ars/1-0/sublist) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [OrderedListItem](OrderedListItem.md) | An item (analysis, output or sub-list) ordered relative to other items within... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [NestedList](NestedList.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: sublist 58 | description: A sub-list of items (analyses or outputs) that may be further organized 59 | within sub-lists. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | multivalued: false 63 | alias: sublist 64 | domain_of: 65 | - OrderedListItem 66 | range: NestedList 67 | inlined: true 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/submissionValue.md: -------------------------------------------------------------------------------- 1 | # Slot: submissionValue 2 | 3 | 4 | _The specific value expected for submissions._ 5 | 6 | 7 | 8 | URI: [ars:submissionValue](https://www.cdisc.org/ars/1-0/submissionValue) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [SponsorTerm](SponsorTerm.md) | A sponsor-defined term that is included in an extensible set of controlled te... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | * Required: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: submissionValue 60 | description: The specific value expected for submissions. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | alias: submissionValue 64 | domain_of: 65 | - SponsorTerm 66 | range: string 67 | required: true 68 | 69 | ``` 70 |
-------------------------------------------------------------------------------- /project/docs/terminologyExtensions.md: -------------------------------------------------------------------------------- 1 | # Slot: terminologyExtensions 2 | 3 | 4 | _Any sponsor-defined extensions to extensible terminology._ 5 | 6 | 7 | 8 | URI: [ars:terminologyExtensions](https://www.cdisc.org/ars/1-0/terminologyExtensions) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [TerminologyExtension](TerminologyExtension.md) 32 | 33 | * Multivalued: True 34 | 35 | 36 | 37 | 38 | 39 | ## Identifier and Mapping Information 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | ### Schema Source 48 | 49 | 50 | * from schema: https://www.cdisc.org/ars/1-0 51 | 52 | 53 | 54 | 55 | ## LinkML Source 56 | 57 |
58 | ```yaml 59 | name: terminologyExtensions 60 | description: Any sponsor-defined extensions to extensible terminology. 61 | from_schema: https://www.cdisc.org/ars/1-0 62 | rank: 1000 63 | multivalued: true 64 | alias: terminologyExtensions 65 | domain_of: 66 | - ReportingEvent 67 | range: TerminologyExtension 68 | inlined: true 69 | inlined_as_list: true 70 | 71 | ``` 72 |
-------------------------------------------------------------------------------- /project/docs/text.md: -------------------------------------------------------------------------------- 1 | # Slot: text 2 | 3 | 4 | _The text to be displayed in the display section._ 5 | 6 | 7 | 8 | URI: [ars:text](https://www.cdisc.org/ars/1-0/text) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [DisplaySubSection](DisplaySubSection.md) | An occurrence of a display section containing text | yes | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: text 58 | description: The text to be displayed in the display section. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: text 62 | domain_of: 63 | - DisplaySubSection 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/value.md: -------------------------------------------------------------------------------- 1 | # Slot: value 2 | 3 | 4 | _The prespecified value or values._ 5 | 6 | 7 | 8 | URI: [ars:value](https://www.cdisc.org/ars/1-0/value) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCondition](WhereClauseCondition.md) | A simple selection criterion exressed as [dataset] | yes | 22 | [TemplateCodeParameter](TemplateCodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | yes | 23 | [AnalysisOutputCodeParameter](AnalysisOutputCodeParameter.md) | A parameter whose value is used in programming code for a specific analysis o... | yes | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | ## Properties 32 | 33 | * Range: [String](String.md) 34 | 35 | * Multivalued: True 36 | 37 | 38 | 39 | 40 | 41 | ## Identifier and Mapping Information 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ### Schema Source 50 | 51 | 52 | * from schema: https://www.cdisc.org/ars/1-0 53 | 54 | 55 | 56 | 57 | ## LinkML Source 58 | 59 |
60 | ```yaml 61 | name: value 62 | description: The prespecified value or values. 63 | from_schema: https://www.cdisc.org/ars/1-0 64 | rank: 1000 65 | multivalued: true 66 | alias: value 67 | domain_of: 68 | - WhereClauseCondition 69 | - TemplateCodeParameter 70 | - AnalysisOutputCodeParameter 71 | range: string 72 | 73 | ``` 74 |
-------------------------------------------------------------------------------- /project/docs/valueSource.md: -------------------------------------------------------------------------------- 1 | # Slot: valueSource 2 | 3 | 4 | _A reference to the prespecified source of the value for the parameter._ 5 | 6 | 7 | 8 | URI: [ars:valueSource](https://www.cdisc.org/ars/1-0/valueSource) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [TemplateCodeParameter](TemplateCodeParameter.md) | A replacement parameter whose value is substituted in template programming co... | no | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ## Properties 30 | 31 | * Range: [String](String.md) 32 | 33 | 34 | 35 | 36 | 37 | ## Identifier and Mapping Information 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | ### Schema Source 46 | 47 | 48 | * from schema: https://www.cdisc.org/ars/1-0 49 | 50 | 51 | 52 | 53 | ## LinkML Source 54 | 55 |
56 | ```yaml 57 | name: valueSource 58 | description: A reference to the prespecified source of the value for the parameter. 59 | from_schema: https://www.cdisc.org/ars/1-0 60 | rank: 1000 61 | alias: valueSource 62 | domain_of: 63 | - TemplateCodeParameter 64 | range: string 65 | 66 | ``` 67 |
-------------------------------------------------------------------------------- /project/docs/variable.md: -------------------------------------------------------------------------------- 1 | # Slot: variable 2 | 3 | 4 | _The name of the variable._ 5 | 6 | 7 | 8 | URI: [ars:variable](https://www.cdisc.org/ars/1-0/variable) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCondition](WhereClauseCondition.md) | A simple selection criterion exressed as [dataset] | no | 22 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ## Properties 31 | 32 | * Range: [String](String.md) 33 | 34 | 35 | 36 | 37 | 38 | ## Identifier and Mapping Information 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | ### Schema Source 47 | 48 | 49 | * from schema: https://www.cdisc.org/ars/1-0 50 | 51 | 52 | 53 | 54 | ## LinkML Source 55 | 56 |
57 | ```yaml 58 | name: variable 59 | description: The name of the variable. 60 | from_schema: https://www.cdisc.org/ars/1-0 61 | rank: 1000 62 | alias: variable 63 | domain_of: 64 | - WhereClauseCondition 65 | - Analysis 66 | range: string 67 | 68 | ``` 69 |
-------------------------------------------------------------------------------- /project/docs/version.md: -------------------------------------------------------------------------------- 1 | # Slot: version 2 | 3 | 4 | _An ordinal indicating the version of the identified instance of the class._ 5 | 6 | 7 | 8 | URI: [ars:version](https://www.cdisc.org/ars/1-0/version) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [ReportingEvent](ReportingEvent.md) | A set of analyses and outputs created to meet a specific reporting requiremen... | no | 22 | [Analysis](Analysis.md) | An analysis that is designed to meet a requirement of the reporting event | no | 23 | [Output](Output.md) | A report of results and their evaluation based on planned analyses performed ... | no | 24 | [OutputDisplay](OutputDisplay.md) | A tabular representation of the results of one or more analyses | no | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [Integer](Integer.md) 35 | 36 | 37 | 38 | 39 | 40 | ## Identifier and Mapping Information 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | ### Schema Source 49 | 50 | 51 | * from schema: https://www.cdisc.org/ars/1-0 52 | 53 | 54 | 55 | 56 | ## LinkML Source 57 | 58 |
59 | ```yaml 60 | name: version 61 | description: An ordinal indicating the version of the identified instance of the class. 62 | from_schema: https://www.cdisc.org/ars/1-0 63 | rank: 1000 64 | alias: version 65 | domain_of: 66 | - ReportingEvent 67 | - Analysis 68 | - Output 69 | - OutputDisplay 70 | range: integer 71 | 72 | ``` 73 |
-------------------------------------------------------------------------------- /project/docs/whereClauses.md: -------------------------------------------------------------------------------- 1 | # Slot: whereClauses 2 | 3 | 4 | _A list of one or more where clauses (selection criteria) to be combined or negated._ 5 | 6 | 7 | 8 | URI: [ars:whereClauses](https://www.cdisc.org/ars/1-0/whereClauses) 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | ## Applicable Classes 18 | 19 | | Name | Description | Modifies Slot | 20 | | --- | --- | --- | 21 | [WhereClauseCompoundExpression](WhereClauseCompoundExpression.md) | An abstract class representing a compound expression consisting of either two... | yes | 22 | [CompoundSetExpression](CompoundSetExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | yes | 23 | [CompoundSubsetExpression](CompoundSubsetExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | yes | 24 | [CompoundGroupExpression](CompoundGroupExpression.md) | A compound expression consisting of either two or more sub-clauses combined w... | yes | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | ## Properties 33 | 34 | * Range: [SubClause](SubClause.md) 35 | 36 | * Multivalued: True 37 | 38 | 39 | 40 | 41 | 42 | ## Comments 43 | 44 | * Each where clause may be defined as either a simple condition ([variable] [comparator] [value(s)]) or a compound expression that may combine additional simple conditions or compound expressions. 45 | * Two or more where clauses should be specified when the logical operator is AND or OR. 46 | * Only one where clause should be specfied when the logical operator is NOT. This where clause will usually be a compound expression. 47 | 48 | ## Identifier and Mapping Information 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | ### Schema Source 57 | 58 | 59 | * from schema: https://www.cdisc.org/ars/1-0 60 | 61 | 62 | 63 | 64 | ## LinkML Source 65 | 66 |
67 | ```yaml 68 | name: whereClauses 69 | description: A list of one or more where clauses (selection criteria) to be combined 70 | or negated. 71 | comments: 72 | - Each where clause may be defined as either a simple condition ([variable] [comparator] 73 | [value(s)]) or a compound expression that may combine additional simple conditions 74 | or compound expressions. 75 | - Two or more where clauses should be specified when the logical operator is AND or 76 | OR. 77 | - Only one where clause should be specfied when the logical operator is NOT. This 78 | where clause will usually be a compound expression. 79 | from_schema: https://www.cdisc.org/ars/1-0 80 | rank: 1000 81 | multivalued: true 82 | list_elements_ordered: true 83 | alias: whereClauses 84 | domain_of: 85 | - WhereClauseCompoundExpression 86 | range: SubClause 87 | inlined: true 88 | inlined_as_list: true 89 | any_of: 90 | - range: WhereClause 91 | - range: ReferencedWhereClause 92 | 93 | ``` 94 |
-------------------------------------------------------------------------------- /project/excel/ars_ldm.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/project/excel/ars_ldm.xlsx -------------------------------------------------------------------------------- /project/prefixmap/ars_ldm.yaml: -------------------------------------------------------------------------------- 1 | { 2 | "NCIT": "http://purl.obolibrary.org/obo/NCIT_", 3 | "ars": "https://www.cdisc.org/ars/1-0/", 4 | "linkml": "https://w3id.org/linkml/" 5 | } 6 | -------------------------------------------------------------------------------- /utilities/python/ARS Template.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/utilities/python/ARS Template.xlsx -------------------------------------------------------------------------------- /utilities/python/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/utilities/python/requirements.txt -------------------------------------------------------------------------------- /utilities/sas/headerin.txt: -------------------------------------------------------------------------------- 1 | x-token:bbc3dcf9-9af6-4adf-8a1f-14635e9424b2 -------------------------------------------------------------------------------- /workfiles/ARS.cmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/ARS.cmap -------------------------------------------------------------------------------- /workfiles/ARS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/ARS.jpg -------------------------------------------------------------------------------- /workfiles/examples/ARM_Technical_Specs_DM_AE_VS_Examples_DRAFT_20220617.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARM_Technical_Specs_DM_AE_VS_Examples_DRAFT_20220617.xlsx -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/AE_Summary_Table_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/AE_Summary_Table_Shell.pdf -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/Common Safety Displays.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/Common Safety Displays.xlsx -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/FDA Standard Safety Tables and Figures.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/FDA Standard Safety Tables and Figures.xlsx -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/Vitals_Obs_ChgBaseline_Table_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/Vitals_Obs_ChgBaseline_Table_Shell.pdf -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/csr-cdiscpilot01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/csr-cdiscpilot01.pdf -------------------------------------------------------------------------------- /workfiles/examples/ARS v1/sap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/ARS v1/sap.pdf -------------------------------------------------------------------------------- /workfiles/examples/Dynamic Display.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Dynamic Display.xlsx -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/AE_Summary_Table_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/AE_Summary_Table_Shell.pdf -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/Common Safety Displays.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/Common Safety Displays.xlsx -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/FDA STF.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/FDA STF.xlsx -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/Vitals_Obs_ChgBaseline_Table_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/Vitals_Obs_ChgBaseline_Table_Shell.pdf -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/Vitals_Obs_ChgBaseline_Table_Shell_vertical.pdf -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/csr-cdiscpilot01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/csr-cdiscpilot01.pdf -------------------------------------------------------------------------------- /workfiles/examples/Hackathon/sap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/Hackathon/sap.pdf -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/AE_SOC_PT_Table_Shell_PHUSE_Workshop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/AE_SOC_PT_Table_Shell_PHUSE_Workshop.pdf -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/CDISC-ARS-Workshop-PHUSE-US-Connect.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/CDISC-ARS-Workshop-PHUSE-US-Connect.pptx -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/Demog_Table_Shell_PHUSE_Workshop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/Demog_Table_Shell_PHUSE_Workshop.pdf -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/PHUSE Connect Examples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/PHUSE Connect Examples.xlsx -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/PHUSE Connect Workshop.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/PHUSE Connect Workshop.zip -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP-JPEG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP-JPEG.jpg -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP-PDF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP-PDF.pdf -------------------------------------------------------------------------------- /workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP.cmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/PHUSE Connect Workshop/PHUSE-US-Connect-ARS-Model-CMAP.cmap -------------------------------------------------------------------------------- /workfiles/examples/US Interchange/Common Safety Displays.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/US Interchange/Common Safety Displays.xlsx -------------------------------------------------------------------------------- /workfiles/examples/US Interchange/Disposition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/US Interchange/Disposition.pdf -------------------------------------------------------------------------------- /workfiles/examples/archive/README.md: -------------------------------------------------------------------------------- 1 | # Examples Archive 2 | 3 | The files stored in the folder were created during the development of the ARS model. They are available for reference but, as they are based on ealier versions of the model, they: 4 | - Do not contain all components of the model 5 | - May contain compenents that have been superseded or deprecated 6 | - Are not compatible with utilties that are based on the current version of the model. -------------------------------------------------------------------------------- /workfiles/examples/archive/Sprint 10 Examples-LOPA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/archive/Sprint 10 Examples-LOPA.txt -------------------------------------------------------------------------------- /workfiles/examples/archive/Sprint 10 Examples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/archive/Sprint 10 Examples.xlsx -------------------------------------------------------------------------------- /workfiles/examples/archive/Sprint 12 Examples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/archive/Sprint 12 Examples.xlsx -------------------------------------------------------------------------------- /workfiles/examples/archive/Sprint 9 Examples-LOPA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/archive/Sprint 9 Examples-LOPA.txt -------------------------------------------------------------------------------- /workfiles/examples/archive/Sprint 9 Examples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdisc-org/analysis-results-standard/cf0aedfa52bf31e0a22d6fa76e710e5cb3655a14/workfiles/examples/archive/Sprint 9 Examples.xlsx --------------------------------------------------------------------------------