https://github.com/dominodatalab/cdisc01_sdtm
https://github.com/dominodatalab/cdisc01_sdtm
clinical-programming demo-asset pharma sce
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominodatalab/cdisc01_sdtm
- Owner: dominodatalab
- Created: 2023-05-15T13:58:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T22:15:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T18:27:26.724Z (9 months ago)
- Topics: clinical-programming, demo-asset, pharma, sce
- Language: SAS
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol CDISC01 SDTM repo
This repo contains the code used to produce the SDTM datasets for protocol CDISC01.# Directory structures
The programming is created in a typical clinical trial folder structure, where the production (prod) and qc programs have independent directory trees.
Reporting effort level standard code (e.g. SAS macros) should be stored in the `share/macros` folder.
The global `domino.sas` autoexec progam is also included in the repository to appropriately set up the SAS environment.
```
repo
│ domino.sas
├───prod
│ └───sdtm
├───qc
│ └───sdtm
└───utilities
init_datasets_sdtm.py
└───share
└───macros
```# Naming convention
The programs follow a typical clinical trial naming convention, where the SDTM programs are named after the datasets they are producing (e.g. DM.sas, AE.sas, etc...)
# Support
Programming was created by Veramed Ltd. on behalf of Domino Data Lab, Inc.