|
@@ -30,7 +30,7 @@ public class BeiLunConsultationHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
"会诊类型", "被邀医院", "被邀科室", "申请时间", "患者病情及诊疗经过、申请会诊的理由及目的", "申请会诊科别",
|
|
|
"被邀会诊科别", "申请会诊医师", "会诊意见", "会诊时间", "科主任", "会诊到达时间", "查体", "会诊建议",
|
|
|
"会诊诊断", "会诊科室", "会诊医师", "外院会诊医师所在医疗机构名称", "会诊医师所在医疗机构名称");
|
|
|
- String html = args[0];
|
|
|
+ String html = args[0].replaceAll("第一页", "");
|
|
|
String recTitle = args[1];
|
|
|
String recTypeId = args[2];
|
|
|
String htmlContent = null;
|
|
@@ -52,7 +52,7 @@ public class BeiLunConsultationHtmlAnalysis implements BeiLunHtmlAnalysis {
|
|
|
structureMap.put("会诊意见", strArr[strArr.length - 1]);
|
|
|
structureMap.put("会诊时间", strArr[0]);
|
|
|
}
|
|
|
- CommonAnalysisUtil.extractDateByTitle(structureMap,"申请时间");
|
|
|
+ CommonAnalysisUtil.extractDateByTitle(structureMap, "申请时间");
|
|
|
} else if ("MDT会诊申请表".equals(recTitle) || "新-MDT会诊三合一".equals(recTitle)) {
|
|
|
titles = Lists.newArrayList("姓名", "性别", "出生日期", "联系电话",
|
|
|
"申请科室", "入院/首诊时间", "住院号", "病情概述(含主诉、病史、诊断、诊治过程等)", "拟申请MDT时间、地点",
|