Correction settings allow the Hyland Healthcare OnBase Adapter to handle requests submitted to the Healthcare Corrections Solution from Hyland Clinician Window.
To configure correction settings:
- Open appsettings.Production.json of the Hyland Healthcare OnBase Adapter in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HylandHealthcareOnBaseAdapter.
-
Under ADAPTEE, set the CorrectionLifeCycleID setting to the ID number of the Workflow life cycle where correction forms are sent for the Healthcare Corrections Solution.
If the CorrectionLifeCycleID setting is not specified, then the Flag for Correction button is not available in Hyland Clinician Window.
-
Under CorrectionModelToPostDataMapping, map keys sent in the correction POST request to fields on the correction form.
A single key can be mapped to multiple fields to populate both an E-Form field and a Keyword Type.
The following keys are available for mapping:
Setting
Description
comments
Maps the Details field from the Clinician Window correction form to the corresponding OnBase E-Form field.
For example:
"comments": [ "txtareaComments" ],
reason
Maps the Correction Type field from the Clinician Window correction form to the corresponding OnBase E-Form field and Keyword Type.
For example:
"reason": [ "chkCorrectiontype", "OBKey_Correction_Type_1" ],
urgent
Maps the Urgent check box from the Clinician Window correction form to the corresponding OnBase E-Form field and Keyword Type.
For example:
"urgent": [ "chkUrgent", "OBKey_Priority_1" ]
- Save appsettings.Production.json.
- Recycle the Hyland Healthcare OnBase Adapter application pool.