get_clinical_document
Download a specific clinical document PDF by its document ID and receive the saved file path. Access the exact patient report you need from the health portal.
Instructions
Download a specific clinical document PDF by its ID.
Args: doc_id: The document ID from list_clinical_documents (e.g. "12345").
Returns the file path where the PDF was saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |