|
@@ -1167,7 +1167,9 @@ public class Neo4jAPI {
|
|
if(diseaseType !=null && 1 == diseaseType){
|
|
if(diseaseType !=null && 1 == diseaseType){
|
|
List<Indicators> indicatorsList1 = new ArrayList<>();
|
|
List<Indicators> indicatorsList1 = new ArrayList<>();
|
|
Indicators indicators1 = getAdverse(disSet, "低血糖反应");
|
|
Indicators indicators1 = getAdverse(disSet, "低血糖反应");
|
|
|
|
+ logger.info(disSet+"包含 低血糖反应");
|
|
Indicators indicators2 = getAdverse(disSet, "胃肠道不良反应");
|
|
Indicators indicators2 = getAdverse(disSet, "胃肠道不良反应");
|
|
|
|
+ logger.info(disSet+"包含 胃肠道不良反应");
|
|
indicatorsList1.add(indicators1);
|
|
indicatorsList1.add(indicators1);
|
|
indicatorsList1.add(indicators2);
|
|
indicatorsList1.add(indicators2);
|
|
filnlly.setAdverseEvent(indicatorsList1);
|
|
filnlly.setAdverseEvent(indicatorsList1);
|
|
@@ -1200,6 +1202,7 @@ public class Neo4jAPI {
|
|
if(dis.contains(name)){
|
|
if(dis.contains(name)){
|
|
detail2.setValue(1);
|
|
detail2.setValue(1);
|
|
}
|
|
}
|
|
|
|
+ logger.info("有"+name+" 标记为是!!!!");
|
|
Detail detail3 = new Detail();
|
|
Detail detail3 = new Detail();
|
|
detail3.setName("轻度");
|
|
detail3.setName("轻度");
|
|
detail3.setValue(0);
|
|
detail3.setValue(0);
|