Changeset 4113 for openmrs/trunk/src/web/org/openmrs/web/controller/patient/PatientDashboardController.java
- Timestamp:
- 05/06/08 00:36:37 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/trunk/src/web/org/openmrs/web/controller/patient/PatientDashboardController.java
r4095 r4113 152 152 patientVariation = "Exited"; 153 153 } 154 } else {154 } else if (patientExitObs.size() > 1) { 155 155 log.error("Too many reasons for exit - not putting data into model"); 156 156 }