From: Davies, B. <Bri...@Mc...> - 2015-11-16 20:00:33
|
I have a structure which follows the order in a segment MSH ZDD Field Sequence Marital Status 1 Age 3 DOB 4 In the example above there is no field in sequence 2. The field can exist but it is only conditional. I tried overriding the numFields(), getNames(), getTypedField() and even placed a field in sequence position 2, but the values of the fields are out of sync i.e. DOB =Value of Age field etc. |