First, if you have not already done so, go to the chapter of the HL/7 Guide for the release of the variant and look in the chapter which describes the recommended layout of the RXA segment. For example, HL/7 version 2.4 the pertinent information is in Chapter 4 I think.
That will tell you the components and their meaning which should be in RXA-11.
Next, look at the sending system’s specification to see how they are using this field.
Next, the CM Data Type is a generic Data Type which can have any number of components. Thus in the Xlate in Cloverleaf(R) you won’t see a specific component by component breakdown when you try to explode the field in the Inbound Message tree for any field which has this Data Type.
Instead, you have to know what you expect (hence using the vendor’s spec and the standard guide) and you need to make references utilizing the address path notation in the Xlate.
For example, to COPY the first component you would put something like the following (your exact address path may be different but this should get the point across):
4(0).0(0).0(0).RXA.00353.[0]
To get the second component:
4(0).0(0).0(0).RXA.00353.[1]
To get the third component:
4(0).0(0).0(0).RXA.00353.[2]
and so on…
If you just wanted to copy all components then I think 4(0).0(0).0(0).RXA.00353 would do.
Jim Kosloskey
email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.