Integrating with external data
If you need to make external data available to a data page, you must overwrite and modify the data page to connect to the desired data source.
Pega Smart Claims Engine for Healthcare contains pre-configured data pages that populate data for claim processing. These data pages use the Pega Foundation for Healthcare's data and object model, and they are delivered with your application.
Some of these data pages represent static data (for example, Procedure Codes) which are loaded into memory to support fast lookup. These tables typically exist at the node level and are shared by all users. The system creates other data pages for the specific claim being processed. For a list of pre-configured data pages, see Pega Smart Claims Engine for Healthcare pre-configured data pages.
- In Dev Studio, click Records > Data Model > Data Page.
- Select the data page to modify.
- Inthe Data sources section, connect to the desired data source, and then click Save as from the Save drop-down menu.
- Complete the Data Page Record Configuration page, and then click Create and open.
- Save your changes.
Previous topic Claims – PUT (update) claim Next topic Integrating with REST APIs