is there a way to send commands to the CMD in windows form COS I would like to run an application within COS by sending a command to the CMD The $ZF(100) function is what you are l…
We have a case where we have 1 message coming in, but then sending two messages out to the same location. Even with FIFO sometimes the messages get out of sequence depending on wha…
…od to map and handle the response. Utilize the `HS.FHIR.DTL.vR4.Model.Resource.Bundle.FromJSON` method for parsing the JSON stream of your FHIR response. This method converts the J…
…lo to my fellow Cache Gurus:
I ran into two issues with Cache to XML Export and Cache to JSON Export in regard to array sequences. So before I waste time opening a WRC ticket, I…
I am working on JSON and want to be prepared to handle large Objects. I try this code:
ClassMethod MaxLen() As %Status
{
set longStr=""
for i=1:1:$SYSTEM.SYS.MaxLocalLe…
…op.Response that has a Quick Stream ID, which I then use to convert the Quick Stream to a JSON Dynamic Object. if I do a trace on the Raw JSON Object, I am able to pull out single…
Hello everyone,
Is there a way to prettify the JSON streams in the incoming HTTP messages so that they are more readable in Visual Trace?
The HTTP messages sent by many software…
…nity,
We're pleased to invite you to the upcoming webinar in Hebrew:
👉Advanced JSON & DocDB👈
📅 Date & time: November 29th, 3:00 PM IDT
JS…
…, !
Set pl = ##class(%ListOfObjects).%New()
set sc = ##class(%ZEN.Auxiliary.jsonProvider).%ConvertJSONToObject(response, , .pl)
Quit:$System.Status.IsError(sc) s…
The related package avoids adding %JSONAdaptor to each class but uses instead SQL functions JSON_OBJECT() to create my JSON objects. With this approach, you can add JSON to an…
ObjectScript doesn't include any built-in method for appending one JSON dynamic array to another. Here's a code snippet I use that's equivalent to the JavaScript concat() method.…
…h knowledge around our hospital - hoping someone on here can help.
I have been using the JSONStreamToObject Method which is working as i expected, apart from trying to get a speci…
…tomized command extension (ZZJSN) in Caché & IRIS
This is the Caché version for fast JSON formatting but it also works in IRIS.Requires package ZPrettyTo allow parallel existe…
It's also an example of a customized SystemFunction extension (ZZISJSON) in Caché & IRISThis time it is to be included in %ZLANGF00.mac
A JSON string is mostly imported from a…
I had a challenge recently where I was asked to parse and iterate JSON to find a patient that has a forename = "Bill" and try to make the function that iterates through the code re…


