|
|
|
|
@ -107,6 +107,18 @@ public class MzsyReportCollectJob {
|
|
|
|
|
if (size <= 0) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// 验证心理量表签名情况
|
|
|
|
|
for (MzsyReportDataView reportDataView : mzsyReportDataViewList) {
|
|
|
|
|
if ("心理量表".equals(reportDataView.getFpatModule()) && Func.isBlank(reportDataView.getReportDoctor())) {
|
|
|
|
|
tBasicMapper.updateTaskRemarkById(task.getTaskId(),"心理量表存在未签名报告!");
|
|
|
|
|
log.warn("住院号:{},住院次数:{},记账号:{} 采集视图数据,心理量表:{} 未签名!",reportPatientTwoDto.getInpatientNo(), hospitalTwoDto.getAdmissTimes(), jzh,reportDataView.getFfileName());
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TableJsonRead tableJsonRead = new TableJsonRead();
|
|
|
|
|
JSONObject moduleAlisConfig = tableJsonRead.Read("data-config", "mzsy-module-alis", JSONObject.class);
|
|
|
|
|
|
|
|
|
|
|