update_treatment_event
Modify treatment event details including title, notes, and metadata to maintain accurate medical records for cancer care management.
Instructions
Update a treatment event's title, notes, or metadata.
Args: event_id: The treatment event ID to update. title: New title (optional). notes: New notes (optional). metadata: New metadata JSON string (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| title | No | ||
| notes | No | ||
| metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |