|
@@ -278,7 +278,7 @@ public class ViewFacade {
|
|
|
*/
|
|
|
public RespDTO<Map<String, Object>> getHomePageByView(XyHomePageVo xyHomePageVo) {
|
|
|
//保存入参
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("病案首页入参", xyHomePageVo.getHomePageId(), xyHomePageVo.getBehospitalCode(), JSON.toJSONString(xyHomePageVo), "");
|
|
|
+ // aMedAbnormalInfoFacade.saveAbnormalInfo("病案首页入参", xyHomePageVo.getHomePageId(), xyHomePageVo.getBehospitalCode(), JSON.toJSONString(xyHomePageVo), "");
|
|
|
Long modeId = Long.valueOf("6");//病案首页默认为6
|
|
|
String behospitalCode = xyHomePageVo.getBehospitalCode() + "_" + xyHomePageVo.getFileCode();
|
|
|
//从视图拉取数据
|
|
@@ -319,7 +319,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
deptInfos = tzDBConn.getDeptInfo(sql);
|
|
|
aBasDeptInfoFacade.execute(deptInfos);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取科室信息正常", "", sql, JSON.toJSONString(deptInfos), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取科室信息正常", "", sql, JSON.toJSONString(deptInfos), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取科室信息错误", "", sql, JSON.toJSONString(deptInfos), e.getMessage());
|
|
|
}
|
|
@@ -335,7 +335,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
homeDiagnoseInfos = tzDBConn.getHomeDiagnose(sql);
|
|
|
aHomeDiagnoseInfoFacade.execute(homeDiagnoseInfos);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取出院诊断信息正常", "", sql, JSON.toJSONString(homeDiagnoseInfos), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取出院诊断信息正常", "", sql, JSON.toJSONString(homeDiagnoseInfos), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取出院诊断信息错误", "", sql, JSON.toJSONString(homeDiagnoseInfos), e.getMessage());
|
|
|
}
|
|
@@ -351,7 +351,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
homeOperation = tzDBConn.getHomeOperation(sql);
|
|
|
aHomeOperationInfoFacade.execute(homeOperation);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息正常", "", sql, JSON.toJSONString(homeOperation), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息正常", "", sql, JSON.toJSONString(homeOperation), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息错误", "", sql, JSON.toJSONString(homeOperation), e.getMessage());
|
|
|
}
|
|
@@ -367,9 +367,9 @@ public class ViewFacade {
|
|
|
try {
|
|
|
homePage = tzDBConn.getHomePage(sql);
|
|
|
aHomePageFacade.execute(homePage);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息正常", "", sql, JSON.toJSONString(homePage), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息正常", "", sql, JSON.toJSONString(homePage), "");
|
|
|
} catch (Exception e) {
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页手术信息错误", "", sql, JSON.toJSONString(homePage), e.getMessage());
|
|
|
+ aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取病案首页信息错误", "", sql, JSON.toJSONString(homePage), e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -383,7 +383,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
doctorAdvice = tzDBConn.getDoctorAdvice(sql);
|
|
|
aDoctorAdviceFacade.execute(doctorAdvice);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取医嘱信息正常", "", sql, JSON.toJSONString(doctorAdvice), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取医嘱信息正常", "", sql, JSON.toJSONString(doctorAdvice), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取医嘱信息错误", "", sql, JSON.toJSONString(doctorAdvice), e.getMessage());
|
|
|
}
|
|
@@ -404,7 +404,7 @@ public class ViewFacade {
|
|
|
this.getLisResult(lis.getRepNo());
|
|
|
});
|
|
|
}
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验信息正常", "", sql, JSON.toJSONString(lisInfos), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验信息正常", "", sql, JSON.toJSONString(lisInfos), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验信息错误", "", sql, JSON.toJSONString(lisInfos), e.getMessage());
|
|
|
}
|
|
@@ -422,7 +422,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
lisResults = tzDBConn.getLisResult(sql);
|
|
|
aMedLisResultFacade.execute(lisResults);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验结果信息正常", "", sql, JSON.toJSONString(lisResults), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验结果信息正常", "", sql, JSON.toJSONString(lisResults), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取化验结果信息错误", "", sql, JSON.toJSONString(lisResults), e.getMessage());
|
|
|
}
|
|
@@ -443,7 +443,7 @@ public class ViewFacade {
|
|
|
this.getPacsResult(pacs.getRepNo());
|
|
|
});
|
|
|
}
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查信息正常", "", sql, JSON.toJSONString(pacsInfos), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查信息正常", "", sql, JSON.toJSONString(pacsInfos), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查信息错误", "", sql, JSON.toJSONString(pacsInfos), e.getMessage());
|
|
|
}
|
|
@@ -460,7 +460,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
pacsResults = tzDBConn.getPacsResult(sql);
|
|
|
aMedPacsResultFacade.execute(pacsResults);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查结果信息正常", "", sql, JSON.toJSONString(pacsResults), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查结果信息正常", "", sql, JSON.toJSONString(pacsResults), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取检查结果信息错误", "", sql, JSON.toJSONString(pacsResults), e.getMessage());
|
|
|
}
|
|
@@ -476,7 +476,7 @@ public class ViewFacade {
|
|
|
try {
|
|
|
behospitalInfoList = tzDBConn.getBehospitalInfo(sql);
|
|
|
aBehospitalInfoFacade.execute(behospitalInfoList);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取入院登记信息正常", "", sql, JSON.toJSONString(behospitalInfoList), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取入院登记信息正常", "", sql, JSON.toJSONString(behospitalInfoList), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取入院登记信息错误", "", sql, JSON.toJSONString(behospitalInfoList), e.getMessage());
|
|
|
}
|
|
@@ -503,7 +503,7 @@ public class ViewFacade {
|
|
|
});
|
|
|
}
|
|
|
aMedicalRecordFacade.execute(medicalRecordList);
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取文书信息正常", "", sql, JSON.toJSONString(medicalRecordList), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取文书信息正常", "", sql, JSON.toJSONString(medicalRecordList), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从试图拉取文书信息错误", "", sql, JSON.toJSONString(medicalRecordList), e.getMessage());
|
|
|
}
|
|
@@ -536,7 +536,7 @@ public class ViewFacade {
|
|
|
|
|
|
aMedicalRecordContentFacade.execute(medicalRecordContentList);
|
|
|
|
|
|
- aMedAbnormalInfoFacade.saveAbnormalInfo("从webService获取文书详情信息正常", "", recId, JSON.toJSONString(medicalRecordContentList), "");
|
|
|
+// aMedAbnormalInfoFacade.saveAbnormalInfo("从webService获取文书详情信息正常", "", recId, JSON.toJSONString(medicalRecordContentList), "");
|
|
|
} catch (Exception e) {
|
|
|
aMedAbnormalInfoFacade.saveAbnormalInfo("从webService获取文书详情信息错误", "", recId, JSON.toJSONString(medicalRecordContentList), e.getMessage());
|
|
|
}
|