A B C D E G H I L M O P R S T U V

G

Gender - Enum in org.domain.rhims.entity
 
getAdministrator(String, String) - Method in interface org.domain.rhims.dao.UserDAO
This method retrieves an Administrator based on their username and password.
getAdministrator(String, String) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getAge() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getAge() - Method in class org.domain.rhims.entity.Patient
 
getAllClinicians() - Method in interface org.domain.rhims.dao.UserDAO
This method returns a list of all the Clinicians in the system
getAllClinicians() - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getAllClinicians() - Method in interface org.domain.rhims.manager.UserManager
This method gets a list of all the Clinicians in the system.
getAllClinicians() - Method in class org.domain.rhims.manager.UserManagerAction
 
getAllPatients() - Method in interface org.domain.rhims.dao.UserDAO
This method returns a list of all the Patients in the system
getAllPatients() - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getAllPatients() - Method in interface org.domain.rhims.manager.UserManager
This method gets a list of all the Patients in the system.
getAllPatients() - Method in class org.domain.rhims.manager.UserManagerAction
 
getCase(Patient, Clinician) - Method in interface org.domain.rhims.dao.CaseDAO
Retrieve the CaseFile between the supplied patient and clinician.
getCase(Patient, Clinician) - Method in class org.domain.rhims.dao.CaseDAOMySQL
 
getCase(Patient, Clinician) - Method in interface org.domain.rhims.manager.CaseManager
This method retrieves the CaseFile for the supplied Patient, Clinician combo.
getCase(Patient, Clinician) - Method in class org.domain.rhims.manager.CaseManagerAction
 
getCaseFile() - Method in class org.domain.rhims.entity.DataGuideline
 
getCaseID() - Method in class org.domain.rhims.entity.CaseFile
 
getCases(Patient) - Method in interface org.domain.rhims.dao.CaseDAO
Retrieve all the CaseFiles that contain the supplied Patient
getCases(Patient) - Method in class org.domain.rhims.dao.CaseDAOMySQL
 
getCases(Patient) - Method in interface org.domain.rhims.manager.CaseManager
Retrieves all of the cases associated with Patient patient
getCases(Patient) - Method in class org.domain.rhims.manager.CaseManagerAction
 
getClinician(long) - Method in interface org.domain.rhims.dao.UserDAO
This method retrieves a Clinician based on their unique userID number.
getClinician(String) - Method in interface org.domain.rhims.dao.UserDAO
This method retrieves a Clinician based on their username.
getClinician(long) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getClinician(String) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getClinician() - Method in class org.domain.rhims.entity.CaseFile
 
getClinician(String) - Method in interface org.domain.rhims.manager.UserManager
This method retrieves a Clinician given their username
getClinician(String) - Method in class org.domain.rhims.manager.UserManagerAction
 
getClinicianID() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getClinicianList() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getClinicians() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
This method interacts with the UserManager to get the list of available Clinicians in the system.
getClinicians() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
This method interacts with the UserManager to get the list of available Clinicians in the system.
getClinicianUsername() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
 
getCurrentClinician() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getCurrentPatient() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getData() - Method in class org.domain.rhims.backing.DataRetrievalBackingBean
This method interacts with the DataRetrievalManager to get the list of medical data for the supplied patientID.
getData() - Method in class simulationlogic.HealthCommunicator
returns health data for this packet, null if no data in packet; This is mainly used for debugging purposes
getDataType() - Method in class simulationlogic.HealthInformation
returns string representing dataType
getDepartment() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getDepartment() - Method in class org.domain.rhims.entity.Clinician
 
getDeviceInputManager() - Method in class org.domain.rhims.backing.DataEntryBackingBean
 
getEmailAddress() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getEmailAddress() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getEmailAddress() - Method in class org.domain.rhims.entity.User
 
getFirstName() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getFirstName() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getFirstName() - Method in class org.domain.rhims.entity.User
 
getGender() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getGender() - Method in class org.domain.rhims.entity.Patient
 
getGuidelineDescription() - Method in class org.domain.rhims.entity.DataGuideline
 
getGuidelineDescription() - Method in class org.domain.rhims.entity.PulseGuideline
 
getGuidelines(CaseFile, String) - Method in interface org.domain.rhims.dao.GuidelineDAO
Retrieve all the DataGuidelines for the supplied CaseFile
getGuidelines(CaseFile, String) - Method in class org.domain.rhims.dao.GuidelineDAOMySQL
 
getGuidelines(Patient, Clinician, String) - Method in interface org.domain.rhims.manager.GuidelineManager
Get a list of all the DataGuidelines for a given CaseFile, finds the CaseFile based on the supplied patient and clinician
getGuidelines(Patient, Clinician, String) - Method in class org.domain.rhims.manager.GuidelineManagerAction
 
getGuidelineTypeDescription() - Method in class org.domain.rhims.entity.DataGuideline
Get the string description of what medical data value this guideline is for.
getGuidelineTypeDescription() - Method in class org.domain.rhims.entity.PulseGuideline
 
getHealthData() - Method in class simulationlogic.HealthInformation
returns health data as an integer
getLastName() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getLastName() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getLastName() - Method in class org.domain.rhims.entity.User
 
getList() - Method in class Graph
getList generates random numbers for heart rate and adds them to the ArrayList
getList() - Method in class ServletGraph
For Testing Purposes
getLowerBound() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
 
getLowerBound() - Method in class org.domain.rhims.entity.PulseGuideline
 
