if (oga.getExistingGroup() != null) {
matchedObs.add(oga.getExistingGroup());
}
}
if (lfca instanceof GettingExistingOrder) {
GettingExistingOrder dse = (GettingExistingOrder) lfca;
if (dse.getExistingOrder() != null) {
matchedOrders.add(dse.getExistingOrder());
}
}
}
for (Obs o : e.getAllObs(false)) { //ignore voided obs