org.domain.rhims.backing
Class CreateCaseBackingBean

java.lang.Object
  extended by 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.


Constructor Summary
CreateCaseBackingBean()
           
 
Method Summary
 long getClinicianID()
           
 java.util.List<Clinician> getClinicianList()
           
 void getClinicians()
          This method interacts with the UserManager to get the list of available Clinicians in the system.
 Clinician getCurrentClinician()
           
 Patient getCurrentPatient()
           
 long getPatientID()
           
 void getPatients()
          This method interacts with the UserManager to get the list of available Patients in the system.
 java.util.List<javax.faces.model.SelectItem> getSelect()
           
 void setClinicianID(long clinicianID)
           
 void setClinicianList(java.util.List<Clinician> clinicianList)
           
 void setCurrentClinician(Clinician currentClinician)
           
 void setCurrentPatient(Patient currentPatient)
           
 void setPatientID(long patientID)
           
 void setSelect(java.util.List<javax.faces.model.SelectItem> select)
           
 java.lang.String submit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCaseBackingBean

public CreateCaseBackingBean()
Method Detail

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()