|
@@ -79,7 +79,7 @@ public class DataTask implements ITask {
|
|
|
//门诊号
|
|
|
// params.put("out_patient", record.getStr("patientNumber"));
|
|
|
//病人ID
|
|
|
-// params.put("his_patient_id", record.getStr("patientNumber"));
|
|
|
+ params.put("his_patient_id", record.getStr("accessionNumber"));
|
|
|
//检查方法
|
|
|
// params.put("exam_project", record.getStr("patientNumber"));
|
|
|
|