|
@@ -24,6 +24,10 @@ public class PRE0328 extends QCCatalogue {
|
|
|
if (operationDocs == null || operationDocs.size() == 0) {
|
|
|
return;
|
|
|
}
|
|
|
+ if(inputInfo.getBeHospitalizedDoc().getStructureMap().get("现病史") !=null
|
|
|
+ && inputInfo.getBeHospitalizedDoc().getStructureMap().get("现病史").contains("急诊手术")){
|
|
|
+ return;
|
|
|
+ }
|
|
|
int i = 0, j = 0;
|
|
|
for (OperationDoc operationDoc : operationDocs) {
|
|
|
if (operationDoc.getOperationRecordDoc() != null) {
|