|
@@ -69,7 +69,7 @@ public class DataTask implements ITask {
|
|
|
//检查结果1阴2阳
|
|
|
params.put("report_result", "0");
|
|
|
//门诊号住院号
|
|
|
-// params.put("hopitalized_no", record.getStr("patientNumber"));
|
|
|
+ params.put("hopitalized_no", record.getStr("patientNumber"));
|
|
|
//检查方法
|
|
|
// params.put("exam_project", record.getStr("patientNumber"));
|
|
|
|