schedule_appointment
Schedule a patient appointment with a doctor. Provide patient ID, doctor ID, time, appointment type, and reason.
Instructions
Schedule a new appointment for a patient with a doctor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| type | Yes | ||
| doctorId | Yes | ||
| complaint | Yes | ||
| patientId | Yes |