Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/10/08 18:37:29 (5 months ago)
Author:
kevjay
Message:

logicws: Added initial support for logic service queries with aggregates in the request for all three data styles.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/logicws/test/org/openmrs/module/logicws/test/LogicWsTest.java

    r5144 r5220  
    66import java.util.Set; 
    77 
    8 import org.apache.commons.logging.Log; 
    9 import org.apache.commons.logging.LogFactory; 
    108import org.openmrs.Cohort; 
    119import org.openmrs.Obs; 
     
    2220 * Test Logic Service API. 
    2321 *  
    24  * @author Justin Miranda 
     22 * @author Kevin Peters 
    2523 */ 
    2624public class LogicWsTest extends BaseModuleContextSensitiveTest { 
    27  
    28     // Logger 
    29     private static Log log = LogFactory.getLog(LogicWsTest.class); 
    3025 
    3126    /* 
     
    7974     *  
    8075     * System.out.println(Context.getLogicService().getTagsByToken("GENDER")); 
    81      * //Context.getLogicService(). 
    82      *  } 
     76     * //Context.getLogicService(). } 
    8377     */ 
    8478