update_patient_context
Modify patient clinical data in Oncofiles by merging updates into existing records, including biomarkers, treatment cycles, and physician details.
Instructions
Update specific fields in the patient clinical context.
Merges the provided updates into the current context. Nested dicts (like biomarkers, treatment, physicians) are merged recursively. Persisted to database for durability.
Args: updates_json: JSON object with fields to update. Example: '{"treatment": {"current_cycle": 3}}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |