|
@@ -38,7 +38,8 @@ public class TransferRecordTran extends TargetTran {
|
|
text
|
|
text
|
|
);
|
|
);
|
|
CommonAnalysisUtil.cutByTitles(text, titles, 0, sourceMap);
|
|
CommonAnalysisUtil.cutByTitles(text, titles, 0, sourceMap);
|
|
- if(sourceMap.containsKey("入院诊断") ||sourceMap.containsKey("目前诊断") ||sourceMap.containsKey("转入诊断") ){
|
|
|
|
|
|
+ if(sourceMap.containsKey("入院诊断") ||sourceMap.containsKey("目前诊断") ||sourceMap.containsKey("转入诊断")
|
|
|
|
+ ||sourceMap.containsKey("签名时间")){
|
|
sourceMap.remove("入院诊断");
|
|
sourceMap.remove("入院诊断");
|
|
sourceMap.remove("目前诊断");
|
|
sourceMap.remove("目前诊断");
|
|
sourceMap.remove("转入诊断");
|
|
sourceMap.remove("转入诊断");
|