Uses of Package
org.domain.rhims.manager

Packages that use org.domain.rhims.manager
org.domain.rhims.backing   
org.domain.rhims.manager   
 

Classes in org.domain.rhims.manager used by org.domain.rhims.backing
DeviceInputManager
          The DeviceInputManager is the business/application logic that handles the medical data that is received by the application.
UserManager
          The UserManager is the business/application logic that handles the users of the system, such as clinicians and patients.
 

Classes in org.domain.rhims.manager used by org.domain.rhims.manager
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.