|
@@ -26,7 +26,7 @@ public class BEH0006 extends QCCatalogue {
|
|
|
|
|
|
ChiefLabel chiefLabel = inputInfo.getBeHospitalizedDoc().getChiefLabel();
|
|
ChiefLabel chiefLabel = inputInfo.getBeHospitalizedDoc().getChiefLabel();
|
|
String chief_text = chiefLabel.getText();
|
|
String chief_text = chiefLabel.getText();
|
|
- if(chief_text.contains("检查") || chief_text.contains("术后") || chief_text.contains("药物")){
|
|
|
|
|
|
+ if(chief_text.contains("检查") || chief_text.contains("术后") || chief_text.contains("药物")|| chief_text.contains("发现")){
|
|
status.set("0");
|
|
status.set("0");
|
|
}else {
|
|
}else {
|
|
List<Clinical> clinicals = chiefLabel.getClinicals();
|
|
List<Clinical> clinicals = chiefLabel.getClinicals();
|
|
@@ -38,7 +38,7 @@ public class BEH0006 extends QCCatalogue {
|
|
if(!CatalogueUtil.isEmpty(pd.getName())){
|
|
if(!CatalogueUtil.isEmpty(pd.getName())){
|
|
if(pd.getName().contains("天") || pd.getName().contains("周")|| pd.getName().contains("月")
|
|
if(pd.getName().contains("天") || pd.getName().contains("周")|| pd.getName().contains("月")
|
|
|| pd.getName().contains("时") || pd.getName().contains("半年") || pd.getName().contains("秒")
|
|
|| pd.getName().contains("时") || pd.getName().contains("半年") || pd.getName().contains("秒")
|
|
- || pd.getName().contains("日")){
|
|
|
|
|
|
+ || pd.getName().contains("日")|| pd.getName().contains("今")){
|
|
status.set("0");
|
|
status.set("0");
|
|
break;
|
|
break;
|
|
}
|
|
}
|