Tag: HL7

  • HL7 Notes (3)

    BTAHL7 Flat File Assemble Pipeline Component – single message a) read value from MSH5.1, 5.2 and 5.3, comnbine them together as destination party b) read message send port name, lookup for its destination party. If there is party configured for that port, override step a) c) if EnablePartialNameResolution is checked, search 5.1+5.2 then try 5.1…

  • HL7 Notes (2)

    So working with HL7 is not that steep learning curve. Problem is there is lot to remember, by that I mean lots of table enumerations, data types etc. A lesson learnt today when I try to create a custom trigger event is, not only you change the namespaces, create a party definition, update the tables…

  • HL7 Notes (1)

    DASM can be utilized inside of any custom pipeline, so you are free to create pre- and post-processing on the message as desired. (so we can add custom pipeline component to a pipeline and include HL7DASM, one note on this, MLLP adapter is based on stream, so no seek in PLC designs) If you need…