@@ -200,7 +200,8 @@ public class MedicineNode {
if (null != medicine && null!=medicine.getRisklevel() && medicine.getRisklevel().trim().length()>0) {
highRiskNeoDTO.setIsHighrisk(true);
-
+ highRiskNeoDTO.setType("药品");
+ highRiskNeoDTOS.add(highRiskNeoDTO);
}
@@ -56,7 +56,8 @@ public class OperationNode {
if (null != operation && null!=operation.getRisklevel() && operation.getRisklevel().trim().length()>0) {
+ highRiskNeoDTO.setType("手术");