tooluniverse.tools.DailyMed_get_spl_by_setid moduleΒΆ

DailyMed_get_spl_by_setid

Get complete label corresponding to SPL Set ID, returns content in XML or JSON format.

tooluniverse.tools.DailyMed_get_spl_by_setid.DailyMed_get_spl_by_setid(setid, format, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Get complete label corresponding to SPL Set ID, returns content in XML or JSON format.

Parameters:
  • setid (str) – SPL Set ID to query.

  • format (str) – Return format, only supports β€˜xml’.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any