tooluniverse.tools.FDA_get_drug_names_by_lab_test_interference moduleΒΆ
FDA_get_drug_names_by_lab_test_interference
Retrieve drug names that have known interference with laboratory tests.
- tooluniverse.tools.FDA_get_drug_names_by_lab_test_interference.FDA_get_drug_names_by_lab_test_interference(lab_test_interference, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieve drug names that have known interference with laboratory tests.
- Parameters:
lab_test_interference (
str) β Information about any known interference by the drug with laboratory tests.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