Changeset 4189 for openmrs/trunk/src/api/org/openmrs/PersonAttribute.java
- Timestamp:
- 05/13/08 13:12:05 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/trunk/src/api/org/openmrs/PersonAttribute.java
r4158 r4189 338 338 Object o = getHydratedObject(); 339 339 if (o instanceof Attributable) 340 return "" + o;340 return ((Attributable)o).getDisplayString(); 341 341 342 342 return this.value;