|
@@ -28,7 +28,7 @@ public class XyLeaveHospitalHtmlAnalysis implements XyHtmlAnalysis {
|
|
Map<String, String> structureMap = Maps.newLinkedHashMap();
|
|
Map<String, String> structureMap = Maps.newLinkedHashMap();
|
|
try {
|
|
try {
|
|
List<String> titles = Lists.newArrayList("入院日期", "出院日期", "住院天数", "入院诊断",
|
|
List<String> titles = Lists.newArrayList("入院日期", "出院日期", "住院天数", "入院诊断",
|
|
- "入院时体查", "辅助资料", "住院经过", "出院时情况",
|
|
|
|
|
|
+ "辅助资料", "住院经过", "出院时情况","出院情况",
|
|
"出院诊断", "出院医嘱", "医师签名", "上级医师签名", "医师", "上级医师");
|
|
"出院诊断", "出院医嘱", "医师签名", "上级医师签名", "医师", "上级医师");
|
|
String html = args[0];
|
|
String html = args[0];
|
|
String recTitle = args[1];
|
|
String recTitle = args[1];
|