|
@@ -39,13 +39,13 @@ public class BEH03060 extends QCCatalogue {
|
|
|
String heartRate = behStructureMap.get("心律");
|
|
|
if (StringUtil.isNotBlank(heartRate) && "齐".equals(heartRate)) {
|
|
|
status.set("-1");
|
|
|
- info.set(diag + "->心律齐");
|
|
|
+ info.set(diag + "><心律齐");
|
|
|
return;
|
|
|
}
|
|
|
String specialCheck = behStructureMap.get("专科体格检查");
|
|
|
if (StringUtil.isNotBlank(specialCheck) && specialCheck.contains("律齐")) {
|
|
|
status.set("-1");
|
|
|
- info.set(diag + "->心律齐");
|
|
|
+ info.set(diag + "><心律齐");
|
|
|
}
|
|
|
}
|
|
|
}
|