Changeset 4915
- Timestamp:
- 07/13/08 14:23:46 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/logicws/web/src/org/openmrs/module/logicws/web/FilterResource.java
r4357 r4915 27 27 + c.getCohortId() + "\" type=\"static\" />"); 28 28 } 29 30 /* 29 31 for (PatientFilter pf : Context.getReportObjectService() 30 32 .getAllPatientFilters()) { … … 32 34 + pf.getReportObjectId() + "\" type=\"dynamic\" />"); 33 35 } 34 36 */ 35 37 out.print("</filterList>"); 36 38 break;