Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This feature is a mini-programming environment for developing custom functions. Custom functions can be used to generate a CSV file of patient attributes matching some complex criteria, file data into a database, analyze complex message exchanges, or any task that isn't directly supported by HL7Spy.

...

  1. HL7Spy comes loaded with some sample functions
  2. There are some samples of goal oriented functions submitted by our users here: http://hl7spy.ca/hl7-code/
  3. Documentation of the available classes in HL7Spy.Core can be found here: HL7Spy.Core.chm  (Right-Click after downloading and "Unblock" to view)

Hello World!

When showing how to use a programming language/tool it is customary to print "Hello World!" since it is usually the simplest starting point. In HL7Spy we will set MSH-3 to "Hello World!" to keep with this tradition

...