Question Lewis Houlden · Dec 11, 2023 Transforming from HL7 to XML with OBX 5 Stream Hi all I'm having trouble defining the mapping needed to take the very large base64 string in OBX:5.5, and map it to an XML virtual document property that supports Stream.GlobalCharacter. I know from within the DTL you have to use custom code to manage the segment due to its size. #DTL #HL7 #Mapping #XML #InterSystems IRIS #InterSystems IRIS for Health 0 4 0 306
Question Lewis Houlden · Jul 20, 2023 Thowing errors and raising alerts Hi InterSystems Community We recently had an issue where we weren't able to parse a JSON HTTP request, but the issue went by unnoticed. We also did not have a trace of what the raw HTTP request was that we couldn't parse. I'm looking at improving our this by:Tracing the raw request using $$$TRACE Raising an alert which will hit our Ens.Alert router which will compose and send an email #Error Handling #JSON #Web Gateway #InterSystems IRIS #InterSystems IRIS for Health 1 0 1 308
Question Lewis Houlden · Jun 30, 2023 Is it possible to revert the BRE editor UI in 2023.1 Hello We are in the process of upgrading to 2023.1 for InterSystems Health Connect, and the Business Rule Engine editor is very difficult to use compared to 2022.1. It's difficult to scan over the rules as it all looks the same style with barely any distinction between rules, constraints, conditions, whens etc. There's also tonnes of whitespace, and searching on the page is hit and miss (using Ctrl + F) . I can see the previous editor is still available when you modify the URL, but I'm wondering if we can set it to be the default editor, and if this is something supported. #Business Rules #Health Connect #InterSystems IRIS #InterSystems IRIS for Health 2 7 1 537
Question Lewis Houlden · Aug 17, 2022 Base64 payload and XML to objects I am trying to import a large base64 string into objects but I can't seem to get it to work: #XML #InterSystems IRIS for Health 0 4 0 396
Question Lewis Houlden · Jun 20, 2022 INSERT Statement not working Hi all I'm struggling to insert into a table, and it is baffling me. The insert statement is now very simple (I was using a complex INSERT SELECT statement but I'm trying to narrow down the problem). Insert statement: #SQL #InterSystems IRIS for Health 0 5 0 984
Question Lewis Houlden · Mar 22, 2022 Time handling and Json I am having trouble formatting %Time to a JSON format. I have tried configuring the parameter "FORMAT" of my property but that didn't work. For some reason, it keeps putting a Z and the end of the time. Property: Property TimeCollected As %Time(FORMAT = "2"); #JSON #InterSystems IRIS 0 2 0 225
Question Lewis Houlden · Aug 26, 2021 Specific error code for messages that are manually aborted by a user New to Health Connect so please forgive me if this is a stupid question! Is there a specific error code returned when a user initiates an abort from the jobs tab of the business host? I want to be able to treat the Abort as Completed due to our complex business process. Currently, hitting abort just retries the message to the same business operation. Want I want to do is provide the error code used by the Abort (if there is one) and treat it as OK Thanks in advance. #Business Process (BPL) #Error Handling #Health Connect #InterSystems IRIS for Health 0 4 0 428