|
@@ -30,7 +30,7 @@ public class BEH03049 extends QCCatalogue {
|
|
|
String vitalLabelSpecial = structureMap.get("专科体格检查");
|
|
|
String initialDiag = structureMap.get("初步诊断");
|
|
|
if (StringUtil.isNotBlank(vitalLabelSpecial)) {
|
|
|
- Pattern pattern = Pattern.compile("(心率)[^体温|脉搏|呼吸|血压|疼痛]+");
|
|
|
+ Pattern pattern = Pattern.compile("(心率)[^,;。,;体温|脉搏|呼吸|血压|疼痛]+");
|
|
|
Matcher matcher = pattern.matcher(vitalLabelSpecial);
|
|
|
if (matcher.find()) {
|
|
|
pattern = Pattern.compile("[0-9]+[./]*[0-9]*");
|