Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3668

Show
Ignore:
Timestamp:
03/19/08 19:12:07 (10 months ago)
Author:
tmdugan
Message:

-- chica

* cleaned up some code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/src/org/openmrs/module/chica/StudyManager.java

    r3662 r3668  
    44package org.openmrs.module.chica; 
    55 
    6 import java.util.ArrayList; 
    76import java.util.Collection; 
    87import java.util.Random; 
     
    1514import org.openmrs.api.ConceptService; 
    1615import org.openmrs.api.ObsService; 
    17 import org.openmrs.api.PatientService; 
    1816import org.openmrs.api.context.Context; 
    1917import org.openmrs.module.chica.hibernateBeans.Study; 
    20 import org.openmrs.module.chica.service.ChicaService; 
    2118import org.openmrs.module.chica.service.EncounterService; 
    2219 
  • openmrs-modules/chica/src/org/openmrs/module/chica/TeleformMonitor.java

    r3603 r3668  
    1717import org.openmrs.api.AdministrationService; 
    1818import org.openmrs.api.FormService; 
    19 import org.openmrs.api.PatientService; 
    2019import org.openmrs.api.context.Context; 
    2120import org.openmrs.api.context.ContextAuthenticationException; 
  • openmrs-modules/chica/src/org/openmrs/module/chica/advice/TriggerPatientAfterAdvice.java

    r3603 r3668  
    1111import org.openmrs.module.chica.hibernateBeans.Session; 
    1212import org.openmrs.module.chica.service.ChicaService; 
    13 import org.openmrs.module.chica.service.EncounterService; 
    1413import org.springframework.aop.AfterReturningAdvice; 
    1514 
  • openmrs-modules/chica/src/org/openmrs/module/chica/util/Util.java

    r3603 r3668  
    1010import org.openmrs.Obs; 
    1111import org.openmrs.Patient; 
    12 import org.openmrs.api.AdministrationService; 
    1312import org.openmrs.api.ObsService; 
    1413import org.openmrs.api.context.Context; 
    1514import org.openmrs.module.atd.hibernateBeans.FormAttributeValue; 
    1615import org.openmrs.module.atd.service.ATDService; 
    17 import org.openmrs.module.chica.impl.ChicaServiceImpl; 
    1816import org.openmrs.module.chica.service.EncounterService; 
    1917 
  • openmrs-modules/chica/test/org/openmrs/module/chica/nonInMemoryTests/TestProviderDatasource.java

    r3651 r3668  
    11package org.openmrs.module.chica.nonInMemoryTests; 
    22 
    3 import java.io.FileNotFoundException; 
    43import java.util.ArrayList; 
    54 
     
    3534        } 
    3635 
    37         public void testProviderDatasource() throws FileNotFoundException, Exception 
     36        public void testProviderDatasource() throws Exception 
    3837        { 
    3938                LogicService logicService = (ModuleLogicService) Context.getService(ModuleLogicService.class); 
  • openmrs-modules/chica/test/org/openmrs/module/chica/nonInMemoryTests/TestSetConceptRule.java

    r3651 r3668  
    11package org.openmrs.module.chica.nonInMemoryTests; 
    22 
    3 import java.io.FileNotFoundException; 
    43import java.util.ArrayList; 
    54 
     
    2524        } 
    2625 
    27         public void testSetConceptRule() throws FileNotFoundException, Exception 
     26        public void testSetConceptRule() throws Exception 
    2827        { 
    2928                DssService dssService = (DssService) Context.getService(DssService.class);