Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3407

Show
Ignore:
Timestamp:
02/15/08 19:06:28 (11 months ago)
Author:
tmdugan
Message:

-- chica

* added changes to reflect atd 1.06

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/.classpath

    r3400 r3407  
    6666        <classpathentry kind="lib" path="/dss/dist"/> 
    6767        <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.3328.jar" sourcepath="/openmrs_logic/src"/> 
    68         <classpathentry kind="lib" path="lib-common/atd-1.05.jar" sourcepath="/atd/src"/> 
    6968        <classpathentry kind="lib" path="lib-common/dss-2.05.jar"/> 
     69        <classpathentry kind="lib" path="lib-common/atd-1.06.jar"/> 
    7070        <classpathentry kind="output" path="bin"/> 
    7171</classpath> 
  • openmrs-modules/chica/src/org/openmrs/module/chica/impl/ChicaServiceImpl.java

    r3400 r3407  
    7878         
    7979        public void produce(OutputStream output, PatientState state, 
    80                         Patient patient,Integer encounterId) 
     80                        Patient patient,Integer encounterId)throws Exception 
    8181        { 
    8282                ATDService atdService = (ATDService) Context.getService(ATDService.class); 
  • openmrs-modules/chica/src/org/openmrs/module/chica/service/ChicaService.java

    r3388 r3407  
    2323                        String formInstanceIdTag)throws Exception; 
    2424        public void produce(OutputStream output, PatientState state, 
    25                         Patient patient,Integer encounterId)
     25                        Patient patient,Integer encounterId)throws Exception
    2626        public void addPSFStatistics(Patient patient,  
    2727                        DssElement currDssElement,