kongwz 5 سال پیش
والد
کامیت
5c2996fa71
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      graph/src/main/java/org/diagbot/graph/jdbc/Neo4jAPI.java

+ 4 - 4
graph/src/main/java/org/diagbot/graph/jdbc/Neo4jAPI.java

@@ -1781,7 +1781,7 @@ public class Neo4jAPI {
         if (weblisPacs != null && weblisPacs.values().size() > 0) {
             webLis = weblisPacs.get("LIS");
             webPacs = weblisPacs.get("PACS");
-            webVitals = weblisPacs.get("VITAL_RESULT");
+            webVitals = weblisPacs.get("VITAL");
             logger.info("界面有诊断的情况下,界面诊断推出的lis为: " + webLis);
             logger.info("界面有诊断的情况下,界面诊断推出的pacs为: " + webPacs);
             if(webLis != null){
@@ -1797,7 +1797,7 @@ public class Neo4jAPI {
         if(neo4jlisPacs != null){
             neoLis = neo4jlisPacs.get("LIS");
             neoPacs =  neo4jlisPacs.get("PACS");
-            neoVitals = neo4jlisPacs.get("VITAL_RESULT");
+            neoVitals = neo4jlisPacs.get("VITAL");
             if(neoLis != null){
                 lis.addAll(neoLis);
             }
@@ -1811,7 +1811,7 @@ public class Neo4jAPI {
         if(biglisPacs != null){
             bigLis = biglisPacs.get("LIS");
             bigPacs = biglisPacs.get("PACS");
-            bigVitals = biglisPacs.get("VITAL_RESULT");
+            bigVitals = biglisPacs.get("VITAL");
             if(bigLis != null){
                 lis.addAll(bigLis);
             }
@@ -1910,7 +1910,7 @@ public class Neo4jAPI {
                 lisArray.add(name);
             } else if ("PACS".equals(label)) {
                 pacsArray.add(name);
-            } else if ("VITAL_RESULT".equals(label)) {
+            } else if ("Vital".equals(label)) {
                 vitalArray.add(name);
             }
         }