|
@@ -69,8 +69,9 @@ public class DataTask implements ITask {
|
|
|
//检查结果1阴2阳
|
|
|
params.put("report_result", "0");
|
|
|
//门诊号住院号
|
|
|
- String pnString = record.getStr("PatientID").equals("")?record.getStr("InPatNo"):"";
|
|
|
- params.put("hopitalized_no", pnString);
|
|
|
+ params.put("hopitalized_no", record.getStr("InPatNo"));
|
|
|
+ params.put("out_patient", record.getStr("PatientID"));
|
|
|
+
|
|
|
//检查方法
|
|
|
// params.put("exam_project", record.getStr("patientNumber"));
|
|
|
|