tooluniverse.tools.mesh_get_subjects_by_subject_id moduleΒΆ

mesh_get_subjects_by_subject_id

Find MeSH (Medical Subject Heading) subjects with a matching subject ID (also called Descriptor UI).

tooluniverse.tools.mesh_get_subjects_by_subject_id.mesh_get_subjects_by_subject_id(query, case_sensitive, exact_match, limit, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Find MeSH (Medical Subject Heading) subjects with a matching subject ID (also called Descriptor UI).

Parameters:
  • query (str) – Query ID to search for among the MeSH subject IDs

  • case_sensitive (bool) – Select True to perform a case-sensitive search for the query

  • exact_match (bool) – Select True to require an exact match for the query

  • limit (int) – Maximum number of results to return

  • 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]