I have a class using the JSON adaptor:
```
Class pbarton.test Extends (%RegisteredObject, %JSON.Adaptor)
{
Property Version As %String;
}
```
The Version property could…
I am working with a REST API JSON Response that contains a list of integers (departmentids).
JSON Response:
{
"status":"ACTIVE",
"departmentids":[
72
],
"subscriptions":[
{…
We have JSON type data in a Dynamic Object. Is there a simple way to export / dump that data to a delimited string or file?
e.g.
Results={"ClassA":{"ClassName":"ClassA","ACou…
…a dynamic value coming from request message)
I wanted it to be displayed as "123456" in Json Stream.
Code Example:
set object = ##class(%ZEN.proxyObject).%New()
set object.ID…
…t.QuickStreamId)
set bundle = ##class(HS.FHIR.DTL.vR4.Model.Resource.Bundle).FromJSON(stream,"vR4")
It's working ok but when I include a realistic PDF in a FHIR Binary…
I receive JSON from a webservice and parse it to an object:
Set wout=0
set stream=##class(%Stream.TmpCharacter).%New()
For {
Quit:(httprequest.HttpResponse.Data.AtEnd || wout)…
…et tRequest.LastName = ptLname // Business operation needs to be parameterizedset tSC = ..SendRequestSync("boEISLMemberAPI, tRequest")
Just pasting the value I am interested since…
…Do we have an embedded REST API in IRIS which accepts arbitrary SQL and returns data in JSON?
Or if anyone did something like this?
The idea is to have something like MDX2JSON…
Is there anyone who has experience in translating HL7 2.4 ADT messages (MLLP) to JSON format? We are going to push ADT messages to Salesforce. However, salesforce does not support…
…ere is any inbuilt function or utility available in IRIS to clean up "null" elements from JSON e.g. I want to remove "null" elements from payload below before I do any processing w…
…onverted HL7 to FHIR using SDA. Now, I want to convert the same FHIR resources to an FHIR JSON file. Is that possible?If yes, give me a solution for that?
Harshdeep Acharya
So…
Hello all,
I receive an embedded PDF link as part of a JSON message. The %Get method is currently used to extract the data items from the JSON message, however we have come across…
…change is existing SOAP Operation expecting XML String , new REST Operation is expecting JSON.
How can I convert existing XML String to JSON by calling any Utility function in Ob…
How to convert SQL persistent classes to JSON output - I have tried 1 option but appears to be very lengthy process.I have many other SQL storage's defined and have to expose them…
Hi Community!
Check a new session recording from Global Summit 2017:
Angular, JSON, and REST – Oh My!
In this video learn, how to build a Material/AngularJS application o…


