get_adam_variable_details
Retrieve ADaM variable metadata such as label, datatype, and associated codelists for a given variable and ADaMIG version.
Instructions
Retrieve ADaM variable metadata including label, datatype, and associated codelists
Args: adam_variable: The ADaM variable name (e.g., TRT01P, PARAMCD, AVAL) adamig_version: ADaMIG version (e.g., "1-3" or "1.3"). Default is "1-3".
Usage: get_adam_variable_details("TRT01P") get_adam_variable_details("PARAMCD", "1-3") get_adam_variable_details("AVAL", "1-2")
Returns: Dictionary with variable details, label, datatype, core status, and associated codelists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers_ | No | ||
| adam_variable | Yes | ||
| adamig_version | No | 1-3 |