Package healthwatcher.view.command

Examples of healthwatcher.view.command.InsertMedicalSpeciality


      commandTable.put(HWServlet.CommandUpdateEmployeeSearch, new UpdateEmployeeSearch(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitData, new UpdateHealthUnitData(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitSearch, new UpdateHealthUnitSearch(facade));
      commandTable.put(HWServlet.CommandUpdateHealthUnitList, new UpdateHealthUnitList(facade));

      commandTable.put(HWServlet.CommandInsertSpeciality, new InsertMedicalSpeciality(facade));
      commandTable.put(HWServlet.CommandInsertSymptom, new InsertSymptom(facade));
      commandTable.put(HWServlet.CommandInsertHealthUnit, new InsertHealthUnit(facade));
      commandTable.put(HWServlet.CommandInsertDiseaseType, new InsertDiseaseType(facade));
      commandTable.put(HWServlet.CommandUpdateSymptomData, new UpdateSymptomData(facade));
      commandTable.put(HWServlet.CommandUpdateSymptomSearch, new UpdateSymptomSearch(facade));
View Full Code Here

TOP

Related Classes of healthwatcher.view.command.InsertMedicalSpeciality

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.