Smile CDR v2024.05.PRE
On this page:
   45.85    Listener Interceptors 45.87    HL7 v2.x Listening Endpoint   

45.86.1HL7 v2.x Listener Script

 

The HL7 v2.x Listener Script configuration category includes the following configurable options:

  • Listener Processing Script (File)

  • Listener Processing Script (Text)

45.86.2Property: Listener Processing Script (File)

 
Property Name Listener Processing Script (File)
Property Key
Property Type Resource Path
Description If specified, provides a script that is executed to provide processing logic for the endpoint. See Scripted Processing Mode for more information. Values should be prefixed with file: or classpath:.
Applies to Modules
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value (no default)
Example Property
module.[MODULE_ID].config.listener_script.file = 

45.86.3Property: Listener Processing Script (Text)

 
Property Name Listener Processing Script (Text)
Property Key
Property Type JAVASCRIPT
Description If specified, provides a script containing callback functions that are executed to enhance the processing logic for the endpoint. See Scripted Processing Mode for more information.
Applies to Modules
  • HL7 v2.x Listening Endpoint
  • HL7 v2.x Listening Endpoint (Deprecated)
Default Value (no default)
Example Property
module.[MODULE_ID].config.listener_script.text = 
   45.85    Listener Interceptors 45.87    HL7 v2.x Listening Endpoint