|
@@ -77,6 +77,7 @@ public class XyConsultationRecordHtmlAnalysis implements XyHtmlAnalysis {
|
|
}
|
|
}
|
|
if (StringUtil.isNotBlank(htmlContent)) {
|
|
if (StringUtil.isNotBlank(htmlContent)) {
|
|
CommonAnalysisUtil.html2StructureMap(titles, htmlContent, structureMap);
|
|
CommonAnalysisUtil.html2StructureMap(titles, htmlContent, structureMap);
|
|
|
|
+ structureMap.put("病情简介",htmlContent);
|
|
}
|
|
}
|
|
// CommonAnalysisUtil.extractWardInfo(recTitle,text, map);
|
|
// CommonAnalysisUtil.extractWardInfo(recTitle,text, map);
|
|
// String bqjlText = "病情记录" + map.get("病情记录").replace("请在此填写会诊处理意见","").replace("会诊回复时间","");
|
|
// String bqjlText = "病情记录" + map.get("病情记录").replace("请在此填写会诊处理意见","").replace("会诊回复时间","");
|