| | |
| | | |
| | | /** |
| | | * 用于补偿查询 |
| | | * |
| | | * @param ServiceSubtaskEntity |
| | | * @return |
| | | */ |
| | |
| | | * @return |
| | | */ |
| | | @MapKey("groupKey") |
| | | public Map<String, Map<String,Object>> selectTimelyRateBatch(ServiceSubtaskEntity ServiceSubtaskvo); |
| | | public Map<String, Map<String, Object>> selectTimelyRateBatch(ServiceSubtaskEntity ServiceSubtaskvo); |
| | | |
| | | /** |
| | | * 随访及时率详情 |
| | | * |
| | |
| | | * pendingVisitCount: 当前登录人截止今日待随访总量 |
| | | * failedVisitCount: 当前登录人随访任务失败总量 |
| | | * abnormalVisitVount: 当前登录人随访任务异常总量 |
| | | * allVisitCount: 当前登录人随访任务总量 |
| | | */ |
| | | public Map<String, Object> getCurrentUserServiceSubtaskCount(ServiceSubtaskEntity serviceSubtaskVO); |
| | | /** |
| | | * 获取门诊随访人数 |
| | | * |
| | | * @param patMedReq |
| | | * @return |
| | | */ |
| | | PatMedRes selectVisitCount(PatMedReq patMedReq); |
| | | |
| | | } |