Configuring a PCR Rule Set

Each PCR Rule Set must contain a rule class which inherits from the AbstractPCR class. This rule class is the class which produces the PCR results to be displayed to the case worker.

To create a PCR rule class, first create the rule class using the CER editor, naming the rule class appropriately.

The usage of the PCRRuleSet rule class guarantees that the required attributes are available during rules execution. For more information on setting up rule sets see the Cúram Express Rules Cookbook for further details.

A PCR rule set must inherit from the PCRRuleSet and provide an implementation for each of the six abstract attribute within the defined rule set. The description attribute is inherited from the root rule class and each solution must also provide its own implementation of this attribute.