|
@@ -51,6 +51,12 @@ public class BEH02966 extends QCCatalogue {
|
|
|
|
|
|
for (String noMatchWord : noMatchWords) {
|
|
for (String noMatchWord : noMatchWords) {
|
|
if (text.contains(noMatchWord)) {
|
|
if (text.contains(noMatchWord)) {
|
|
|
|
+ if(gender.contains("男")){
|
|
|
|
+ if(noMatchWord.contains("母孕期")||noMatchWord.contains("分娩")){
|
|
|
|
+ status.set("0");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
status.set("-1");
|
|
status.set("-1");
|
|
info.set(noMatchWord);
|
|
info.set(noMatchWord);
|
|
return;
|
|
return;
|