Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/13/08 14:23:46 (4 months ago)
Author:
kevjay
Message:

logicws: temporarily removed cohort definition functionality so that logicws will work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/logicws/web/src/org/openmrs/module/logicws/web/FilterResource.java

    r4357 r4915  
    2727                        + c.getCohortId() + "\" type=\"static\" />"); 
    2828            } 
     29             
     30            /* 
    2931            for (PatientFilter pf : Context.getReportObjectService() 
    3032                    .getAllPatientFilters()) { 
     
    3234                        + pf.getReportObjectId() + "\" type=\"dynamic\" />"); 
    3335            } 
    34  
     36                */ 
    3537            out.print("</filterList>"); 
    3638            break;