|
@@ -68,8 +68,10 @@ public class DataTask implements ITask {
|
|
|
params.put("card_num", record.getStr("IdentityCardNumber")==null?"":record.getStr("IdentityCardNumber"));
|
|
|
//检查结果1阴2阳
|
|
|
params.put("report_result", record.getStr("Positive").equals("1")?"2":"1");
|
|
|
- //门诊号住院号
|
|
|
- params.put("hopitalized_no", record.getStr("PatientID"));
|
|
|
+ //住院号
|
|
|
+ params.put("hopitalized_no", record.getStr("InPatientCode")==null?"":record.getStr("InPatientCode"));
|
|
|
+ //住院号
|
|
|
+ params.put("hopitalized_no", record.getStr("InPatientCode")==null?"":record.getStr("InPatientCode"));
|
|
|
//检查方法
|
|
|
params.put("exam_project", record.getStr("BodyPart"));
|
|
|
|