浏览代码

兼容日常病程记录

chengyao 4 年之前
父节点
当前提交
d0bd39c253

+ 6 - 0
structure-center/src/main/java/com/lantone/structure/facade/tran/ThreeLevelWardTran.java

@@ -65,6 +65,12 @@ public class ThreeLevelWardTran extends TargetTran {
             String[] split = text.split(sumdDate);
             fir = text.substring(text.lastIndexOf(split[1]));
             String[] notes = fir.split("查房记录");
+            if(notes.length<=1){
+                notes = fir.split("日常查房");
+            }
+            if(notes.length<=1){
+                notes = fir.split("查房录");
+            }
             fir = fir.substring(fir.lastIndexOf(notes[1]));
         }