go to post Prasanth Annamreddy · Dec 18 Hi, Here is the sample code Set DCJson= {"name":"Janko","surname":"Hrasko","colors":["blue","green","yellow"]} Set formatter=##class(%JSON.Formatter).%New() Set sc=formatter.FormatToString(DCJson,.tJsonStr) Set newMsg = ##class(Ens.StreamContainer).%New() Set newMsg.Stream = ##class(%Stream.GlobalCharacter).%New() do newMsg.Stream.Write(tJsonStr) W newMsg.Stream.Read() Output: { "name":"Janko", "surname":"Hrasko", "colors":[ "blue", "green", "yellow" ]} Thanks,
go to post Prasanth Annamreddy · Dec 17 Hi Scott, The Service configuration does not require credentials, but the DNS name is required. You must create a SQL Gateway connection with an ODBC connection name (localhost, superserver port), along with Healthashare credentials. Thanks,
go to post Prasanth Annamreddy · Dec 17 Hi, The HeaderId and Target are required parameters for tihs method. ClassMethod ResendDuplicatedMessage(pOriginalHeaderId As %String, Output pNewHeaderId As %String, pNewTarget As %String, pNewBody As %RegisteredObject, pNewSource As %String, pHeadOfQueue As %Boolean) As %Status Can try like Set tSC = ##class(Ens.MessageHeader).ResendDuplicatedMessage(context.tId,,context.pNewTarget) Thanks,
go to post Prasanth Annamreddy · Dec 24, 2024 Hi Bhargava, the link can provide you some code for FHIR transformations https://openexchange.intersystems.com/package/iris-healthtoolkit-service git clone https://github.com/grongierisc/iris-healthtoolkit-service.git Thanks,
go to post Prasanth Annamreddy · Apr 8, 2024 Hi Tani, Thanks for your details, While set up analysis part it is throwing "Connection Refused.
go to post Prasanth Annamreddy · Feb 27, 2024 Hi Christine, You can try this Set yesterday = $zdt($h-1,3)Write yesterday