|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When the first message definition was created, an OBX segment definition was created. In this segment definition, field 5 is defined to be of type ST (text string): This segment will successfully match messages whose OBX segments have text in field 5, but will not match OBX segments that have a numeric value in field 5. To indicate this, define a segment identity for the existing OBX segment to state that this segment expects text in field 5:
The next step is to define a second copy of the OBX segment that has NM as its segment identity. This segment definition will represent incoming OBX segments whose OBX.5 value is numeric. To define this second OBX segment:
|