Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/06/08 00:36:37 (7 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/metadata/api/spring/applicationContext-service.xml

    • Property svn:eol-style set to CRLF
    r3905 r4113  
    171171        <bean id="adminServiceTarget" class="org.openmrs.api.impl.AdministrationServiceImpl"> 
    172172                <property name="administrationDAO"><ref bean="adminDAO"/></property>     
     173                <property name="eventListeners"><ref bean="openmrsEventListeners"/></property> 
    173174        </bean> 
    174175        <bean id="programWorkflowServiceTarget" class="org.openmrs.api.impl.ProgramWorkflowServiceImpl">