Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/06/08 00:36:37 (8 months ago)
Author:
djazayeri
Message:

Allow voiding the obs that exits a patient from care. Added global property listeners and supporting infrastructure. The xml for this needs to be changed slightly, but the method signatures are fine.
Also fixing CR/LF issue in a few files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/web/org/openmrs/web/controller/patient/PatientDashboardController.java

    r4095 r4113  
    152152                                                patientVariation = "Exited"; 
    153153                                        } 
    154                                 } else
     154                                } else if (patientExitObs.size() > 1)
    155155                                        log.error("Too many reasons for exit - not putting data into model"); 
    156156                                }