add_treatment_event
Record cancer treatment milestones like chemo cycles, surgeries, and scan results to track patient progress and organize medical documentation.
Instructions
Record a treatment milestone (chemo cycle, surgery, scan result, etc.).
Args: event_date: Date of the event (YYYY-MM-DD). event_type: Type of event (e.g. chemo, surgery, scan, consult, side_effect). title: Short title for the event. notes: Optional longer description or notes. metadata: Optional JSON string with extra structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_date | Yes | ||
| event_type | Yes | ||
| title | Yes | ||
| notes | No | ||
| metadata | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |