tooluniverse.tools.odphp_myhealthfinder moduleΒΆ

odphp_myhealthfinder

This tool provides personalized preventive-care recommendations and it is helpful for different a…

tooluniverse.tools.odphp_myhealthfinder.odphp_myhealthfinder(lang, age, sex, pregnant, strip_html, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

This tool provides personalized preventive-care recommendations and it is helpful for different a…

Parameters:
  • lang (str) – Language code (en or es)

  • age (int) – Age in years (0–120)

  • sex (str) – Male or Female

  • pregnant (str) – β€œYes” or β€œNo”

  • strip_html (bool) – If true, also return PlainSections[] with HTML removed for each topic

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]