|
@@ -73,7 +73,7 @@ public class DataTask implements ITask {
|
|
|
//门诊号
|
|
|
params.put("out_patient", record.getStr("OUTPATIENTNUM")==null?"":record.getStr("OUTPATIENTNUM"));
|
|
|
//病人ID
|
|
|
- params.put("his_patient_id", record.getStr("PATIENTNUM")==null?"":record.getStr("PATIENTNUM"));
|
|
|
+ params.put("his_patient_id", record.getStr("HOSNO")==null?"":record.getStr("HOSNO"));
|
|
|
//检查方法
|
|
|
params.put("exam_project", record.getStr("PROJECT"));
|
|
|
|