|
@@ -18,6 +18,7 @@ public class PretreatmentRule {
|
|
|
//患者基本信息 性别 年龄 婚姻
|
|
|
if (!StringUtils.isEmpty(searchData.getNormal())) {
|
|
|
add2PreResultList(new PretreatmentNormal(), searchData.getNormal(), "normal", searchData);
|
|
|
+ add2PreResultList(new PretreatmentNormal(), searchData.getMarriage(), "normal", searchData);
|
|
|
}
|
|
|
//症状规则 主诉、现病史提取
|
|
|
if (!StringUtils.isEmpty(searchData.getChief())) {
|