Pesquisar

Anuncio
· 5 sep, 2025

¡Se viene un webinar increíble! De los datos al conocimiento: Sacando provecho a la Información Clínica con InterSystems e IA

¡Hola a todos!

No os vamos a mentir, tenemos muchísimas ganas de este webinar. Por su temática, ponente y todo lo que aprenderemos de ello. Os invitamos a este webinar en español: "Conectando sensores con InterSystems IRIS" el jueves 02 de octubre, a las 4:00 PM (CEST).

     

En esta sesión exploraremos cómo un AI Assistant, puede transformar la manera en que los profesionales de la salud acceden y comprenden la información clínica de sus pacientes. A través de ejemplos prácticos, veremos cómo el asistente permite generar resúmenes inteligentes de la historia clínica. 

El valor de esta solución radica en su capacidad de procesar grandes volúmenes de datos clínicos distribuidos en el tiempo: en el caso de un paciente con 20 años de historial clínico, distribuido en distintos establecimientos de salud, el asistente nos ayuda a condensar la información en un panorama claro y útil para la toma de decisiones. Gracias a la inteligencia artificial, los equipos clínicos pueden ahorrar tiempo, reducir la complejidad y centrar sus esfuerzos en brindar una atención más precisa y humanizada.

Webinar dirigido a arquitectos, ingenieros, analistas de datos y equipos de TI que trabajan en el ámbito de la salud y están interesados en cómo la inteligencia artificial puede ayudar a ahorrar tiempo en la revisión de la historia clínica y facilitar la toma de decisiones.

¡Os esperamos!

🗣 Ponente: , Rodrigo Barahona Sales Engineer en InterSystems Chile

➡️ Registro >>

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

Ejecutar EnsLib.FTP.InboundAdapter bajo demanda

Hola comunidad.

Tengo una solicitud de un cliente que desea hacer lo siguiente.
Actualmente, tienen un proceso de carga de datos vía FTP en el que han implementado un RecordMap para almacenar la información de los archivos CSV que se suben al directorio FTP.
Ahora quieren tener otro directorio para que solo se ejecute mediante una instrucción externa, no cuando se sube el archivo.

¿Es posible crear un proceso que lea el directorio FTP bajo demanda? Es decir, que solo ejecute el servicio EnsLib.FTP.InboundAdapter cuando se lo indiquemos.
No habría problema en crear un servicio API que se encargue de recibir la solicitud de ejecución e invocar el Business Service para iniciarla.

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

Run EnsLib.FTP.InboundAdapter on demand

Hello community.

I have a request from a client who wants to do the following.
Currently, they have a data upload process via FTP in which they have implemented a RecordMap to store the information of the CSV files that are uploaded to the FTP directory.
Now they want to have another directory so that it is ONLY executed through an external instruction, not when the file is uploaded to the directory.

Is it possible to create a process that reads the FTP directory on demand? That is, ONLY executes the EnsLib.FTP.InboundAdapter service when we tell it to.
There would be no problem creating an API service that is responsible for receiving the execution request and invoking the Business Service to start it.

2 nuevos comentarios
Comentarios (2)3
Inicie sesión o regístrese para continuar
Pregunta
· 4 sep, 2025

Impact of SQL-Mapped Class Indexes on Legacy Programs with Direct Global Access

Hello,

I am currently maintaining a legacy application that was developed in ObjectScript and accesses data by working directly with globals.
For a new program, however, I plan to access the same global data through SQL-mapped classes.

I have two questions regarding this approach:

  1. If I define indexes in the SQL-mapped class, what potential impact (if any) could this have on the existing legacy application that directly accesses the globals?
  2. I’ve read that when an index is defined in an SQL class, it will not be automatically updated if data is modified directly in the global (outside of SQL operations). Is this correct?
    • If so, what are the common or recommended solutions to ensure index consistency in such cases?

Thank you for your guidance.

1 nuevo comentario
Comentarios (1)3
Inicie sesión o regístrese para continuar
Pregunta
· 4 sep, 2025

Regex search for Z09 or any string of A-Z followed by 0-9 0-9

..Contains(source.{ORCgrp(x1).OBRuniongrp.NTEi2(x2):Comment(x3)},"(")&&..Matches(source.{ORCgrp(x1).OBRuniongrp.NTEi2(x2):Comment(x3)},"^[A-Z][0-9][0-9]$")

I want to do this to match strings such as X98. Community AI tells me this is correct but I get an error in testing. Specifically, this is the part causing the error;
..Matches(source.{ORCgrp(x1).OBRuniongrp.NTEi2(x2):Comment(x3)},"^[A-Z][0-9][0-9]$")


What do I need to change?

1 nuevo comentario
Comentarios (1)2
Inicie sesión o regístrese para continuar