|
@@ -32,22 +32,6 @@ public class InfoTask implements ITask {
|
|
|
}
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
params.put("exam_id", jsonObject.getString("id"));
|
|
|
- //报告医生姓名
|
|
|
- params.put("report_doctor_name", "");
|
|
|
- //报告时间
|
|
|
- params.put("report_datetime", parseStringToDate());
|
|
|
- //审核医生姓名
|
|
|
- params.put("review_doctor_name", "");
|
|
|
- //审核时间
|
|
|
- params.put("review_datetime", parseStringToDate());
|
|
|
- //确认医生姓名
|
|
|
- params.put("confirm_doctor_name", "");
|
|
|
- //确认时间
|
|
|
- params.put("confirm_datetime", parseStringToDate());
|
|
|
- //意见建议
|
|
|
- params.put("impression", "");
|
|
|
- //影像所见
|
|
|
- params.put("description", "");
|
|
|
//exams表
|
|
|
//申请科室
|
|
|
params.put("application_department", record.getStr("ReqDept"));
|