|
@@ -31,6 +31,7 @@ public class YwzxyyStagesSummaryXmlAnalysis implements YwzxyyXmlAnalysis {
|
|
|
List<String> level2Titles = CommonAnalysisUtil.sortTitles(Lists.newArrayList("入院情况", "入院诊断", "诊疗经过", "目前情况", "目前诊断", "诊疗计划"), level2Text);
|
|
|
CommonAnalysisUtil.cutByTitles(level2Text, level2Titles, 0, level2StructureMap);
|
|
|
level1StructureMap.putAll(level2StructureMap);
|
|
|
+ level1StructureMap.put("病历日期", level1StructureMap.get("病历记录时间"));
|
|
|
} catch (Exception e) {
|
|
|
log.error(e.getMessage(), e);
|
|
|
}
|