- Timestamp:
- 08/12/08 17:00:58 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/trunk/src/api/org/openmrs/api/PatientService.java
r5094 r5256 152 152 153 153 /** 154 * @deprecated replaced by {@link #getPatients(String, String, List, boolean)} 154 * @deprecated replaced by a call to 155 * {@link #getPatients(String, String, List, boolean)} with "false" as the last parameter 155 156 */ 156 157 @Transactional(readOnly = true)