|
@@ -51,7 +51,7 @@ public class BeiLunPreoperativeHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
text = text.substring(0, index1).replace("(如高血压病、冠心病、糖尿病、脑梗、心梗、心肺肝肾功能不全,口服抗凝药", "").replace("等)", "")
|
|
|
.replace("(如腹腔镜可能改开腹等)", "").replace("(如腹腔镜可能改开腹", "").replace("皮瓣转移术可能的变更方案","")
|
|
|
.replace("四级手术、疑难手术等必须填写以下“具体讨论意见”,作为科室三大讨论本留存资料", "")
|
|
|
- .replace("注意事项术中仔细操作,避免损伤周围重要神经、血管(其他术中注意事项和应急预案);术后", "").replace("可予以预防感染、营养支持等治疗。","")
|
|
|
+ .replace("术后术后", "术后")
|
|
|
+ text.substring(index1, index2).replace("签字时间", "经治医生签字时间").replace("年月日时分", "")
|
|
|
+ text.substring(index2).replace("签字时间", "主刀医生签字时间").replace("年月日时分", "");
|
|
|
}
|