Browse Source

qc地址调整

chengyao 4 years ago
parent
commit
4aac149441

+ 6 - 6
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -630,14 +630,14 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
 
         //输血效果评价
         if (ListUtil.isNotEmpty(medBloodResultList)) {
-            newAddData("输血效果评价", medBloodResultList, recMap, medrecVoList);
+            newAddData("输血效果评价", medBloodResultList, recMap, medrecVoList);
         } else {
             addData("输血后效果评价", recMap, medrecVoList);
         }
 
         //输血记录
         if (ListUtil.isNotEmpty(medBloodTransfusionList)) {
-            newAddData("输血记录", medBloodTransfusionList, recMap, medrecVoList);
+            newAddData("输血/血制品病程记录", medBloodTransfusionList, recMap, medrecVoList);
         } else {
             addData("输血/血制品病程记录", recMap, medrecVoList);
         }
@@ -680,14 +680,14 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
 
         //病危通知单
         if (ListUtil.isNotEmpty(medIllCriticallyList)) {
-            newAddData("病危通知", medIllCriticallyList, recMap, medrecVoList);
+            newAddData("病危通知", medIllCriticallyList, recMap, medrecVoList);
         } else {
             addData("病危通知书", recMap, medrecVoList);
         }
 
         //病重通知单
         if (ListUtil.isNotEmpty(medIllSeriouslList)) {
-            newAddData("病重通知", medIllSeriouslList, recMap, medrecVoList);
+            newAddData("病重通知", medIllSeriouslList, recMap, medrecVoList);
         } else {
             addData("病重通知书", recMap, medrecVoList);
         }
@@ -701,7 +701,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
 
         //术后首程
         if (ListUtil.isNotEmpty(medOperativeFirstRecordList)) {
-            specialData("手术", medOperativeFirstRecordList, recMap, medrecVoList, "术后首程");
+            specialData("手术", medOperativeFirstRecordList, recMap, medrecVoList, "术后首次病及谈话记录");
         } else {
             specialDataWithKey("手术", recMap, medrecVoList, "术后首次病程及谈话记录",
                     null);
@@ -724,7 +724,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
 
         //术前讨论小结
         if (ListUtil.isNotEmpty(medPreoperativeDiscussionList)) {
-            specialData("手术", medPreoperativeDiscussionList, recMap, medrecVoList, "术前讨论小结");
+            specialData("手术", medPreoperativeDiscussionList, recMap, medrecVoList, "术前讨论、术前小结");
         } else {
             specialDataWithKey("手术", recMap, medrecVoList, "术前讨论、术前小结",
                     null);

+ 0 - 1
src/main/java/com/diagbot/facade/QcClientFacade.java

@@ -50,7 +50,6 @@ public class QcClientFacade {
             throw new CommonException(CommonErrorCode.NOT_EXISTS, "配置表内找不到评分接口地址数据!");
         }
         try {
-            url="http://192.168.2.241:6010";
             uri = new URI(url);
         } catch (Exception e) {
             throw new CommonException(CommonErrorCode.SERVER_IS_ERROR);