Question ED Coder · Jul 28, 2021 How can I find report of messages processed by production Is there a way to get a report of how many messages are passing through a production? I am trying to gauge how many messages we process weekly, monthly, and yearly. Also, over specific months. Would appreciate if someone can guide me on this We use Cache for Windows 2017.1.3 #Ensemble 0 7 0 141
Question ED Coder · May 13, 2021 Incoming http messages setup I need some help. I have a requirement where HL7 messages will be sent through http. I am trying to read through the documentation & want some guidance. The client is asking for a URL. So should I simply send the Ensemble url to them? Does the message structure change? How does Ensemble handle incoming http messages? Do I just create a http business service and it should come across fine? Has anyone done a project with http? Would love some information on how it worked for you #Ensemble 0 1 0 156
Question ED Coder · Apr 30, 2021 How can I add two values in a segment field separated by ~ I am updating the PV1 segment with values from the database but when I get two values back I dont know how to separate them with a tilde and insert. Any advice for me on that? so if I get two values returned my PV1.7 segment should be : My current code is as below: It works fine for one value, but when there are more than 2 values returned I need to find a way to include it #ObjectScript #Ensemble 0 5 0 175
Question ED Coder · Jan 22, 2021 Immediate ACK message going across as CA. How can I set it to AA I have set my Business service Ack Mode as "immediate" but the receiver says that they are getting a CA code. Is there a way that I can set the ACK to go as AA? #Ensemble 0 4 0 286
Question ED Coder · Jan 22, 2021 Zen Table pane: Can I update a row in the table pane? I am able to display my query result in the table pane, but I want to update it based on user click but it doesnt work. Can this be done? Below is what I am doing but it doesnt change my value on clicking. Would appreciate some guidance on this I have ondblclick = zenPage.SelectItem #ZEN #Ensemble 0 2 0 166
Question ED Coder · Jan 8, 2021 Zen Controls: How to read value of a control in a zen method I have a text control : <text id="clinic" label="Type Clinic Code ">. I want to retrieve the value of this control in my zen method. But I keep getting errors. #ZEN #Ensemble 0 3 0 173
Question ED Coder · Jan 6, 2021 Zen Pages: How to update table pane using javascript event handler Hi, I am creating a zen page which has a table pane, and loads data, using the onCreateResultSet. I have two controls which allows the user to add a date and type. I want to add them as parameters into my sql query and update the tablepane. Can you advice on how I can do that? #ZEN #Ensemble 0 5 0 158
Question ED Coder · Jan 6, 2021 How to Get value from zen component I am new to zen pages, and trying to see how to get the value of a control. Below is what I have #ZEN #Ensemble 0 3 0 160
Question ED Coder · Nov 24, 2020 Change date format in an easier way in objectscript I am getting the date 20201121090000 in the HL7 message, How do I convert it to 2020-11-21 09:00:00 in a easy way? I am currently doing it by extracting the first 7 values and splitting as date and time and then adding a hyphen using substring. Is there an easier way by using $ZDATE? or something like that? #ObjectScript #Ensemble 0 20 0 1,061
Question ED Coder · Nov 11, 2020 Is there a way to pass an acknowledgement from an Business operation to a Business service? Is there a way to send an acknowledgement received from a business operation to the sending system that feeds into my business service? Below is an example of my production? How can I set it up to send the Ack from 'send' to be the Ack for 'input' to be sent back? #Interoperability #Ensemble 0 8 0 299