Archive
Category: HL7
-

Make MLLP two way send work
For the service broker solution I am building, I have to embed in the receive pipeline of the two way MLLP send adapter to poll for the next…
-

HL7 Notes (6): Passthrough ACK pipeline component
In the testing scenarios, we are dealing with multiple systems. One frustration for me is, I need to simulate those systems but (to my knowledge) only way to…
-

HL7 Notes (4)
So scenario is from SAP to HL7, using the BATHL assembler in the send side to serialize the HL7 stream to flat file format then relay via MLLP…
-

How to trick BizTalk process all trigger events for a domain
Problem is if you come up with a custom trigger event within a domain, i.e. ADT_ZZZ, the accelerator requires not only update the MSH schema, but also create…
-

What’s inside HL72fDasm Component
// if set passthrough to true, then this disassembler is a passthrough componentobject obj2 = inMsg.Context.Read(“PassThru”, “http://HL7Schemas.HeaderPropertySchema”);if ((obj2 != null) && ((bool) obj2)) { this.mCalledFirstTime = false; this.mMessageList[0]…