|
@@ -32,6 +32,9 @@ public class BEH0036 extends QCCatalogue {
|
|
|
if (operation == null || StringUtil.isBlank(operation.getName())) {
|
|
|
continue;
|
|
|
}
|
|
|
+ if ("手术史".equals(operation.getName()) || "手术".equals(operation.getName()) || "手术治疗".equals(operation.getName())) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if ((operation.getNegative() == null || StringUtil.isBlank(operation.getNegative().getName()))
|
|
|
&& (operation.getPd() == null || StringUtil.isBlank(operation.getPd().getName()))
|
|
|
&& (operation.getOperationResult() == null || StringUtil.isBlank(operation.getOperationResult().getName()))
|