Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V
C
calculateGraph()
- Method in class
ServletGraph
calculateGraph calculates the pixel offset for graph data
CaseDAO
- Interface in
org.domain.rhims.dao
The CaseDAO is responsible for interacting with the persistence of the case files that hold the relationship between Patients and Clinicians.
CaseDAOMySQL
- Class in
org.domain.rhims.dao
This EJB provides a MySQL specific implementation of the CaseDAO.
CaseDAOMySQL()
- Constructor for class org.domain.rhims.dao.
CaseDAOMySQL
CaseFile
- Class in
org.domain.rhims.entity
CaseFile()
- Constructor for class org.domain.rhims.entity.
CaseFile
CaseFile(Patient, Clinician)
- Constructor for class org.domain.rhims.entity.
CaseFile
CaseManager
- Interface in
org.domain.rhims.manager
The CaseManager is the business/application logic that handles the CaseFiles between patients and clinicians in the system.
CaseManagerAction
- Class in
org.domain.rhims.manager
This class provides an implementation of the CaseManager.
CaseManagerAction()
- Constructor for class org.domain.rhims.manager.
CaseManagerAction
check(double)
- Method in class org.domain.rhims.entity.
DataGuideline
Perform a "check" of the supplied value and return if it was above, below, or within the set guideline values.
check(double)
- Method in class org.domain.rhims.entity.
PulseGuideline
Clinician
- Class in
org.domain.rhims.entity
The Clinician class is used to represent a doctor, nurse, etc.
Clinician()
- Constructor for class org.domain.rhims.entity.
Clinician
Clinician(String, String, String, String, String, String, String)
- Constructor for class org.domain.rhims.entity.
Clinician
Constructor for creating a new Clinician
convertToPixels(int, int, int, int)
- Method in class
ServletGraph
Converts a Data point into the pixel representation
createCase(CaseFile)
- Method in interface org.domain.rhims.dao.
CaseDAO
Save a new CaseFile.
createCase(CaseFile)
- Method in class org.domain.rhims.dao.
CaseDAOMySQL
createCase(Patient, Clinician)
- Method in interface org.domain.rhims.manager.
CaseManager
This method creates a new CaseFile between the supplied Patient and Clinician.
createCase(long, long)
- Method in interface org.domain.rhims.manager.
CaseManager
This method creates a new CaseFile between the Patient and Clinician that have the respective supplied ID numbers.
createCase(Patient, Clinician)
- Method in class org.domain.rhims.manager.
CaseManagerAction
createCase(long, long)
- Method in class org.domain.rhims.manager.
CaseManagerAction
CreateCaseBackingBean
- Class in
org.domain.rhims.backing
This class functions as a backing bean for creating cases between clinicians and patients.
CreateCaseBackingBean()
- Constructor for class org.domain.rhims.backing.
CreateCaseBackingBean
createGuideline(DataGuideline)
- Method in interface org.domain.rhims.dao.
GuidelineDAO
Save the supplied DataGuideline
createGuideline(DataGuideline)
- Method in class org.domain.rhims.dao.
GuidelineDAOMySQL
CreateGuidelineBackingBean
- Class in
org.domain.rhims.backing
This class functions as a backing bean for creating Guidelines for patient cases.
CreateGuidelineBackingBean()
- Constructor for class org.domain.rhims.backing.
CreateGuidelineBackingBean
createPulseGuideline(Patient, Clinician, double, double)
- Method in interface org.domain.rhims.manager.
GuidelineManager
Create a new guideline and associate it with the CaseFile of the supplied Clinician and Patient
createPulseGuideline(Patient, Clinician, double, double)
- Method in class org.domain.rhims.manager.
GuidelineManagerAction
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V