刘韬 5 years ago
parent
commit
55252d65a0

File diff suppressed because it is too large
+ 4 - 2
DataFusion/src/com/zskk/control/ViewController.java


+ 1 - 3
DataFusion/src/com/zskk/task/DataTask.java

@@ -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位时间戳

Some files were not shown because too many files changed in this diff