Step 5: Dynamic Class Referencing in the PegaHC Core Layer
Dynamic Class Referencing (DCR) is a pattern to avoid hardcoding of class names, flow names, workbasket names and soon at an application level so that the implementation layers can easily extend the application.
Pega Foundation for Healthcare has implemented the DCR approach using a data page and data transforms. Using this approach, any specialized layer that is built on the PegaHealthCodes layer, is saved as the data transform rules in the specialized layer ruleset to update the class names, flow names and add any additional property mappings. This approach will dynamically set the specialized layer’s class names, flow names and any other values to the appropriate clipboard pages at run time.
Previous topic Defining the X12 834 outbound file path Next topic Configuring DCR