|
@@ -136,6 +136,11 @@ public class CLI0304 extends QCCatalogue {
|
|
|
.filter(i -> StringUtil.isNotBlank(i.getStructureMap().get("医嘱项目名称"))
|
|
|
&& (!i.getStructureMap().get("医嘱项目名称").contains("预约"))
|
|
|
&& RegexUtil.getRegexRes(i.getStructureMap().get("医嘱项目名称"), regex5))
|
|
|
+ .filter(i -> StringUtil.isBlank(i.getStructureMap().get("医嘱处方类型"))
|
|
|
+ ||(StringUtil.isNotBlank(i.getStructureMap().get("医嘱处方类型"))
|
|
|
+ && !i.getStructureMap().get("医嘱处方类型").equals("化验")
|
|
|
+ && !i.getStructureMap().get("医嘱处方类型").equals("检验")
|
|
|
+ && !i.getStructureMap().get("医嘱处方类型").equals("检查")))
|
|
|
.collect(Collectors.toList());
|
|
|
if (ListUtil.isNotEmpty(clinicalBloodDAList)) {
|
|
|
if (ListUtil.isNotEmpty(filterDAList)) {
|