get_bc_for_package
Retrieve a specific biomedical concept from a CDISC package by providing the package ID and concept ID to access controlled terminology in clinical standards.
Instructions
Get a specific Biomedical Concept from a specific package
Args: package (str): The ID of the package to retrieve biomedical concepts from. biomedicalconcept_id (str): The ID of the Biomedical Concept to retrieve.
Usage: get_bc_for_package("PACKAGE", "BIOM EDICALCONCEPT_ID")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| headers_ | No | ||
| biomedicalconcept_id | Yes |