cloud-healthcare-get-dicom-store

A “cloud-healthcare-get-dicom-store” tool retrieves information about a DICOM store.

About

A cloud-healthcare-get-dicom-store tool retrieves information about a DICOM store. It’s compatible with the following sources:

cloud-healthcare-get-dicom-store returns the details of a DICOM store.

Example

tools:
  get_dicom_store:
    kind: cloud-healthcare-get-dicom-store
    source: my-healthcare-source
    description: Use this tool to get information about a DICOM store.

Reference

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

Parameters

fieldtyperequireddescription
storeIDstringtrue*The DICOM store ID to get details for.

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