|
@@ -2,6 +2,7 @@ package com.diagbot.facade;
|
|
|
|
|
|
import com.diagbot.dto.IndicationDTO;
|
|
|
import com.diagbot.dto.OtherTipNeoDTO;
|
|
|
+import com.diagbot.dto.OtherTipPacsNeoDTO;
|
|
|
import com.diagbot.dto.OtherTipTransfusionNeoDTO;
|
|
|
import com.diagbot.dto.WordCrfDTO;
|
|
|
import com.diagbot.process.OtherTipProcess;
|
|
@@ -147,6 +148,8 @@ public class OtherTipFacade {
|
|
|
otherTipProcess.processTransfusion(otherTipTransfusionNeoDTOList, res);
|
|
|
|
|
|
// 其他提示——辅检
|
|
|
+ List<OtherTipPacsNeoDTO> otherTipPacsNeoDTOList = new ArrayList<>();
|
|
|
+ otherTipProcess.processPacs(otherTipPacsNeoDTOList, res);
|
|
|
}
|
|
|
|
|
|
}
|