|
@@ -51,7 +51,7 @@ public class CombiOperationNode {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(lis.getLisidx());
|
|
|
nodeInfo.setTypeval(Constants.lis);
|
|
|
- combiOpBillNeoDTO.getGroup().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
+ combiOpBillNeoDTO.getLis().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -65,7 +65,7 @@ public class CombiOperationNode {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(pacsdesc.getName());
|
|
|
nodeInfo.setTypeval(Constants.pacsdesc);
|
|
|
- combiOpBillNeoDTO.getGroup().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
+ combiOpBillNeoDTO.getPacsDesc().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -79,7 +79,7 @@ public class CombiOperationNode {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(disease.getName());
|
|
|
nodeInfo.setTypeval(Constants.disease);
|
|
|
- combiOpBillNeoDTO.getGroup().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
+ combiOpBillNeoDTO.getDisease().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -93,7 +93,7 @@ public class CombiOperationNode {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(medAllergen.getName());
|
|
|
nodeInfo.setTypeval(Constants.medallergen);
|
|
|
- combiOpBillNeoDTO.getGroup().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
+ combiOpBillNeoDTO.getMedallergens().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
}
|
|
|
}
|