|
@@ -43,6 +43,13 @@ public class OPE03111 extends QCCatalogue {
|
|
if (operationRecordDoc == null) {
|
|
if (operationRecordDoc == null) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ String pathological = operationRecordDoc.getStructureMap().get("病理检查");
|
|
|
|
+ if (StringUtil.isNotEmpty(pathological)){
|
|
|
|
+ if (pathological.contains("送")){
|
|
|
|
+ status.set("0");
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|