|
|
@@ -40,53 +40,10 @@ import java.util.stream.Collectors;
|
|
|
@Component
|
|
|
public class HisMedicalProjectCache {
|
|
|
|
|
|
- @Autowired
|
|
|
- private IMedicalInsRuleInfoService medicalInsRuleInfoService;
|
|
|
- @Autowired
|
|
|
- private IFactorEnchanceService factorEnchanceService;
|
|
|
- // @Autowired
|
|
|
-// private IEventAttrService eventAttrService;
|
|
|
-// @Autowired
|
|
|
-// private IFactorAttrRelaService factorAttrRelaService;
|
|
|
-// @Autowired
|
|
|
-// private IFactorCondRelaService factorCondRelaService;
|
|
|
- @Autowired
|
|
|
- private IMedicalInsRuleProjectService medicalInsRuleProjectService;
|
|
|
- @Autowired
|
|
|
- private IRuleFactorRelaService ruleFactorRelaService;
|
|
|
- @Autowired
|
|
|
- private FactorEnchangeFactory factorEnchangeFactory;
|
|
|
- @Autowired
|
|
|
- private IRuleAttrService ruleAttrService;
|
|
|
-
|
|
|
@Autowired
|
|
|
private RedisTemplate redisTemplate;
|
|
|
- @Autowired
|
|
|
- InterfItemListPlugin interfItemListPlugin;
|
|
|
- @Autowired
|
|
|
- IMidIncidentAuditService midIncidentAuditService;
|
|
|
- @Autowired
|
|
|
- IMidIncidentAuditDiagnoseService midIncidentAuditDiagnoseService;
|
|
|
- @Autowired
|
|
|
- IMidIncidentVisitLogService midIncidentVisitLogService;
|
|
|
- @Autowired
|
|
|
- IMidIncidentVisitDetailLogService midIncidentVisitDetailLogService;
|
|
|
- @Autowired
|
|
|
- IAfterwardsAuditService afterwardsAuditService;
|
|
|
- @Autowired
|
|
|
- IAfterwardsAuditDetailService afterwardsAuditDetailService;
|
|
|
- @Autowired
|
|
|
- IAfterwardsIncidentAuditDiagnoseService afterwardsIncidentAuditDiagnoseService;
|
|
|
- @Autowired
|
|
|
- IMedicalInsRuleProjectDiagnoseService medicalInsRuleProjectDiagnoseService;
|
|
|
- @Autowired
|
|
|
- IAdvanceWarningAuditService advanceWarningAuditService;
|
|
|
- @Autowired
|
|
|
- IAdvanceWarningAuditDetailService advanceWarningAuditDetailService;
|
|
|
- @Autowired
|
|
|
- DictUtil dictUtil;
|
|
|
- @Autowired
|
|
|
- WebSocket webSocket;
|
|
|
+
|
|
|
+
|
|
|
@Autowired
|
|
|
IMaterialItemsService materialItemsService;
|
|
|
@Autowired
|
|
|
@@ -99,20 +56,6 @@ public class HisMedicalProjectCache {
|
|
|
@Autowired
|
|
|
IOperativeItemsService operativeItemsService;
|
|
|
|
|
|
- @Autowired
|
|
|
- SPELUtil spelUtil;
|
|
|
- @Autowired
|
|
|
- IFactorAttrRelaService factorAttrRelaService;
|
|
|
- @Autowired
|
|
|
- IEventAttrService eventAttrService;
|
|
|
- @Autowired
|
|
|
- IFactorCondRelaService factorCondRelaService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- IMidIncidentAuditDetailService midIncidentAuditDetailService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
- SqlUtil sqlUtil;
|
|
|
|
|
|
// @PostConstruct
|
|
|
public void initHisMedicalProjectCache() {
|