- Timestamp:
- 07/16/08 12:29:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/1.3.x/src/web/org/openmrs/web/dwr/DWRRelationshipService.java
r4095 r4947 46 46 47 47 public Vector<RelationshipListItem> getRelationships(Integer personId, Integer relationshipTypeId) { 48 // hack to make sure other relationships aren't still hanging around 49 Context.clearSession(); 50 48 51 Vector<RelationshipListItem> ret = new Vector<RelationshipListItem>(); 49 52 List<Relationship> rels = Context.getPersonService().getRelationships(Context.getPersonService().getPerson(personId));