org.openmrs.report
Interface MapDataSet<T>
- All Superinterfaces:
- DataSet, java.lang.Iterable
- All Known Implementing Classes:
- CohortDataSet
Deprecated. see reportingcompatibility module
@Deprecated
public interface MapDataSet<T>
- extends DataSet
DataSet which is key-value pairs, instead of a full two-dimensional table
Method Summary |
java.util.Map<java.lang.String,T> |
getData()
Deprecated. |
getData
java.util.Map<java.lang.String,T> getData()
- Deprecated.
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change