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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any