tooluniverse.tools.FDA_get_drug_names_by_clinical_studies moduleΒΆ
FDA_get_drug_names_by_clinical_studies
Retrieve drug names based on the presence of clinical studies information.
- tooluniverse.tools.FDA_get_drug_names_by_clinical_studies.FDA_get_drug_names_by_clinical_studies(clinical_studies, indication, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on the presence of clinical studies information.
- Parameters:
clinical_studies (
str
) β Information related to clinical studies. Use keywords split by blank space.indication (
str
) β The indication or usage of the drug.limit (
int
) β The number of records to return.skip (
int
) β The number of records to skip.stream_callback (
Callable
, optional) β Callback for streaming output
- Return type:
Any