public class DWRCohortService extends Object
CohortService via the dwr
package| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
DWRCohortService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPatientToCohort(Integer cohortId,
Integer patientId)
|
Vector<ListItem> |
getCohorts()
Returns a Vector<ListItem> of all saved Cohorts
|
Vector<ListItem> |
getCohortsContainingPatient(Integer patientId)
Returns a Vector<ListItem> of all saved Cohorts containing the
Patient identified by
patientId |
void |
removePatientFromCohort(Integer cohortId,
Integer patientId)
|
public Vector<ListItem> getCohorts()
Copyright © 2015 OpenMRS Inc.. All rights reserved.