Package org.domain.rhims.manager

Interface Summary
CaseManager The CaseManager is the business/application logic that handles the CaseFiles between patients and clinicians in the system.
DataEvaluationManager The DataEvaluationManager is the business/application logic that handles the medical data that is received by the application and compares it with possible guidelines.
DataRetrievalManager The DataRetrievalManager is the business/application logic that handles extracting medical data that has been stored by the application.
DeviceInputManager The DeviceInputManager is the business/application logic that handles the medical data that is received by the application.
GuidelineManager The GuidelineManager is the business/application logic that handles the DataGuidelines established for Patients in the system.
UserManager The UserManager is the business/application logic that handles the users of the system, such as clinicians and patients.
 

Class Summary
CaseManagerAction This class provides an implementation of the CaseManager.
DataEvaluationManagerAction This class provides an implementation of the DeviceInputManager.
DataRetrievalManagerAction This class provides an implementation of the DataRetrievalManager.
DeviceInputManagerAction This class provides an implementation of the DeviceInputManager.
GuidelineManagerAction This class provides an implementation of the GuidelineManager.
UserManagerAction This class provides an implementation of the UserManager.