Question Dmitrii Baranov · Jul 19, 2023 Ens.DataTransform custom settings Hello, I want to add a couple of properties to a custom Transform class to give the user the ability to edit its properties directly in the Business Process visual editor. It can be easily done with other Production components, but I can't find in the documentation how to do the same with my Transform. Is it possible? And another question is about how to use the 'aux' parameter of the DataTransform.Transform method if my component is non-visual? #Business Process (BPL) #DTL #InterSystems IRIS for Health 0 4 0 229
Question Dmitrii Baranov · Jul 19, 2023 JSON as DTL source Hi, I'd like to ask if it is possible to use an arbitrary JSON as a DTL source. Can the IRIS DTL editor parse JSON of arbitrary structure and display it as a tree? #DTL #JSON #InterSystems IRIS for Health 0 1 0 252
Question Dmitrii Baranov · May 19, 2023 How to iterate variable number arguments array? Example: Method Execute (args...) As %Status { ... #dim statement as %SQL.Statement set statement = ##class(%SQL.Statement).%New(2) set statement.%Dialect = "CACHE" do statement.prepare(query) #dim rs as %SQL.StatementResult set rs = statement.execute(args...) My questions are: 1) how do I get the size of args **2) how to get all values of **args **3) is it possible to modify the **args? #ObjectScript #InterSystems IRIS for Health 0 6 0 332
Question Dmitrii Baranov · May 15, 2023 EnsLib.HL7.Service.HTTPService - enable CORS I have a production with a HLv2 HTTP Listener. For demo purposes, I need to send HL7 messages directly from a browser. Here is an example (React/typescript): #Business Process (BPL) #HL7 #REST API #InterSystems IRIS for Health 0 1 0 314
Question Dmitrii Baranov · Mar 21, 2023 Read-only .cls? Hi, could someone tell me please how can I "unlock" a .cls file which author is Intersystems? I want to make some modifications and add some trace messages there. The file resides in the HS.FHIRServer namespace and it looks like read-only #Studio #InterSystems IRIS for Health 0 6 0 381
Question Dmitrii Baranov · Feb 23, 2023 Easiest way to clean up a FHIR database? Hi, what is the easiest way to clear all the tables which store FHIR data? The most straitforward approach is to get a list of tables using the information_schema.tables view, then execute dynamic SQL with the "delete from" clause, but perhaps some helper class has already been written for this purpose? #FHIR #SQL #InterSystems IRIS for Health 0 6 0 565
Question Dmitrii Baranov · Jan 8, 2023 FHIR CustomBuiltinOperations - handling error 500 in production Hi, I've overrided the HS.FHIRServer.Storage.BuiltInOperations class, and generally all works fine except of error handling. Where can I find a server setting option to ask IRIS to return OperationOutcome if an Internal Server Error occurs? Currently it returns non-informative HTML instead of JSON/OperationOutcome. #Error Handling #InterSystems IRIS for Health 0 5 0 231
Question Dmitrii Baranov · Nov 5, 2022 Docker image/container - use aptitude Hi, The IRIS Health Docker image comes with Java 1.8 but I need OpenJDK 11. How could I install that using aptitude or somehow else? The apt-get command requires elevation but if I rewrite the command with sudo apt-get it won't build with error message /bin/sh: sudo: not found Is it possible to do what I want? #InterSystems IRIS for Health 2 3 0 598
Question Dmitrii Baranov · Nov 5, 2022 IRIS Health Installation hangs on AMD Hi, I have a laptop with a Core i5 processor, a workstation with AMD Athlon 3000G processor, and another workstation with AMD Ryzen 3900 onboard. I was succeded to install IRIS Health community on the laptop. On both AMD workstations the install process hangs. I've waited for 8 hours but with no avail. What could be wrong with AMD? #InterSystems IRIS for Health 0 9 0 368