|
@@ -33,6 +33,11 @@ public class BEH0400 extends QCCatalogue {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ //直接拿StructureMap的既往史
|
|
|
|
+ if(structureMap!=null && structureMap.get("既往史")!=null){
|
|
|
|
+ status.set("0");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
|
|
PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
|
|
PastLabel pastLabel = inputInfo.getBeHospitalizedDoc().getPastLabel();
|
|
if (pastLabel != null && StringUtil.isNotBlank(pastLabel.getText())) {
|
|
if (pastLabel != null && StringUtil.isNotBlank(pastLabel.getText())) {
|