|
@@ -25,7 +25,8 @@ public class BeiLunCriticallyIllNoticeHtmlAnalysis implements BeiLunHtmlAnalysis
|
|
|
Map<String, String> structureMap = Maps.newLinkedHashMap();
|
|
|
|
|
|
try {
|
|
|
- List<String> titles = Lists.newArrayList("临床诊断", "主要症状", "体格检查", "辅助检查", "告知医师签名",
|
|
|
+ List<String> titles = Lists.newArrayList("姓名", "性别", "出生日期", "科别", "病区", "床号", "住院号",
|
|
|
+ "临床诊断", "主要症状", "体格检查", "辅助检查", "告知医师签名",
|
|
|
"告知时间", "患方意见", "患方签名", "手印说明", "与患者关系", "签字时间");
|
|
|
String html = args[0];
|
|
|
String recTitle = args[1];
|