Hello community,
I am trying to see the complete HL7 message for the class EnsLib.HL7.Message.
But it is showing the truncated version only.
I also tried to convert to stream
d msg.OutputToLibraryStream(.streammsg)
s newmsg=##class(EnsLib.HL7.Message).ImportFromLibraryStream(streammsg)
While (streammsg.AtEnd = 0) {
Set len = 1000
Set tPrintMessage=newstream.Read(.len)
Write tPrintMessage
}
But when i print it, its not showing complete message.
Any idea or suggestions?
Thank you in advance.
Jimmy Christian.