CORE HL7 C# Scripting
Starting with version 2.1 of the CORE HL7 Listener you can write simple C# scripts (well, simple for C# coders of almost any level of proficiency) which can perform HL7 related tasks like:
•Modifying or tweaking HL7 messages as they are received by your Listener and before they are written out to the data folder.
•Full control over your HL7 Acknowledgements.
•Access or validate data from your Microsoft SQL or MySQL databases.
•Extracting embedded binary documents (like PDFs) in HL7 messages.
See Also: CORE HL7 C# Programmer's Reference
Using C# in the CORE HL7 TCP/IP Listener
The YouTube video above does a complete walk-through of how to create a CORE HL7 C# Script, test it in the CORE HL7 Viewer and then import it into your CORE HL7 Listener and run it.
See Also:
•Scripting Application Downloads

