Does the GetValueAt method of an EnsLib.HL7.message object change the contents of the HL7 message?
We want to do two things, given an incoming HL7 message, in our production:
- transform the HL7 to XML, where the class TNHS.Utils.HL7toXML provides the same methods as, for example, EnsLib.HL7.Util.FormatSimpleXMLv2:
set"""" - extract a value from a particular field in the message:
If we sequence these as (1) generate XML, (2) extract value using GetValueAt, it works.

.png)



