|
@@ -55,10 +55,8 @@ public class DataTask implements ITask {
|
|
|
patientInfos.setCardNum(record.getStr("IDCARD"));
|
|
|
patientInfos.update();
|
|
|
exams2.setExamStatus(9);
|
|
|
- //exams2.setClinDoctors(record.getStr("CLINICALDOCTOR"));
|
|
|
exams2.setApplicationDepartment(record.getStr("DEPARTMENT"));
|
|
|
exams2.setApplicationDoctor(record.getStr("CLINICALDOCTOR"));
|
|
|
- //exams2.setClinDiag(record.getStr("CLINICALDOCTOR"));
|
|
|
exams2.update();
|
|
|
// 传云医康 数据
|
|
|
Map<String, String> data = new HashMap<String, String>();
|
|
@@ -85,7 +83,7 @@ public class DataTask implements ITask {
|
|
|
// 患者生日
|
|
|
data.put("birthday", returnSecondTimestamp(record.getStr("BIRTHDATE")));
|
|
|
// 患者检查时年龄
|
|
|
- data.put("patient_age", record.getStr("PATIENTAGE"));
|
|
|
+ data.put("patient_age", patientInfos.getAge());
|
|
|
// 阴阳性 1阴性 2阳性
|
|
|
data.put("report_result", "");
|
|
|
// 报告时间 10位时间戳
|