I finally got my OUTbound to create multiple OBX segments.
Lets say that my result set will return 5 rows of OBX data.
If my HL7 message templet does not have 5 rows of OBX in it it will give me the Cannot set property OBX.1 of undefined to 6.
So I have to go into my templet and add another OBX row and it works.
I am not going to know how many rows are going to be generated.
Is there a way around this or is this a bug?
Lets say that my result set will return 5 rows of OBX data.
If my HL7 message templet does not have 5 rows of OBX in it it will give me the Cannot set property OBX.1 of undefined to 6.
So I have to go into my templet and add another OBX row and it works.
I am not going to know how many rows are going to be generated.
Is there a way around this or is this a bug?
Comment