|
@@ -1,21 +0,0 @@
|
|
|
-package com.diagbot.entity.node;
|
|
|
-
|
|
|
-import com.diagbot.entity.node.base.BaseNode;
|
|
|
-import lombok.Getter;
|
|
|
-import lombok.Setter;
|
|
|
-import org.neo4j.ogm.annotation.NodeEntity;
|
|
|
-import org.neo4j.ogm.annotation.Relationship;
|
|
|
-
|
|
|
-import java.util.Set;
|
|
|
-import java.util.HashSet;
|
|
|
-
|
|
|
-@Setter
|
|
|
-@Getter
|
|
|
-@NodeEntity(label = "辅助检查")
|
|
|
-public class Pacs extends BaseNode {
|
|
|
-
|
|
|
-
|
|
|
- @Relationship(type = "辅助检查禁忌实验室检查", direction = Relationship.OUTGOING)
|
|
|
- private Set<Lis> liss = new HashSet<>();
|
|
|
-
|
|
|
-}
|