AlexFJaxFL
AlexFJaxFL
> hi @AlexFJaxFL do you have any example code? Public Shared Function ParseHL7Messages(HL7Messages As String, FType As FeedType) As Boolean Dim MsgType As String = "" Dim SendingApp As String...
> also @AlexFJaxFL might be worth checking #105 to see if this issue is similar or not? i can see there is certain correlation between my issue and discussion that...
maybe this structure does not match what your engine parser is expecting ..
Ok, this information is very helpful indeed and will be used for .pdf related feeds which we have plenty. What approach should I use if incoming hl7 message contains .rtf...
> @AlexFJaxFL I think you can use a similar approach to the pdf for rtf files. ok, data does not come in to us in the same format so i...
it appears other data types in OBX-2 (like ST, TX and ED which is used in your example above) work with nhapi parser just fine, however, in our case, we...
> @AlexFJaxFL do you have some sample code? I suspect it could be something to do with special character escaping etc ```vbnet Public Shared Function TryParseMessage(HL7Message As String) As String...