Note : public note
Created: 5/8/2008 3:49:29 PM
Modified: 5/8/2008 3:49:32 PM
Project:
Advanced:
The simplest method of use is to have a single set of alertRegions for an output and a direct set of alert types for those regions.
The system should be set up so that AlertTypes and AlertRegions are all unique to the system and within the system. Then
only a single int is needed to identify a code, the RegionId and the AlertTypeCode respectively.
The Alert classes are based on the MIMOSA OSA EAI CRIS. Substitute the term Alert for Alarm. The OSA-CBM version
has a few extra parameters like those for hysterisis and hiSideAlert indicator.
The main principles for optional arguments are:
For those terms that are primary keys in CRIS: if they are not used, then they should be elsewhere in the information schema,
i.e. if Site is not specified use the site found in DataEventSet. For those terms that are not primary keys, like name, they may
simply be expected to be found in a database. In short, assume that they are not needed for an operational
monitoring system and would only make the system less efficient.