|
@@ -16,8 +16,6 @@ import com.diagbot.entity.node.PacsName;
|
|
|
import com.diagbot.entity.node.Vital;
|
|
|
import com.diagbot.util.ListUtil;
|
|
|
import com.diagbot.util.NeoUtil;
|
|
|
-import org.springframework.data.domain.Page;
|
|
|
-import org.springframework.data.domain.PageRequest;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
@@ -130,8 +128,8 @@ public class PacsNameNode {
|
|
|
for (Allergen allergen : allergens) {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(allergen.getName());
|
|
|
- nodeInfo.setTypeval(Constants.allergen);
|
|
|
- pacsBillNeoDTO.getOperations().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
+ nodeInfo.setTypeval(Constants.yaoping); // 过敏原归类成药物过敏原,与模型提取匹配
|
|
|
+ pacsBillNeoDTO.getAllergicmeds().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
|
|
|
|