Browse Source

义乌病历首程主诊医师处理增加切词

fangqw 4 years atrás
parent
commit
63b762e47a

+ 2 - 2
trans/src/main/java/com/lantone/qc/trans/yiwu/YiWuFirstCourseRecordDocTrans.java

@@ -74,7 +74,7 @@ public class YiWuFirstCourseRecordDocTrans extends ModelDocTrans {
                     String[] s=temp.split(str);
                     temp=s[s.length-1];
                 }
-                List<String> titles1 = Lists.newArrayList("方案","由","组长","医师","主诊","诊疗","确认");
+                List<String> titles1 = Lists.newArrayList("方案","由","组长","医师","主诊","诊疗","确认","审核");
                 for (String str:titles1) {
                     temp=temp.replaceAll(str,"");
                 }
@@ -88,7 +88,7 @@ public class YiWuFirstCourseRecordDocTrans extends ModelDocTrans {
                     String[] s=temp.split(str);
                     temp=s[0];
                 }
-                List<String> titles1 = Lists.newArrayList("经","主诊","同意","医师","确定","以下","诊疗计划");
+                List<String> titles1 = Lists.newArrayList("经","主诊","同意","医师","确定","以下","诊疗计划","后","如下","审核");
                 for (String str:titles1) {
                     temp=temp.replaceAll(str,"");
                 }