代码拉取完成,页面将自动刷新
同步操作将从 叶锦程/elderlycsamsystem 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
:auto using periodic commit 10000 load csv with headers from "file:///recommend_drug.csv" as line match(from:disease{name:line.resName}),(to:drug{name:line.tarName}) merge (from)-[r:recommend_drug{name:line.relation}]->(to) //推荐用药
:auto using periodic commit 10000 load csv with headers from "file:///need_check.csv" as line match(from:disease{name:line.resName}),(to:check{name:line.tarName}) merge (from)-[r:need_check{name:line.relation}]->(to) //需要检查
:auto using periodic commit 10000 load csv with headers from "file:///cure_dept.csv" as line match(from:disease{name:line.resName}),(to:department{name:line.tarName}) merge (from)-[r:belong_to{name:line.relation}]->(to) 所属科室
:auto using periodic commit 10000 load csv with headers from "file:///doeat.csv" as line match(from:disease{name:line.resName}),(to:food{name:line.tarName}) merge (from)-[r:do_eat{name:line.relation}]->(to) //宜吃
:auto using periodic commit 10000 load csv with headers from "file:///noeat.csv" as line match(from:disease{name:line.resName}),(to:food{name:line.tarName}) merge (from)-[r:no_eat{name:line.relation}]->(to) //忌吃
:auto using periodic commit 10000 load csv with headers from "file:///disabled_symptom.csv" as line match(from:disease{name:line.resName}),(to:symptom{name:line.tarName}) merge (from)-[r:has_symptom{name:line.relation}]->(to) //症状
:auto using periodic commit 10000 load csv with headers from "file:///recommend_food.csv" as line match(from:disease{name:line.resName}),(to:food{name:line.tarName}) merge (from)-[r:recommend_food{name:line.relation}]->(to) //推荐食物
:auto using periodic commit 10000 load csv with headers from "file:///common_drug.csv" as line match(from:disease{name:line.resName}),(to:drug{name:line.tarName}) merge (from)-[r:common_drug{name:line.relation}]->(to) //常规用药
:auto using periodic commit 10000 load csv with headers from "file:///acompany_with.csv" as line match(from:disease{name:line.resName}),(to:acompany{name:line.tarName}) merge (from)-[r:complication_with{name:line.relation}]->(to)//并发症
:auto using periodic commit 10000 load csv with headers from "file:///drugof.csv" as line match(from:producer{name:line.tarName}),(to:drug{name:line.resName}) merge (from)-[r:drug_of{name:line.relation}]->(to) //生产药品
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。