Examples of CombinedDiseaseTableSelector


Examples of beans.report.selectors.disease.CombinedDiseaseTableSelector

        case DiseaseReportMaps.SELECTOR_ID_FOLLUP_REPORT:
        case DiseaseReportMaps.SELECTOR_ID_FORM_8_TABLE_1001:
          selector = new DiseaseTableSellector((DiseaseTable) table, manager, tableId);
          break;
        case DiseaseReportMaps.SELECTOR_ID_COMBINED_DISEASE_TABLE:
          selector = new CombinedDiseaseTableSelector((CombinedDiseaseTable) table, manager, tableId);
          break;
        default:
          throw new RuntimeException("Неизвестный тип таблицы");
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.