|
@@ -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,"");
|
|
|
}
|