|
@@ -50,7 +50,7 @@ public class BeiLunPreoperativeHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
+ text.substring(index1, index2).replace("签字时间", "经治医生签字时间").replace("年月日时分", "")
|
|
|
+ text.substring(index2).replace("签字时间", "主刀医生签字时间").replace("年月日时分", "");
|
|
|
text = text.replace("术前讨论及术前小结", "").replace("讨论结论:", "");
|
|
|
- List<String> titles = Lists.newArrayList("姓名", "出生年月", "科室", "床位", "住院号",
|
|
|
+ List<String> titles = Lists.newArrayList("姓名", "性别", "出生日期", "出生年月", "科别", "科室", "病区", "床号", "床位", "住院号",
|
|
|
"讨论时间", "讨论方式", "参加人员", "简要病情", "具体讨论意见",
|
|
|
"1.术前诊断", "2.手术指征与禁忌征", "3.可替代方案", "4.拟施手术方式(名称)及可能的变更方案", "5.计划性多次手术",
|
|
|
"5.本次手术是否属于计划性多次手术",
|