org.domain.rhims.backing
Class CreateCaseBackingBean
java.lang.Object
org.domain.rhims.backing.CreateCaseBackingBean
@Name(value="createCaseBackingBean")
public class CreateCaseBackingBean
- extends java.lang.Object
This class functions as a backing bean for creating cases between clinicians
and patients.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateCaseBackingBean
public CreateCaseBackingBean()
getPatients
@Factory(value="patientList")
public void getPatients()
- This method interacts with the UserManager to get the list of available
Patients in the system.
getClinicians
@Factory(value="clinicianList")
public void getClinicians()
- This method interacts with the UserManager to get the list of available
Clinicians in the system.
submit
public java.lang.String submit()
getPatientID
public long getPatientID()
setPatientID
public void setPatientID(long patientID)
getClinicianID
public long getClinicianID()
setClinicianID
public void setClinicianID(long clinicianID)
setCurrentClinician
public void setCurrentClinician(Clinician currentClinician)
getCurrentClinician
public Clinician getCurrentClinician()
setCurrentPatient
public void setCurrentPatient(Patient currentPatient)
getCurrentPatient
public Patient getCurrentPatient()
setClinicianList
public void setClinicianList(java.util.List<Clinician> clinicianList)
getClinicianList
public java.util.List<Clinician> getClinicianList()
setSelect
public void setSelect(java.util.List<javax.faces.model.SelectItem> select)
getSelect
public java.util.List<javax.faces.model.SelectItem> getSelect()