Changeset 3407
- Timestamp:
- 02/15/08 19:06:28 (11 months ago)
- Files:
-
- openmrs-modules/chica/.classpath (modified) (1 diff)
- openmrs-modules/chica/lib-common/atd-1.05.jar (deleted)
- openmrs-modules/chica/lib-common/atd-1.06.jar (added)
- openmrs-modules/chica/src/org/openmrs/module/chica/impl/ChicaServiceImpl.java (modified) (1 diff)
- openmrs-modules/chica/src/org/openmrs/module/chica/service/ChicaService.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/chica/.classpath
r3400 r3407 66 66 <classpathentry kind="lib" path="/dss/dist"/> 67 67 <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"/>69 68 <classpathentry kind="lib" path="lib-common/dss-2.05.jar"/> 69 <classpathentry kind="lib" path="lib-common/atd-1.06.jar"/> 70 70 <classpathentry kind="output" path="bin"/> 71 71 </classpath> openmrs-modules/chica/src/org/openmrs/module/chica/impl/ChicaServiceImpl.java
r3400 r3407 78 78 79 79 public void produce(OutputStream output, PatientState state, 80 Patient patient,Integer encounterId) 80 Patient patient,Integer encounterId)throws Exception 81 81 { 82 82 ATDService atdService = (ATDService) Context.getService(ATDService.class); openmrs-modules/chica/src/org/openmrs/module/chica/service/ChicaService.java
r3388 r3407 23 23 String formInstanceIdTag)throws Exception; 24 24 public void produce(OutputStream output, PatientState state, 25 Patient patient,Integer encounterId) ;25 Patient patient,Integer encounterId)throws Exception; 26 26 public void addPSFStatistics(Patient patient, 27 27 DssElement currDssElement,