|
@@ -41,6 +41,10 @@ public class CLI0300 extends QCCatalogue {
|
|
if (infusionReason.contains("白蛋白") || infusionReason.contains("凝血酶原复合物")) {
|
|
if (infusionReason.contains("白蛋白") || infusionReason.contains("凝血酶原复合物")) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
+ if ("其它".equals(infusionReason)) {
|
|
|
|
+ status.set("-1");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
Pattern compile = Pattern.compile("([\\d]+[.\\d+]*)([a-zA-Z]+)(/[a-zA-Z]+)*");
|
|
Pattern compile = Pattern.compile("([\\d]+[.\\d+]*)([a-zA-Z]+)(/[a-zA-Z]+)*");
|
|
Matcher matcher = compile.matcher(infusionReason);
|
|
Matcher matcher = compile.matcher(infusionReason);
|
|
if (matcher.find(0)) {
|
|
if (matcher.find(0)) {
|