|
@@ -160,7 +160,6 @@ public class AlgorithmController extends BaseController {
|
|
|
searchData.setPushDiags(pushDiags);
|
|
|
bigDataResponseData.setTreat(graphResponseData.getTreat());
|
|
|
//量表和指标推送
|
|
|
- List<MedicalIndication> ruleMedicalIndications = RuleResponseData.getMedicalIndications();
|
|
|
List<MedicalIndication> medicalIndications = graphResponseData.getMedicalIndications();
|
|
|
if (medicalIndications != null && medicalIndications.size() > 0) {
|
|
|
logger.info("指标推送!!!!!!!!!");
|