Smile CDR v2024.08.PRE
On this page:
   46.86    Listener Interceptors 46.88    HL7 v2.x Listening Endpoint   

46.87.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)

46.87.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 = 

46.87.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 = 
   46.86    Listener Interceptors 46.88    HL7 v2.x Listening Endpoint