Question Phil Burkhalter · Sep 26 inserting a row into a sql server table I am trying to insert a single row into an external MS SQL Server table. I have set up the SQL Gateway. The insert query runs, but it is inserting an extra row each time. What am I missing: #InterSystems IRIS 0 1 0 57
Question Phil Burkhalter · May 1 Parsing a JSON message with I have the JSON message below. I am struggling with parsing the data in the OtherProcedures section. That section can be null, or have from one to many other procedures. Any help is greatly appreciated. I have tried using/setting an iterator to go thru the data but not having any success with that. #JSON #InterSystems IRIS for Health 0 5 0 170
Question Phil Burkhalter · Aug 29, 2023 building a JSON message I am trying to create the JSON message below for a REST API: Class REST.Test.Sample.ItemDetails Extends (%Persistent, %JSON.Adaptor){ #JSON #InterSystems IRIS 1 7 1 294
Question Phil Burkhalter · Jul 28, 2023 Class Documentation I like to add documentation to the top of every class I write. Is there a way to modify or create a template that would automatically add the lines below to the top of the class? I primarily use Studio IDE but would like to be able to do this using VS Code as well. #InterSystems IRIS #VSCode 0 4 0 212
Question Phil Burkhalter · Aug 30, 2022 Calling a class method from a code block in a business process I have a production that takes in an HL7 message thru a business service. The business service passes the incoming HL7 message to a business process that calls a transform to transform the HL7 message to a message class. After the transform is finished, the business process uses a code block to pass the object created by the transform to a method class that processes the data in the object. What would be the correct syntax for passing in the object to the class method? #Business Process (BPL) #Ensemble 0 2 0 259
Question Phil Burkhalter · Mar 16, 2021 How to create a custom deployment package I have a need to create a custom deployment package for our production. I can't do a full deployment of the production so I need to create a custom deployment package that will add our new classes, business processes, rest end points and transforms. I would like for the production to add and configure the business services, process and operations as well. Does anyone have an example for doing this? Thanks, Phil #Deployment #Ensemble 2 11 0 397