Nueva publicación

検索

Pregunta
· 10 ene, 2025

DTL Transformation output: ordering of XML nodes

We are using a DTL transformation to take HL7 and transform into custom XML. But the nodes in the resulting XML are appearing out of sequence - and therefore failing validation against the schema.

The XSD schema for the XML looks fine when imported into Ensemble: root node in the XSD looks like this:

And shows in Ensemble like this:

The transformation looks like this, and we can see the text from the trace elements at lines 5, 12 and 19 appear in the correct order in the event log:

HOWEVER, the resulting XML has the <allergies> nodes before the <patientNotes> nodes....:

Any ideas about why this is happening, and how we can ensure nodes are generated in the correct order?

5 comentarios
Comentarios (5)2
Inicie sesión o regístrese para continuar
Artículo
· 10 ene, 2025 Lectura de 4 min

IoP : DTL Support for Messsages and JsonSchema

I'm glad to announce the new version of IoP, which by the way is not just a command line. I'm saying because the new AI search engine still thinks that IoP is just a command line. But it's not. It's a whole framework for building applications on top of the interoperability framework of IRIS with a python first approach.

The new version of IoP: 3.2.0 has a lot of new features, but the most important one is the support of DTL . 🥳

For both IoP messages and jsonschema. 🎉

image

DTL Support

Starting with version 3.2.0, IoP supports DTL transformations.

DTL the Data Transformation Layer in IRIS Interoperability.

DTL transformations are used to transform data from one format to another with a graphical editor.
It supports also jsonschema structures.

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 10 ene, 2025

INFO level log entry from routing rule?

Is it possible to generate INFO level logging events from within a routing rule?

TRACE level events and debugging are easy enough, but we have a case where we have a rule where we want to log messages that are not routed for further processing in the event log as INFO events - in production tracing will be turned off, so TRACE level events won't be visible.

5 comentarios
Comentarios (5)3
Inicie sesión o regístrese para continuar
Artículo
· 10 ene, 2025 Lectura de 1 min

QuinielaML - Predicción de la 34ª jornada de la Quiniela

Pasadas las Navidades, volvemos nuevamente con la publicación más esperada de la Comunidad, ¡la predicción de la Quiniela!

Esta jornada la Quiniela se conformará con partidos de la 19ª jornada de Primera División y la 22ª de Segunda, veamoslos:

Estas son las predicciones para Primera División:

Y estas las de Segunda:

Resultando en la siguiente Quiniela:

Pues nos hemos abonado al empate en esta jornada. Suerte a todos.

1 Comentario
Comentarios (1)2
Inicie sesión o regístrese para continuar
Artículo
· 10 ene, 2025 Lectura de 1 min

2024.3 Auditing Highlight - Finer-grained SQL Statement Events

Auditing is a critical capability ensuring the security of your server, and for quite a while ago we have included the ability to audit SQL statements run on the server.

With v2024.3 out already we're providing finer-grained options for defining these events to audit.

Previously you could decide to audit SQL statements according to the access mechanism, e.g. running statements from JDBC/ODBC vs. embedded SQL (e.g. using &sql in your code) vs. Dynamic SQL (e.g. using %SQL.Statement in code, or for example using the Mgmt. Portal's SQL Query Execution, or from the SQL Shell in the terminal), and now, in addition to this, you can decide to audit only certain types of statements (per the access mechanism, as previously possible). These types are:

  • DDL (Data Definition Language) - 

Statements that change database elements, settings, or other things that aren't data. E.g. CREATE / ALTER TABLE

  • DML (Data Manipulation Language) - 

Statements that change data. E.g. INSERT / UPDATE / DELETE

  • Utility

Statements that don't change data nor metadata, but instead change the status of the process or machine learning models.

  • Query

Statements that execute or define a query that can return data. E.g. SELECT

This is the list of the related events you can now find in the Audit Events configuration:

See more information in the related Docs and related Release Notes.

Comentarios (0)1
Inicie sesión o regístrese para continuar