Dynamic Class Referencing in Code Management Layer
Dynamic Class Referencing (DCR) is a pattern to avoid hardcoding of class names, flow names, workbasket names and so on 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, need to only Save- 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 Use case 7.2: Search for Terms/Codes Next topic Configuration