Background Service Manager

From OpenEMR Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

OpenEMR (as of version 4.1.2) has a mechanism for running/tracking background services (GUIs are at Administration->Reports->Services). This mechanism scans through the available services and executes the corresponding service calls at a configurable frequency, to allow for seamless integration of background activities. The mechanism was created to allow regular retrieval of incoming Direct messages. It can be readily extended to any number of additional services. Please see the following script documentation for details: