|
@@ -138,6 +138,7 @@ public class PacsNameNode {
|
|
|
nodeInfo = new NodeInfo();
|
|
|
nodeInfo.setName(disease.getDisease().getName());
|
|
|
nodeInfo.setTypeval(Constants.disease);
|
|
|
+ nodeInfo.setMatchtype(disease.getExactMatch());
|
|
|
pacsBillNeoDTO.getDisease().add(NeoUtil.updateNodeInfo(nodeInfo));
|
|
|
}
|
|
|
}
|