|
@@ -130,7 +130,6 @@ public class ViolationAnalysisServiceImpl implements IViolationAnalysisService {
|
|
|
}
|
|
}
|
|
|
result.setDescription(detailInfo.getDescription());
|
|
result.setDescription(detailInfo.getDescription());
|
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
|
- result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
|
|
|
// 构建违规项目/药品明细
|
|
// 构建违规项目/药品明细
|
|
|
ViolationsProjectMedicinesDetail v = new ViolationsProjectMedicinesDetail();
|
|
ViolationsProjectMedicinesDetail v = new ViolationsProjectMedicinesDetail();
|
|
|
v.setMedicalProjectCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
v.setMedicalProjectCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
@@ -203,6 +202,7 @@ public class ViolationAnalysisServiceImpl implements IViolationAnalysisService {
|
|
|
result.setDescription(detailInfo.getDescription());
|
|
result.setDescription(detailInfo.getDescription());
|
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
|
|
|
+ result.setMedicalInsRuleInfoName(detailInfo.getMedicalInsRuleInfoName());
|
|
|
List<PrescriptionDetail> prescriptionDetails = advanceWarningAuditService.listPrescriptionsByCase(detailInfo.getOutpatientNumber(), detailInfo.getTreatmentType());
|
|
List<PrescriptionDetail> prescriptionDetails = advanceWarningAuditService.listPrescriptionsByCase(detailInfo.getOutpatientNumber(), detailInfo.getTreatmentType());
|
|
|
if (oConvertUtils.isNotEmpty(prescriptionDetails)) {
|
|
if (oConvertUtils.isNotEmpty(prescriptionDetails)) {
|
|
|
result.setPrescriptionDetail(prescriptionDetails);
|
|
result.setPrescriptionDetail(prescriptionDetails);
|