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