User bio
404 bio not found
Member since Dec 7, 2017
Posts:
Replies:
Thank you Jeffrey for the suggestion. As you said there is a max length limit for RawContent property. I modified the code as below;
Set tMessage = ##class(%Stream.GlobalCharacter).%New()
Set tHL7 = ##class(EnsLib.HL7.Message).%OpenId(pID)
Do tHL7.OutputToLibraryStream(.tMessage)
Resolution/workaround - https://community.intersystems.com/post/sql-outbound-adapter-execute-pro...
Certifications & Credly badges:
Nirshanthini has no Certifications & Credly badges yet.
Global Masters badges:
Nirshanthini has no Global Masters badges yet.
Followers:
Following:
We tried to use tResult.%SQLCODE option also, but we got the same results. It didn't return any result.