getMedicalData() - Method in class org.domain.rhims.backing.DataEntryBackingBean
 
getMedicalData() - Method in class org.domain.rhims.entity.MedicalDataValue
Retrieve the actual data value
getMedicalData() - Method in class org.domain.rhims.entity.Pulse
 
getMedicalDataList() - Method in class org.domain.rhims.backing.DataRetrievalBackingBean
 
getMedicalDataPulse(String) - Method in interface org.domain.rhims.dao.MedicalDataDAO
This method returns a list containing all Pulse medical data values for a particular patient.
getMedicalDataPulse(String) - Method in class org.domain.rhims.dao.MedicalDataDAOMySQL
 
getMedicalDataPulse(String) - Method in interface org.domain.rhims.manager.DataRetrievalManager
This method retrieves a List of Pulse medical data for a given patient username
getMedicalDataPulse(String) - Method in class org.domain.rhims.manager.DataRetrievalManagerAction
 
getMedicalDataType() - Method in class org.domain.rhims.backing.DataEntryBackingBean
 
getMedicalDataTypeDescription() - Method in class org.domain.rhims.entity.MedicalDataValue
Get a string that describes what type of data this (i.e.
getMedicalDataTypeDescription() - Method in class org.domain.rhims.entity.Pulse
 
getPassword() - Method in class org.domain.rhims.backing.RegisterBackingBean
 
getPassword() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getPassword() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getPassword() - Method in class org.domain.rhims.entity.User
 
getPatient(long) - Method in interface org.domain.rhims.dao.UserDAO
This method retrieves a Patient based on their unique patientID number.
getPatient(String) - Method in interface org.domain.rhims.dao.UserDAO
This method retrieves a Patient based on their unique username.
getPatient(long) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getPatient(String) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getPatient() - Method in class org.domain.rhims.entity.CaseFile
 
getPatient() - Method in class org.domain.rhims.entity.MedicalDataValue
 
getPatient(String) - Method in interface org.domain.rhims.manager.UserManager
This method retrieves a Patient given their username
getPatient(String) - Method in class org.domain.rhims.manager.UserManagerAction
 
getPatientID() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getPatients() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
This method interacts with the UserManager to get the list of available Patients in the system.
getPatients() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
This method interacts with the UserManager to get the list of available Patients in the system.
getPatientUsername() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
 
getPatientUsername() - Method in class org.domain.rhims.backing.DataEntryBackingBean
 
getPatientUsername() - Method in class org.domain.rhims.backing.DataRetrievalBackingBean
 
getPatientUsername() - Method in class simulationlogic.HealthInformation
return patient username as a String
getPhoneNumber() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getPhoneNumber() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getPhoneNumber() - Method in class org.domain.rhims.entity.User
 
getPosition() - Method in class org.domain.rhims.entity.Administrator
 
getPrimaryKey() - Method in class org.domain.rhims.entity.DataGuideline
 
getPrimaryKey() - Method in class org.domain.rhims.entity.MedicalDataValue
 
getSelect() - Method in class org.domain.rhims.backing.CreateCaseBackingBean
 
getTimeStamp() - Method in class org.domain.rhims.backing.DataEntryBackingBean
 
getTimeStamp() - Method in class org.domain.rhims.entity.MedicalDataValue
 
getTimeStamp() - Method in class simulationlogic.HealthInformation
returns time stamp of this packets health data in form of Date
getUpperBound() - Method in class org.domain.rhims.backing.CreateGuidelineBackingBean
 
getUpperBound() - Method in class org.domain.rhims.entity.PulseGuideline
 
getURL() - Method in class simulationlogic.HealthCommunicator
returns URL
getUser(String, String) - Method in interface org.domain.rhims.dao.UserDAO
The getUser method retrieves a user based on their userName and password.
getUser(String, String) - Method in class org.domain.rhims.dao.UserDAOMySQL
 
getUserID() - Method in class org.domain.rhims.entity.User
 
getUserManager() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getUserManager() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getUsername() - Method in class org.domain.rhims.backing.RegisterBackingBean
 
getUsername() - Method in class org.domain.rhims.backing.RegisterClinicianBackingBean
 
getUsername() - Method in class org.domain.rhims.backing.RegisterPatientBackingBean
 
getUsername() - Method in class org.domain.rhims.entity.User
 
Graph - Class in <Unnamed>
Graph - Version one of applet for for graphing medical data Current default size is 500x360 All data values are are simulated
Graph() - Constructor for class Graph
 
GraphAppletServlet - Class in org.domain.rhims.backing
Servlet implementation class GraphAppletServlet
GraphAppletServlet() - Constructor for class org.domain.rhims.backing.GraphAppletServlet
 
GuidelineDAO - Interface in org.domain.rhims.dao
The GuidelineDAO is responsible for interacting with the persistence of the guidelines for Patients.
GuidelineDAOMySQL - Class in org.domain.rhims.dao
This EJB provides a MySQL specific implementation of the GuidelineDAO.
GuidelineDAOMySQL() - Constructor for class org.domain.rhims.dao.GuidelineDAOMySQL
 
GuidelineManager - Interface in org.domain.rhims.manager
The GuidelineManager is the business/application logic that handles the DataGuidelines established for Patients in the system.
GuidelineManagerAction - Class in org.domain.rhims.manager
This class provides an implementation of the GuidelineManager.
GuidelineManagerAction() - Constructor for class org.domain.rhims.manager.GuidelineManagerAction
 

A B C D E G H I L M O P R S T U V