|
|
|
@ -165,7 +165,7 @@ public class GraphNebulaServiceImpl implements GraphNebulaService {
|
|
|
|
|
}
|
|
|
|
|
if (ObjectUtil.isNotEmpty(tool)) {
|
|
|
|
|
PhysicalVertex physicalVertex = new PhysicalVertex();
|
|
|
|
|
physicalVertex.setName("体格检查:" + tool.getToolName() + (location != null ? location.getLocationName() : ""));
|
|
|
|
|
physicalVertex.setName("体格检查:" + tool.getToolName() + (location != null ? ("-" + location.getLocationName()) : ""));
|
|
|
|
|
physicalDao.insert(physicalVertex);
|
|
|
|
|
processMedicalDao.insertEdge(medicalRecVertex, new NoPropertyEdge(), physicalVertex);
|
|
|
|
|
// 如果是证实诊断依据,添加到证实诊断依据里面去
|
|
|
|
|