Changeset 5183 for openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/PersonDAO.java
- Timestamp:
- 08/06/08 17:17:55 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/db/PersonDAO.java
r4969 r5183 95 95 96 96 /** 97 * @see org.openmrs.api.PersonService#getAllRelationshipTypes( boolean)97 * @see org.openmrs.api.PersonService#getAllRelationshipTypes() 98 98 */ 99 public List<RelationshipType> getAllRelationshipTypes( boolean includeRetired) throws DAOException;99 public List<RelationshipType> getAllRelationshipTypes() throws DAOException; 100 100 101 101 /**