Please enable JavaScript to view this site.

CORE HL7 Viewer

In the CORE HL7 C# Script subsystems there are 3 basic types of scripts that you can create. How you create them is really up to you. If you are extremely proficient you can start with a blank document in Notepad and just write the C# code for your script. As long as it follows the conventions laid out in the CORE HL7 C# Script Reference it will compile and work. When you create a new script in any CORE HL7 Script library you will be presented with a choice of "default" scripts for you to start with. You choose which "default" script will most closely match what you want to do and it will give you a great starting point for you. The 3 basic types of scripts are outlined below:

 

Type 1 Scripts

 

A Type 1 script is a script which will have HL7 messages passed into it, one at a time by the Script Hosting application. Typically these types of scripts will perform actions on that single message and then discard it. This is the most common type of script it should be designed to QUICKLY perform whatever actions you need and then EXIT (return). Below is an example of the "Default" Type 1 script.

 

 

 


 

Type 2 Scripts

 

A Type 2 script is a script which will NOT have HL7 messages passed into it. This type of script you can write to perform one or more discrete actions and then EXIT (return), OR it can be designed to run "continuously" until the Script Hosting Application (in this case the CORE HL7 Viewer) tells it to STOP. The boundaries are really that of your own imagination.

 

 

 


 

Type 3 Scripts (Listener)

 

A Type 3 script is designed to run with a CORE HL7 Listener Hosting application. It will have a single HL7 message AND the Acknowledgement HL7 message passed into it by the hosting application.

 

 

 

Create Scripts for the CORE HL7 Listener

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC