|
@@ -40,7 +40,9 @@ public class BEH0012 extends QCCatalogue {
|
|
for (Diag diag : diags) {
|
|
for (Diag diag : diags) {
|
|
List<String> disList = Arrays.asList(strings);
|
|
List<String> disList = Arrays.asList(strings);
|
|
for (String diagSplit : diag.getHospitalDiagName().split("、")) {
|
|
for (String diagSplit : diag.getHospitalDiagName().split("、")) {
|
|
-
|
|
|
|
|
|
+ if ("ACT".equals(diagSplit)){
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
String hospitalDiagName = diagSplit.trim().replace("待查", "").replace("?","").replace("?","");
|
|
String hospitalDiagName = diagSplit.trim().replace("待查", "").replace("?","").replace("?","");
|
|
if (hospitalDiagName.contains("伴")) {
|
|
if (hospitalDiagName.contains("伴")) {
|
|
hospitalDiagName = hospitalDiagName.substring(0, hospitalDiagName.indexOf("伴"));
|
|
hospitalDiagName = hospitalDiagName.substring(0, hospitalDiagName.indexOf("伴"));
|