|
@@ -89,7 +89,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
|
|
|
replaceAll("补充诊断","").
|
|
|
replaceAll("修正诊断","").
|
|
|
replaceAll("\"","").
|
|
|
- replaceAll(":","");
|
|
|
+ replaceAll(":","").replaceAll(" ","");
|
|
|
structureMap.put("修正诊断",value);
|
|
|
}
|
|
|
if(structureMap.containsKey("补充诊断")){
|
|
@@ -100,8 +100,8 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
|
|
|
replaceAll("补充诊断","").
|
|
|
replaceAll("修正诊断","").
|
|
|
replaceAll("\"","").
|
|
|
- replaceAll(":","");
|
|
|
- structureMap.put("修正诊断",value);
|
|
|
+ replaceAll(":","").replaceAll(" ","");
|
|
|
+ structureMap.put("补充诊断",value);
|
|
|
}
|
|
|
OrdinaryAssistant.removeBlank(structureMap);
|
|
|
}
|