|
@@ -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 "门诊":
|