Browse Source

恩泽:bug更改

wangsy 4 years ago
parent
commit
f17493adf6

+ 2 - 1
structure-center/src/main/java/com/lantone/structure/facade/tran/OperationRecordDocTran.java

@@ -131,7 +131,8 @@ public class OperationRecordDocTran extends TargetTran {
 
     private Map<String, String> cutWord(String text) {
         Map<String, String> sourceMap = Maps.newHashMap();
-        text = text.replace("年  月  日  时  分", "");
+        text = text.replace("年  月  日  时  分", "").replace("第1次手术","")
+                .replace("(包括体位、切口处理经过,病理标本肉眼所见) ", "");
         List<String> titles = CommonAnalysisUtil.sortTitles(
                 Lists.newArrayList("手术开始时间", "手术结束时间", "术前诊断", "手术名称", "术中诊断", "手 术 者", "手术人员", "助手",
                         "麻醉方法", "麻醉方式", "麻 醉 者", "麻醉医师", "手术标本", "手术切除标本", "术中并发症", "术中失血量", "术中输血量", "手术简要经过(包括“术中所见”)",

File diff suppressed because it is too large
+ 1 - 0
structure-center/src/main/java/com/lantone/structure/facade/tran/SpecialCureConsentDocTran.java