|
@@ -31,22 +31,6 @@ public class UpdateTask implements ITask {
|
|
|
}
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
params.put("exam_id", jsonObject.getString("id"));
|
|
|
- //报告医生姓名
|
|
|
- params.put("report_doctor_name", "");
|
|
|
- //报告时间
|
|
|
- params.put("report_datetime", "");
|
|
|
- //审核医生姓名
|
|
|
- params.put("review_doctor_name", "");
|
|
|
- //审核时间
|
|
|
- params.put("review_datetime", "");
|
|
|
- //确认医生姓名
|
|
|
- params.put("confirm_doctor_name", "");
|
|
|
- //确认时间
|
|
|
- params.put("confirm_datetime", "");
|
|
|
- //意见建议
|
|
|
- params.put("impression", "");
|
|
|
- //影像所见
|
|
|
- params.put("description", "");
|
|
|
//exams表
|
|
|
//申请科室
|
|
|
params.put("application_department", record.getStr("department"));
|
|
@@ -63,8 +47,6 @@ public class UpdateTask implements ITask {
|
|
|
params.put("phone", record.getStr("phone"));
|
|
|
//患者身份证号
|
|
|
params.put("card_num", record.getStr("idcard"));
|
|
|
- //检查结果1阴2阳
|
|
|
- params.put("report_result", "0");
|
|
|
//门诊号住院号
|
|
|
params.put("hopitalized_no", "");
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|