|
@@ -38,6 +38,8 @@ public class StatisticsForH5Controller {
|
|
|
notes = "startDate: 统计时间(起始时间)<br>" +
|
|
|
"endDate: 统计时间(截止时间)<br>" +
|
|
|
"hospitalId: 医院id<br>" +
|
|
|
+ "deptName: 科室名称<br>" +
|
|
|
+ "deptId: 科室id<br>" +
|
|
|
"isPlacefile: 是否归档(0:未归档,1:已归档) <br>")
|
|
|
@PostMapping("/entryRejectDistribution")
|
|
|
@SysLogger("entryRejectDistribution")
|
|
@@ -50,6 +52,8 @@ public class StatisticsForH5Controller {
|
|
|
notes = "startDate: 统计时间(起始时间)<br>" +
|
|
|
"endDate: 统计时间(截止时间)<br>" +
|
|
|
"hospitalId: 医院id<br>" +
|
|
|
+ "deptName: 科室名称<br>" +
|
|
|
+ "deptId: 科室id<br>" +
|
|
|
"isPlacefile: 是否归档(0:未归档,1:已归档) <br>")
|
|
|
@PostMapping("/levelDistribution")
|
|
|
@SysLogger("levelDistribution")
|
|
@@ -63,6 +67,8 @@ public class StatisticsForH5Controller {
|
|
|
notes = "startDate: 统计时间(起始时间)<br>" +
|
|
|
"endDate: 统计时间(截止时间)<br>" +
|
|
|
"hospitalId: 医院id<br>" +
|
|
|
+ "deptName: 科室名称<br>" +
|
|
|
+ "deptId: 科室id<br>" +
|
|
|
"isPlacefile: 是否归档(0:未归档,1:已归档) <br>")
|
|
|
@PostMapping("/deductGT5Distribution")
|
|
|
@SysLogger("deductGT5Distribution")
|
|
@@ -75,6 +81,12 @@ public class StatisticsForH5Controller {
|
|
|
notes = "startDate: 统计时间(起始时间)<br>" +
|
|
|
"endDate: 统计时间(截止时间)<br>" +
|
|
|
"hospitalId: 医院id<br>" +
|
|
|
+ "deptName: 科室名称<br>" +
|
|
|
+ "deptId: 科室id<br>" +
|
|
|
+ "level: 评分等级<br>" +
|
|
|
+ "isReject: 单项否决标志<br>" +
|
|
|
+ "caseEntryId: 条目id<br>" +
|
|
|
+ "deductScore: 扣分值(5)<br>" +
|
|
|
"isPlacefile: 是否归档(0:未归档,1:已归档) <br>")
|
|
|
@PostMapping("/getBehInfoPage")
|
|
|
@SysLogger("getBehInfoPage")
|