|
@@ -32,12 +32,7 @@ public class BEH0012 extends QCCatalogue {
|
|
|
if(diags != null && diags.size()>0){
|
|
|
for (Diag diag:diags) {
|
|
|
String hospitalDiagName = diag.getHospitalDiagName();
|
|
|
- if(hostpital_standDiag.containsKey(hospitalDiagName)){
|
|
|
- String standDiag = hostpital_standDiag.get(hospitalDiagName);
|
|
|
- if(!hospitalDiagName.equals(standDiag)){
|
|
|
- diags_out.add(hospitalDiagName);
|
|
|
- }
|
|
|
- }else {
|
|
|
+ if(!hostpital_standDiag.containsKey(hospitalDiagName)){
|
|
|
diags_out.add(hospitalDiagName);
|
|
|
}
|
|
|
}
|