Package beans.report.selectors.disease.diagnosis

Examples of beans.report.selectors.disease.diagnosis.DiagnosisReportTable


  }
 
  public AbstractReportTable createBySelectorIndefiner(SelectorIndefiner indefiner){
    switch (indefiner.getId()){
      case DiseaseReportMaps.SELECTOR_ID_DISEATED_REPORT:
        return new DiagnosisReportTable(indefiner.getId());
      case DiseaseReportMaps.SELECTOR_ID_SICKLIST_REPORT:
        return new SickListReportTable();
      case DiseaseReportMaps.SELECTOR_ID_FOLLUP_REPORT:
        return new FollowUpReportTable();
      case DiseaseReportMaps.SELECTOR_ID_COMBINED_DISEASE_TABLE:
View Full Code Here

TOP

Related Classes of beans.report.selectors.disease.diagnosis.DiagnosisReportTable

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.