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
- Return type:
Any