Question Joe Jones · Feb 22, 2024 What is meant by XData in Object script Hi Community, What is Defination of XData which we use using in Object script we are using XData MessageMap and XData DTL How can we use XData for different functionalities Thanks,Joe #Business Operation #Business Process (BPL) #Business Service #DTL #ObjectScript #Caché 0 2 0 242
Question Joe Jones · Apr 26, 2023 Basics for JSON in ensemble Hi Community, I am new to ensemble development, Can anyone share me few basic Concepts which will be helpful for Converting JSON message to other message types like HL7,XML Thanks, Joe #Beginner #Business Operation #Business Service #JSON #Documentation #Ensemble 0 0 0 190
Question Joe Jones · Mar 17, 2023 How to read from a JSON File and convert to HL7 message Hi Community, I am trying to read a JSON file and convert into HL7 message.Please find the example below Set Jsonobj={"Doctype":"ADT^A01","PatientId":"123","PatientName":"Alex"} Set Dynjsonobj= ##class(%Library.DynamicObject).%FromJSON(Jsonobj) #Error Handling #JSON #ObjectScript #Ensemble 0 9 0 1K
Question Joe Jones · Mar 13, 2023 How to create a business service for reading JSON input into the Ensemble production Hi Community, I am receiving a JSON file as input in ensemble and i need to convert the JSON message to HL7 message. Can anyone share few points how to read a JSON file into Ensemble production by creating a Custom Business service? I have created a custom business service as below but i am not aware which parameters i need to pass in OnProcessInput method? #Business Service #Key Question #Ensemble 3 14 0 1.2K
Question Joe Jones · Jan 24, 2023 How does Ens.Alert and BadMessageHandler work in Ensemble production Hi Community, I have created a HL7 production in my working environment, Ens.Alert ,EMailAlert, PagerAlert, and BadMessageHandler are created. Can anyone explain how Ens.Alert and BadMessageHandler will work when an HL7 message in Passed in Business service and how these 2 are related when any error occurs in the Production envinorment? #Business Service #Error Handling #Interoperability #ObjectScript #Ensemble 0 1 0 237
Question Joe Jones · Jan 18, 2023 Saving Data from HL7 message into SQL Table Hi community, I am working on Converting Non HL7 message (Using record maps) into HL7 message. 1.Can anyone share few details how to save Non HL7 message into SQL table and the converted HL7 message into SQL table 2.In Message Viewer is there any SQL tables are linked to the session id or where the information regarding the message will be stored? Will the message trace details are stored in globals or in SQL table,If yes can anyone share the details in which tables or globals will it be stored? #Business Process (BPL) #Business Service #Interoperability #SQL #Ensemble 0 2 0 360
Question Joe Jones · Jan 12, 2023 Difference between Parameter and Property Hi Community, I am new to ensemble and cache object scripts ,i am trying to create a business service using Ens.BusinessService but i have doubt what is the difference or uses between Parameters and property in defining classes in defining business service Joe #Beginner #Business Service #ObjectScript #Ensemble 0 5 0 2.6K