|
@@ -90,7 +90,7 @@ searchEmergency=match(d:Disease) where d.name in disList return d.name as emDis,
|
|
|
searchIndication=match (n:Condition)-[r:\u786E\u8BCA|:\u62DF\u8BCA]->(m:Indicators)\n \
|
|
|
where n.name in fildList\n \
|
|
|
with distinct m,r\n \
|
|
|
-match(i:Indicators) WHERE i.name=m.name and age>i.minAge and age<i.maxAge and Sex=i.sex\n \
|
|
|
+match(i:Indicators) WHERE i.name=m.name and age>i.minAge and age<i.maxAge and i.sex in [Sex,3]\n \
|
|
|
return i.name as name
|
|
|
|
|
|
#\u67E5\u627E\u4E0D\u826F\u53CD\u5E94\u7684\u8BED\u53E5
|