Package beans.report.selectors.disease

Examples of beans.report.selectors.disease.DiseaseTableSellector


      switch (table.getType().getId()){
        case DiseaseReportMaps.SELECTOR_ID_DISEATED_REPORT:
        case DiseaseReportMaps.SELECTOR_ID_SICKLIST_REPORT:
        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:
View Full Code Here

TOP

Related Classes of beans.report.selectors.disease.DiseaseTableSellector

Copyright © 2018 www.massapicom. 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.