tooluniverse.tools.get_clinical_trial_outcome_measures moduleΒΆ

get_clinical_trial_outcome_measures

Retrieves the outcome measures for the clinical trials, using their NCT IDs.

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

Retrieves the outcome measures 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’]).

  • outcome_measures (str) – Decides whether to retrieve primary, secondary, or all outcome measures. Opti…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any