刘韬 1 year ago
parent
commit
3a64191c22

File diff suppressed because it is too large
+ 0 - 12
DataFusion/src/com/zskk/service/DataService.java


+ 2 - 0
DataFusion/src/com/zskk/task/InfoTask.java

@@ -57,6 +57,8 @@ public class InfoTask implements ITask {
     			params.put("his_patient_id", record.getStr("PATIENTID")==null?"":record.getStr("PATIENTID"));
     			//检查方法
     			params.put("exam_project", record.getStr("PROJECT")==null?"":record.getStr("PROJECT"));
+    			//设备名称
+    			params.put("device_name", record.getStr("DEVICE")==null?"":record.getStr("DEVICE"));
     			//1急诊 (out_patient)2住院(hopitalized_no)3门诊(out_patient)4体检(out_patient)
     			switch (record.getStr("SOURCE")) {
 				case "门诊":

Some files were not shown because too many files changed in this diff