Changeset 5302 for openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/AddressHierarchyService.java
- Timestamp:
- 08/18/08 12:05:28 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/addresshierarchy/src/org/openmrs/module/addresshierarchy/AddressHierarchyService.java
r5238 r5302 26 26 public void unloadTable(); 27 27 public String[] getAddressHierarchyTypeList(Integer typeid); 28 public Integer getSizeOfPersonTable(); 29 public List getLastRow(); 30 public String[] getLocation(Integer id); 28 31 }