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 291
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 375
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 503
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 214
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 575
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 353