org.domain.rhims.backing
Class CreateGuidelineBackingBean

java.lang.Object
  extended by org.domain.rhims.backing.CreateGuidelineBackingBean

@Name(value="createGuidelineBackingBean")
public class CreateGuidelineBackingBean
extends java.lang.Object

This class functions as a backing bean for creating Guidelines for patient cases. It will be extended to include viewing and editing guidelines in the future.


Constructor Summary
CreateGuidelineBackingBean()
           
 
Method Summary
 void getClinicians()
          This method interacts with the UserManager to get the list of available Clinicians in the system.
 java.lang.String getClinicianUsername()
           
 double getLowerBound()
           
 void getPatients()
          This method interacts with the UserManager to get the list of available Patients in the system.
 java.lang.String getPatientUsername()
           
 double getUpperBound()
           
 void setClinicianUsername(java.lang.String clinicianUsername)
           
 void setLowerBound(double lowerBound)
           
 void setPatientUsername(java.lang.String patientUsername)
           
 void setUpperBound(double upperBound)
           
 java.lang.String submit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGuidelineBackingBean

public CreateGuidelineBackingBean()
Method Detail

getPatients

@Factory(value="patientListGuideline")
public void getPatients()
This method interacts with the UserManager to get the list of available Patients in the system.


getClinicians

@Factory(value="clinicianListGuideline")
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()

getPatientUsername

public java.lang.String getPatientUsername()

setPatientUsername

public void setPatientUsername(java.lang.String patientUsername)

getClinicianUsername

public java.lang.String getClinicianUsername()

setClinicianUsername

public void setClinicianUsername(java.lang.String clinicianUsername)

getLowerBound

public double getLowerBound()

setLowerBound

public void setLowerBound(double lowerBound)

getUpperBound

public double getUpperBound()

setUpperBound

public void setUpperBound(double upperBound)