tooluniverse.tools.FDA_get_drug_names_by_population_use moduleΒΆ
FDA_get_drug_names_by_population_use
Retrieve drug names based on their use in specific populations, such as pregnant women, nursing mβ¦
- tooluniverse.tools.FDA_get_drug_names_by_population_use.FDA_get_drug_names_by_population_use(population_use, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names based on their use in specific populations, such as pregnant women, nursing mβ¦
- Parameters:
population_use (
str
) β The specific population use to search for (e.g., pregnant women, nursing mothβ¦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