| | |
| | | public int insertPatSatisfaction(PatSatisfaction patSatisfaction); |
| | | |
| | | /** |
| | | * 批量新增患者满意度 |
| | | * |
| | | * @param patSatisfactions 患者满意度 |
| | | * @return 结果 |
| | | */ |
| | | public int batchInsert(List<PatSatisfaction> patSatisfactions); |
| | | |
| | | /** |
| | | * 修改患者满意度 |
| | | * |
| | | * @param patSatisfaction 患者满意度 |
| | |
| | | */ |
| | | public PatSatisfactionResVO statistics( PatSatisfactionReqVO patSatisfactionReqVO); |
| | | |
| | | /** |
| | | * 患者满意度统计(维度) |
| | | * |
| | | * @param patSatisfactionReqVO 患者满意度统计条件 |
| | | * @return 患者满意度统计结果 |
| | | */ |
| | | public PatSatisfactionResVO statisticsByDimension( PatSatisfactionReqVO patSatisfactionReqVO); |
| | | |
| | | |
| | | /** |
| | | * 患者满意度柱状图信息 |
| | |
| | | * @return 患者满意度柱状图信息 |
| | | */ |
| | | public Map<String, Object> satisfactionGraph(PatSatisfactionReqVO patSatisfactionReqVO); |
| | | |
| | | public Map<String, Object> satisfactionGraphDimension(PatSatisfactionReqVO patSatisfactionReqVO); |
| | | } |