Article Guillaume Rongier · Apr 17, 2020 2m read FHIR-HL7v2-SQL-Demo FHIR-HL7v2-SQL-Demo Ready to use demo of an FHIR Server with IRIS for Health 2020.2 : * HL7v2 transformation to the FHIR Server * FHIR Server who can be query in SQL Installing Clone this repository git clone https://github.com/grongierisc/FHIR-HL7v2-SQL-Demo.git Docker #FHIR #HL7 #InterSystems IRIS for Health Open Exchange app 3 0 1 827
Announcement Guillaume Rongier · Apr 6, 2020 ObjectScript OpenApi Definition Class Generator InterSystems offers an API-design first approach. You can check this post for more informations : https://community.intersystems.com/post/iris-api-explorer-application. One practical thing about this approch and the OpenAPI specification is the definition of exchange objects. #REST API #Open Exchange Open Exchange app 8 2 5 936
Article Guillaume Rongier · Jul 4, 2019 1m read Install EnsDemo on IRIS Has you may know, EnsDemo from Ensemble are not available anymore on IRIS. This is a good thing, Iris is cloud oriented, it must be light, fast. Now the new way of sharing samples or modules is through git, continuous integration and OpenExchange. But, in some cases you want to go back to your good old samples from EnsDemo to get inspiration or best practices. Good news, there is a git for that : #InterSystems IRIS #InterSystems IRIS for Health #Open Exchange Open Exchange app 4 1 2 1.1K
Question Guillaume Rongier · Jun 17, 2019 iFind Index With Relationship RowID Specification Hi,I try to implement an iFind index.Here is my definition class : #iFind #InterSystems Natural Language Processing (NLP, iKnow) #InterSystems IRIS 3 1 0 468
Article Guillaume Rongier · Apr 9, 2019 3m read IRIS/Ensemble as an ETL IRIS and Ensemble are designed to act as an ESB/EAI. This mean they are build to process lots of small messages. But some times, in real life we have to use them as ETL. The down side is not that they can't do so, but it can take a long time to process millions of row at once. To improve performance, I have created a new SQLOutboundAdaptor who only works with JDBC. BatchSqlOutboundAdapter Extend EnsLib.SQL.OutboundAdapter to add batch batch and fetch support on JDBC connection. #Business Operation #Databases #Interoperability #JDBC #Performance #Ensemble #InterSystems IRIS #InterSystems IRIS for Health Open Exchange app 3 7 2 1.6K
Question Guillaume Rongier · Jan 21, 2019 JDBC batch insert Hi, I'm looking for a way to implement the JDBC pattern "executeBatch" in ObjectScript: https://www.tutorialspoint.com/jdbc/jdbc-batch-processing.htmSince Ensemble 2017.2.2 there is a new method called executeParametersBatch : https://docs.intersystems.com/ens20172/csp/docbook/relnotes/index.html#D... #JDBC #SQL #Ensemble 1 4 0 695
Question Guillaume Rongier · Sep 20, 2018 JDBC Large query optimisation Hi, We recover a large amount of data from an external database (SQLServer, about 1 million rows in JDBC).However, we have treatment time issue.This process takes more than 30 minutes whereas on a "classic" SQL Server Management Studio type request takes less than a minute. #Database Transaction Processing #Ensemble #Business Operation #JDBC 1 7 1 1.4K