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 sc = message.OutputToLibraryStream(xmlstream,"","","TNHS.Utils.HL7toXML") - extract a value from a particular field in the message:
Set ReportId = message.GetValueAt("PIDgrpgrp(1).ORCgrp(1).ORC:3.1")
.png)
.png)

