|
@@ -69,7 +69,12 @@ public class DataTask implements ITask {
|
|
params.put("report_result", record.getStr("RESULT").contains("阳")?"2":"1");
|
|
params.put("report_result", record.getStr("RESULT").contains("阳")?"2":"1");
|
|
//门诊号住院号
|
|
//门诊号住院号
|
|
params.put("hopitalized_no", record.getStr("INPATIENTNUM")==null?"":record.getStr("INPATIENTNUM"));
|
|
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("patientNumber")==null?"":record.getStr("INPATIENTNUM"));
|
|
|
|
+ //检查方法
|
|
|
|
+ params.put("exam_project", record.getStr("PROIECT"));
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
tService.execute(() -> {
|
|
tService.execute(() -> {
|
|
dService.saveReport(params);
|
|
dService.saveReport(params);
|