- Log in to post comments
User bio
404 bio not found
Member since Dec 7, 2017
Posts:
Nirshanthini has not published any posts yet.
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 pID = pReq.getId()
Set tMessage = ##class(%Stream.GlobalCharacter).%New()
Set tHL7 = ##class(EnsLib.HL7.Message).%OpenId(pID)
Do tHL7.OutputToLibraryStream(.tMessage)
set arrParam(1)= tMessage.Read()
- Log in to post comments
Resolution/workaround - https://community.intersystems.com/post/sql-outbound-adapter-execute-pr…
- Log in to post comments
Certifications & Credly badges:
Nirshanthini has no Certifications & Credly badges yet.
Followers:
Nirshanthini has no followers yet.
Following:
We tried to use tResult.%SQLCODE option also, but we got the same results. It didn't return any result.