|
@@ -69,6 +69,11 @@ public class DataTask implements ITask {
|
|
|
params.put("report_result", record.getStr("result").contains("阳")?"2":"1");
|
|
|
//门诊号住院号
|
|
|
params.put("hopitalized_no", record.getStr("inPatientNum")==null?"":record.getStr("inPatientNum"));
|
|
|
+ params.put("out_patient", record.getStr("outPatientNum")==null?"":record.getStr("outPatientNum"));
|
|
|
+ //病人ID
|
|
|
+ params.put("his_patient_id", record.getStr("patientNum"));
|
|
|
+ //检查方法
|
|
|
+ params.put("exam_project", record.getStr("project"));
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|
|
|
dService.saveReport(params);
|