|
@@ -32,11 +32,10 @@ public class YuhangsyDeathRecordHtmlAnalysis implements YuhangsyHtmlAnalysis {
|
|
String html = args[0];
|
|
String html = args[0];
|
|
String recTitle = args[1];
|
|
String recTitle = args[1];
|
|
String recTypeId = args[2];
|
|
String recTypeId = args[2];
|
|
- List<String> titles = Lists.newArrayList("入院时间", "死亡时间", "入院情况", "查体","转入诊断", "入院诊断", "诊疗经过", "实验室及器械检查结果",
|
|
|
|
- "死亡诊断", "医师签名", "时间","主 诉","主诉","实验室及其他检查结果","辅助检查","特殊检查","日 期",
|
|
|
|
- "姓名","性别","年龄","婚姻","职业","民族","工作单位","住址","入院日期","入院诊断","手术日期","手术名称","死亡日期","住院天数","死亡诊断",
|
|
|
|
- "入院时情况(简要病史、阳性体征、有关实验室及器械检查结果)","体格检查","实验室检查","特殊检查","住院经过及抢救经过","死亡原因","尸体病理解剖情况","X线片号","病理检验号",
|
|
|
|
- "主治医师签名","科主任(副主任医师以上)","医师签名"
|
|
|
|
|
|
+ List<String> titles = Lists.newArrayList(
|
|
|
|
+ "姓名", "性别", "年龄", "婚姻", "职业", "民族", "工作单位", "住址", "入院日期", "入院诊断", "手术日期", "手术名称", "死亡日期", "住院天数", "死亡诊断",
|
|
|
|
+ "入院时情况(简要病史、阳性体征、有关实验室及器械检查结果)", "实验室检查", "特殊检查", "住院经过及抢救经过", "死亡原因", "尸体病理解剖情况", "X线片号", "病理检验号",
|
|
|
|
+ "主治医师签名", "科主任(副主任医师以上)", "医师签名"
|
|
);
|
|
);
|
|
String htmlContent = YuhangsyCommonAnalysisUtil.html2String(html);
|
|
String htmlContent = YuhangsyCommonAnalysisUtil.html2String(html);
|
|
|
|
|
|
@@ -44,8 +43,8 @@ public class YuhangsyDeathRecordHtmlAnalysis implements YuhangsyHtmlAnalysis {
|
|
YuhangsyCommonAnalysisUtil.html2StructureMap(titles, htmlContent, structureMap);
|
|
YuhangsyCommonAnalysisUtil.html2StructureMap(titles, htmlContent, structureMap);
|
|
}
|
|
}
|
|
// 解决时间显示 年 月 日 时
|
|
// 解决时间显示 年 月 日 时
|
|
- YuhangsyCommonAnalysisUtil.signatureTime1("时间",structureMap);
|
|
|
|
- YuhangsyCommonAnalysisUtil.signatureTime1("日 期",structureMap);
|
|
|
|
|
|
+ YuhangsyCommonAnalysisUtil.signatureTime1("时间", structureMap);
|
|
|
|
+ YuhangsyCommonAnalysisUtil.signatureTime1("日 期", structureMap);
|
|
YuhangsyHtmlAnalysisUtil.insertModuleId(modeId, recTypeId, structureMap);
|
|
YuhangsyHtmlAnalysisUtil.insertModuleId(modeId, recTypeId, structureMap);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error(e.getMessage(), e);
|
|
log.error(e.getMessage(), e);
|