agenda_buscar_agendamentos_paciente
Retrieve all appointments for a given patient within a specified date range. Filter by optional start and end dates, and limit results.
Instructions
Busca os agendamentos de um paciente específico num período.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataFim | No | Data final do período (ISO yyyy-mm-dd ou dd/mm/yyyy). Opcional. | |
| dataInicio | No | Data inicial do período (ISO yyyy-mm-dd ou dd/mm/yyyy). Opcional. | |
| pacienteId | Yes | Código do paciente cujos agendamentos serão buscados. | |
| quantidade | No | Quantidade máxima de registros (opcional, padrão 100). |