- 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Enable Receiver
- Updated on 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Step Details | |
Introduced in Version | 8.19.0 |
Last Modified in Version | 9.1.0 |
Location | HL7 > Interface Steps |
This HL7 module step allows receivers to be enabled when they are activated. Provide the receiver's ID to the step. This eliminates the need to enable a receiver manually.
Prerequisites
This step requires the HL7 module to be installed before it will be available in the toolbox.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Id | Id of the desired receiver. | String |
Common Errors
Exception Message:
Object reference not set to an instance of an object.
Exception invoking method EnableReceiver on class InterfaceSteps.
Issue:
The error message received when using an incorrect ID provides no hints regarding the underlying issue.
Reason:
This error occurs when an invalid or non-existent ID is used for the Enable Emitter/Receiver or Disable Emitter/Receiver steps. As a result, the object reference is not properly set, leading to the exception.
Fix:
While the Flow continues, any warnings will be recorded in the Logging Dashboard under System > Administration > System Tools. If an invalid ID is specified for the Enable or Disable Emitter/Receiver steps, the Flow will proceed, but a log entry will indicate that the emitter ID was not found.
Step Changes
Description | Version | Release Date | Developer Task |
---|---|---|---|
Added Enable Receiver step. | 8.19 | March 27, 2024 | [DT-040377] |
Updated the error message for when an incorrect ID is entered into the Enable/Disable Receiver/Emitter steps to make it easier to determine why the error occurred. | 9.1 | June 2024 | [DT-040537] |