Package org.domain.rhims.manager

Interface Summary
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.
UserManager The UserManager is the business/application logic that handles the users of the system, such as clinicians and patients.
 

Class Summary
DataRetrievalManagerAction This class provides an implementation of the DataRetrievalManager.
DeviceInputManagerAction This class provides an implementation of the DeviceInputManager.
UserManagerAction This class provides an implementation of the UserManager.