get_ct_package_codelists
Retrieve all codelists from a CDISC Controlled Terminology package for a given standard (e.g., SDTM, ADaM) and version. Specify standard and date to get IDs and names.
Instructions
Get all codelists available in a CDISC Controlled Terminology package
Args: standard: CDISC standard (SDTM, ADAM, CDASH, etc.). Default is 'SDTM'. version: CT version in YYYY-MM-DD format. If not provided, fetches latest.
Usage: get_ct_package_codelists("SDTM") get_ct_package_codelists("ADAM", "2024-12-20")
Returns: Dictionary containing all codelists with their IDs and names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| headers_ | No | ||
| standard | No | SDTM |