tooluniverse.tools.get_clinical_trial_conditions_and_interventions module¶
get_clinical_trial_conditions_and_interventions
Retrieves the list of conditions or diseases and the interventions and arm groups that the clinic…
- tooluniverse.tools.get_clinical_trial_conditions_and_interventions.get_clinical_trial_conditions_and_interventions(nct_ids, condition_and_intervention, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Retrieves the list of conditions or diseases and the interventions and arm groups that the clinic…
- Parameters:
nct_ids (
list[Any]
) – List of NCT IDs of the clinical trials (e.g., [‘NCT04852770’, ‘NCT01728545’]).condition_and_intervention (
str
) – Placeholder.stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
Any