|
@@ -41,7 +41,7 @@ public class ChangxClinicalBloodDocTrans extends ModelDocTrans {
|
|
if (StringUtil.isBlank(text)) {
|
|
if (StringUtil.isBlank(text)) {
|
|
text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Region");
|
|
text = CxXmlUtil.getTextByNodePath(content, "//DocObjContent/Region");
|
|
}
|
|
}
|
|
- Map<String, String> cutWordMap = Preproc.getCutWordMap(true, sourceTitles, text);
|
|
|
|
|
|
+ Map<String, String> cutWordMap = Preproc.getCutWordMap(true, sourceTitles, "");
|
|
cutWordMap.putAll(structureMap);
|
|
cutWordMap.putAll(structureMap);
|
|
if (StringUtil.isNotBlank(structureMap.get("输注种类、血型、数量"))) {
|
|
if (StringUtil.isNotBlank(structureMap.get("输注种类、血型、数量"))) {
|
|
cutWordMap.put("输血成分及数量", structureMap.get("输注种类、血型、数量"));
|
|
cutWordMap.put("输血成分及数量", structureMap.get("输注种类、血型、数量"));
|
|
@@ -73,6 +73,7 @@ public class ChangxClinicalBloodDocTrans extends ModelDocTrans {
|
|
"输注结束=",
|
|
"输注结束=",
|
|
"输注种类、血型、数量=",
|
|
"输注种类、血型、数量=",
|
|
"输注过程=",
|
|
"输注过程=",
|
|
|
|
+ "++++复选框=输注方式",
|
|
"签名++++=记录医师",
|
|
"签名++++=记录医师",
|
|
"签名时间="
|
|
"签名时间="
|
|
);
|
|
);
|