public class DWRCohortService
extends java.lang.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(java.lang.Integer cohortId,
                  java.lang.Integer patientId)
 | 
java.util.Vector<ListItem> | 
getCohorts()
Returns a Vector 
 | 
java.util.Vector<ListItem> | 
getCohortsContainingPatient(java.lang.Integer patientId)
Returns a Vector 
Patient identified by
 patientId | 
void | 
removePatientFromCohort(java.lang.Integer cohortId,
                       java.lang.Integer patientId)
 | 
public void addPatientToCohort(java.lang.Integer cohortId,
                               java.lang.Integer patientId)
public void removePatientFromCohort(java.lang.Integer cohortId,
                                    java.lang.Integer patientId)
public java.util.Vector<ListItem> getCohorts()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.