Search

Clear filter
Question
Md Asif Khalil · Apr 12, 2020

How to add pdfbox-2.x jar in Ensemble

Hi All, I am trying to add pdfbox-2.0.18.jar file into Ensemble and getting below error but with pdfbox-1.x it's working fine. So can anybody please assist me to do fix below issue
Question
Md Asif Khalil · Jun 7, 2020

How to call custom persistent class when any Error, Alert or Warning created into Ens_Util.Log table

Hi All, I have created a custom method into persistent class to call vendor Rest API from Ensemble that is working fine through Terminal, but my concern is: I want to call only if
Question
Md Asif Khalil · Jun 14, 2020

Unable to open list of Object Gateways which is created already

Hi All, I created Object Gateway. Earlier it was able to open but now it raising below error while trying to open. Can anybody assist how to make this to show list of Object Gateway

Md Asif Khalil

3 posts4 comments

Dom GMMH NHS Trust

1 posts1 comments
Question
Dom GMMH NHS Trust · Mar 17, 2022

How to perform multiple row SQL insert to a Linked Oracle Database record using DLLImport

Hi, we are trying to run a dynamically generated Oracle Insert SQL script using Do $SYSTEM.SQL.DDLImport("Oracle",""," sql.txt",[Error Log]) to insert multiple rows into a Linked Table
Question
Yone Moreno · Feb 14, 2020

Remove delimiters which hold not present values in a HL7 message, using a Data Transformation?

set tIndex = 0 while $FIND(tSegment,"&&",tIndex) > 0 { set tSegment = $Replace(tSegment,"&&","") do pHL7.SetValueAt(tSegment,tCount) } ; Remove

ASG Eye Hospitals

0 posts0 comments
Article
Benjamin De Boe · Feb 13, 2023

When to use Columnar Storage

IRIS BI indeed pre-computes aggregates and builds an array of bitmap indices for lightning-fast filtering and partitioning of MDX query results.

Ulead Care Services

0 posts0 comments
Question
Tani Frankel · Dec 20, 2021

Couchbase Adapter?

Thanks Bob, yes, indeed JDBC/ODBC and using Couchbase's N1QL queries (and JSON results) is another connectivity option.

Medi Pha

0 posts0 comments
Question
Adam Lees · Aug 20, 2021

SQL proxy to HL7 query/response

Use case: small in-house hospital systems that query patient demographics via SQL. The new PAS being implemented in the near future will only support query/response via HL7.