|
@@ -158,7 +158,7 @@ public class BEH0011 extends QCCatalogue {
|
|
|
if (matchSum == presentPastDiags.size()) {
|
|
|
status.set("0");
|
|
|
}
|
|
|
- lackDiabetesFeritin(presentLabel.getText(), inputInfo.getBeHospitalizedDoc().getStructureMap().get("长期用药"), inputInfo.getBeHospitalizedDoc().getStructureMap().get("外院用药"));
|
|
|
+ lackDiabetesFeritin(presentLabel.getText(), inputInfo.getBeHospitalizedDoc().getStructureMap().get("长期用药"), inputInfo.getBeHospitalizedDoc().getStructureMap().get("外院用药"), inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode"));
|
|
|
/*
|
|
|
if (initDiags.containsAll(presentPastDiags)) {
|
|
|
status.set("0");
|
|
@@ -259,6 +259,7 @@ public class BEH0011 extends QCCatalogue {
|
|
|
if (StringUtil.isBlank(info.get()) || info.get().indexOf("糖尿病") == -1) {
|
|
|
info.set(CatalogueUtil.concatInfo(info.get(), "糖尿病"));
|
|
|
status.set("-1");
|
|
|
+ System.out.println("初步诊断不完整:"+texts[3]);
|
|
|
}
|
|
|
break;
|
|
|
}
|
|
@@ -268,6 +269,7 @@ public class BEH0011 extends QCCatalogue {
|
|
|
if (StringUtil.isBlank(info.get()) || info.get().indexOf("高血压") == -1) {
|
|
|
info.set(CatalogueUtil.concatInfo(info.get(), "高血压"));
|
|
|
status.set("-1");
|
|
|
+ System.out.println("初步诊断不完整:"+texts[3]);
|
|
|
}
|
|
|
break;
|
|
|
}
|