|
@@ -71,7 +71,7 @@ public class DataTask implements ITask {
|
|
|
//门诊号住院号
|
|
|
params.put("hopitalized_no", record.getStr("PatientID"));
|
|
|
//检查方法
|
|
|
-// params.put("exam_project", record.getStr("patientNumber"));
|
|
|
+ params.put("exam_project", record.getStr("BodyPart"));
|
|
|
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|