Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/18/08 12:05:28 (5 months ago)
Author:
machosry
Message:

address hierarchy: done with newPatientForm and patientDashboard yet to fix the drop down in patient.form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/addresshierarchy/metadata/config.xml

    r5288 r5302  
    7474                                <include method="updateLocationTypeTable" /> 
    7575                                <include method="getAddressHierarchyTypeList" /> 
     76                                <include method="getSizeOfPersonTable" /> 
     77                                <include method="processForm" /> 
     78                                <include method="getLocation" /> 
    7679                        </create> 
    7780                </allow> 
     
    9396                        DWRAddressHierarchy.updateLocationTypeTable(String[] arr); 
    9497                        DWRAddressHierarchy.getAddressHierarchyTypeList(Integer typeid); 
     98                        DWRAddressHierarchy.getSizeOfPersonTable(); 
     99                        DWRAddressHierarchy.processForm(String[] arr); 
     100                        DWRAddressHierarchy.getLocation(Integer id); 
    95101                        ]]> 
    96102                </signatures>    
     
    103109                <servlet-name>addressTree</servlet-name> 
    104110                <servlet-class>@MODULE_PACKAGE@.web.servlet.AddressHierarchyServlet</servlet-class> 
    105         </servlet> 
    106         <servlet> 
    107                 <servlet-name>addressLayout</servlet-name> 
    108                 <servlet-class>@MODULE_PACKAGE@.web.servlet.AddressLayoutServlet</servlet-class> 
    109111        </servlet> 
    110112         
     
    131133                AddressHierarchy.hbm.xml 
    132134                AddressHierarchyType.hbm.xml 
     135                 
    133136        </mappingFiles> 
    134137