|
@@ -5,6 +5,7 @@ import com.lantone.qc.kernel.util.CatalogueUtil;
|
|
|
import com.lantone.qc.pub.model.InputInfo;
|
|
|
import com.lantone.qc.pub.model.OutputInfo;
|
|
|
import com.lantone.qc.pub.model.label.LisLabel;
|
|
|
+import com.lantone.qc.pub.util.StringUtil;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Map;
|
|
@@ -28,6 +29,9 @@ public class BEH0492 extends QCCatalogue {
|
|
|
if (lisLabel != null && CatalogueUtil.isEmpty(lisLabel.getText())) {
|
|
|
status.set("-1");
|
|
|
}
|
|
|
+ if (StringUtil.isBlank(inputInfo.getBeHospitalizedDoc().getStructureMap().get("实验室检查"))){
|
|
|
+ status.set("-1");/* 台州市里医院结构化判断 */
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|