The DefPopChartAssigningAuthority setting controls whether the assigning authority is used on the chart and is specific to systems using Epic integration.
Note:
For information on using assigning authority outside of Epic integrations, see Using Assigning Authorities.
If the system is configured to require chart-level assigning authority, this setting allows the configuration of a single assigning authority used to retrieve Epic charts.
By default, this setting is not included in the Application Server's Web.config file. To add the DefPopChartAssigningAuthority setting:
- Open the Application Server's Web.config file (not DeficiencyPop's Web.config file) in a plain-text editor, such as Notepad.
- In the <appsettings> node, add <add key="DefPopChartAssigningAuthority" value="AA" /> where AA is the assigning authority value.
- Save the Application Server's Web.config file.