|
@@ -35,7 +35,8 @@ public class OPE0322 extends QCCatalogue {
|
|
|
|| name.contains("特殊病人手术使用一次性卫生材料") || name.contains("人免疫缺陷病毒抗体检测免费") || name.contains("手术标本") || name.contains("手术科")) {
|
|
|
continue;
|
|
|
}
|
|
|
- if (name.contains("手术") && cou == 0) {
|
|
|
+ String rex="[\\s\\S]*(?=拟)[\\s\\S]*(?=术)[\\s\\S]*";
|
|
|
+ if ((name.contains("手术")||name.matches(rex)) && cou == 0) {
|
|
|
info.set("医嘱时间" + daStartDateStr);
|
|
|
status.set("-1");
|
|
|
return;
|