Parsing and Building HL7 2.x Messages
If you're working with Clojure and #HL7 messages, this library (mine) makes it easy to parse, alter and create your own messages. There's no more excuse not to properly acknowledge incoming messages! :P
(message/ack-message {:sending-app "MYAPP"
          :sending-facility "TEST LAB"
          :production-mode "P"
          :version "2.3"
          :text-message "Successfully received"}
          "AA" parsed-message)(message/ack-message {:sending-app "MYAPP"
          :sending-facility "TEST LAB"
          :production-mode "P"
          :version "2.3"
          :text-message "Successfully received"}
          "AA" parsed-message)Written by Christopher Miles
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Clojure 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
