tooluniverse.tools.FDA_get_drug_names_by_effective_time module¶
FDA_get_drug_names_by_effective_time
Retrieve drug names based on the effective time of the labeling document.
- tooluniverse.tools.FDA_get_drug_names_by_effective_time.FDA_get_drug_names_by_effective_time(effective_time, indication=None, limit=None, skip=None, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieve drug names based on the effective time of the labeling document.
- Parameters:
effective_time (
str) – Date reference to the particular version of the labeling document in YYYYmmdd…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:
dict[str,Any]