tooluniverse.tools.get_clinical_trial_locations moduleΒΆ
get_clinical_trial_locations
Retrieves the locations where the clinical trials are being conducted, using their NCT IDs.
- tooluniverse.tools.get_clinical_trial_locations.get_clinical_trial_locations(nct_ids, location, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Retrieves the locations where the clinical trials are being conducted, using their NCT IDs.
- Parameters:
nct_ids (
list[Any]
) β List of NCT IDs of the clinical trials (e.g., [βNCT04852770β, βNCT01728545β]).location (
str
) β Placeholder.stream_callback (
Callable
, optional) β Callback for streaming output
- Return type:
Any