cloud-healthcare-retrieve-rendered-dicom-instance

A “cloud-healthcare-retrieve-rendered-dicom-instance” tool retrieves a rendered DICOM instance from a DICOM store.

About

A cloud-healthcare-retrieve-rendered-dicom-instance tool retrieves a rendered DICOM instance from a DICOM store. It’s compatible with the following sources:

cloud-healthcare-retrieve-rendered-dicom-instance returns a base64 encoded string of the image in JPEG format.

Example

tools:
  retrieve_rendered_dicom_instance:
    kind: cloud-healthcare-retrieve-rendered-dicom-instance
    source: my-healthcare-source
    description: Use this tool to retrieve a rendered DICOM instance from the DICOM store.

Reference

fieldtyperequireddescription
kindstringtrueMust be “cloud-healthcare-retrieve-rendered-dicom-instance”.
sourcestringtrueName of the healthcare source.
descriptionstringtrueDescription of the tool that is passed to the LLM.

Parameters

fieldtyperequireddescription
StudyInstanceUIDstringtrueThe UID of the DICOM study.
SeriesInstanceUIDstringtrueThe UID of the DICOM series.
SOPInstanceUIDstringtrueThe UID of the SOP instance.
FrameNumberintegerfalseThe frame number to retrieve (1-based). Only applicable to multi-frame instances. Defaults to 1.
storeIDstringtrue*The DICOM store ID to retrieve from.

*If the allowedDICOMStores in the source has length 1, then the storeID parameter is not needed.

Last modified November 7, 2025: chore(main): release 0.19.1 (#1901) (cd8d68d)