Correction settings are provided for use with the Healthcare Corrections Solution.
To configure correction settings for the OnBase Healthcare API:
- Open appsettings.Production.json of the OnBase Healthcare API in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HCOnBaseAPI.
-
Configure the following settings under DOCCORRECTIONS:
Setting
Description
RequestStatusKeyTypeId
The ID number of the Request Status Keyword Type, which stores the request status on the correction form.
RequestStatusKeyValues
A semicolon-delimited list of Request Status values that indicate the correction form is active (not completed or canceled).
FormOptions | LifeCycleId
The ID number of the Workflow life cycle where the correction form is sent.
FormOptions | NameElementTag
The name of the input field that stores the submitter's name on the correction form.
FormOptions | PhoneNumberElementTag
The name of the input field that stores the submitter's phone number on the correction form.
- Save appsettings.Production.json.
- Recycle the application pool of the OnBase Healthcare API server.