Explorar o código

首程鉴别诊断

kongwz %!s(int64=5) %!d(string=hai) anos
pai
achega
eeb2cbce2a

+ 2 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/firstcourserecord/FIRC0087.java

@@ -41,7 +41,8 @@ public class FIRC0087 extends QCCatalogue {
             if (differentialDiagLabel != null) {
                 Map<String, String> structureMap = firstCourseRecordDoc.getStructureMap();
                 String diffDiagStruct = structureMap.get("鉴别诊断");
-                if (StringUtil.isNotBlank(diffDiagStruct) && (diffDiagStruct.contains("诊断明确") || diffDiagStruct.contains("无需鉴别"))) {
+                if (StringUtil.isNotBlank(diffDiagStruct) && (diffDiagStruct.contains("诊断明确") || diffDiagStruct.contains("无需鉴别")
+                        || diffDiagStruct.contains("明确诊断"))) {
                     return;
                 }
                 //List<Diag> diags = differentialDiagLabel.getDiags();