get_adam_dataset_structure
Retrieve the variable list and structure for a specified ADaM dataset, with optional ADaMIG version support, to inspect clinical metadata.
Instructions
Get the structure and variables for a specific ADaM dataset
Args: dataset: The ADaM dataset name (e.g., ADSL, ADAE, OCCDS) adamig_version: ADaMIG version (e.g., "1-3" or "1.3"). Default is "1-3".
Usage: get_adam_dataset_structure("ADSL") get_adam_dataset_structure("ADAE", "1-3")
Returns: Dictionary with dataset structure and list of variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | ||
| headers_ | No | ||
| adamig_version | No | 1-3 |