|
@@ -25,8 +25,8 @@ public class FirstCourseRecordHtmlAnalysis implements HtmlAnalysis {
|
|
|
public Map<String, String> analysis(String... args) {
|
|
|
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];
|
|
|
Document doc = Jsoup.parse(html);
|