| | |
| | | void updateAppointment(@Valid AppointmentSaveReqVO updateReqVO); |
| | | |
| | | /** |
| | | * 更新预约状态 |
| | | * |
| | | * @param updateReqVO 更新信息 |
| | | */ |
| | | void updateAppointmentStatus(@Valid AppointmentSaveReqVO updateReqVO); |
| | | |
| | | /** |
| | | * 删除预约 |
| | | * |
| | | * @param id 编号 |
| | |
| | | */ |
| | | AppointmentDO getAppointment(Long id); |
| | | |
| | | |
| | | /** |
| | | * 获得预约分页 |
| | | * |
| | |
| | | * @return 预约分页 |
| | | */ |
| | | PageResult<AppointmentDO> getAppointmentPage(AppointmentPageReqVO pageReqVO); |
| | | |
| | | |
| | | /** |
| | | * 申请单创建 |
| | |
| | | void handleCheckAppointmentUpdate(Map<String, Object> dataMap); |
| | | |
| | | /** |
| | | * 登记状态更新 |
| | | * |
| | | * @param dataMap |
| | | */ |
| | | void handleAppointmentStatusUpdate(Map<String, Object> dataMap); |
| | | |
| | | /** |
| | | * 获得当天的预约 根据PatID and CheckType |
| | | * |
| | | * @param patId 编号 |