tooluniverse.tools.get_clinical_trial_eligibility_criteria moduleΒΆ

get_clinical_trial_eligibility_criteria

Retrieves the eligibility criteria for the clinical trials, using their NCT IDs.

tooluniverse.tools.get_clinical_trial_eligibility_criteria.get_clinical_trial_eligibility_criteria(nct_ids, eligibility_criteria, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieves the eligibility criteria for the clinical trials, using their NCT IDs.

Parameters:
  • nct_ids (list[Any]) – List of NCT IDs of the clinical trials (e.g., [β€˜NCT04852770’, β€˜NCT01728545’]).

  • eligibility_criteria (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