Rechercher

Question
· Juin 23

Get Last Message DateTime, Received by Production Component, with ObjectScript code.

Hello, good morning, thank you so much for reading this question. ☺️🙂👍

 

We are developing a code to get information about our Production's items: services, processes and operations.

 

We know we can get various configurations of a given item: Category, Port, Enabled...

 

But we wonder how we could get the date time of the last mesage (most recent) received in an item.

 

To give a code snippet a small section of the code we have developed (and tested), it looks like:

[...]

For i=1:1:tProduction.Items.Count() {
    #dim item as Ens.Config.Item
    set item = tProduction.Items.GetAt(i)
    
    set Componente = ##class(EsquemasDatos.Monitorizacion.Componente).%New()    
    set Componente.Nombre = item.Name
    
    set tipo = item.BusinessType()
    set x = 0
    
    if (tipo = "1") {
        set Componente.Tipo = "Servicio"
        set x = item.GetSetting("Port",.port); 06/02/2024 To get the port of DICOM Services
        
        if (x '= 1){
            set x = item.GetSetting("IPPort",.port) 
        }
        
        
        set Componente.Comentario = item.Comment
        
    if (tipo = "2") {	
        
        [...]
        
    }
    
    [...]
}


[...]

 

We would like to get the date and / or date-time of the most recent message sent to that given item, like the one we see on the Production's menu under "Messages" tab:

 

 

However, how could it be doable?

 

We have looked for similar documentation, threads / questions, but we are unnable to find useful information.

We have looked for:

https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...

https://community.intersystems.com/post/custom-monitoring-page-iris-inte...

https://community.intersystems.com/post/sql-calculate-time-last-message

 

However, we still having the exact same doubt.

Please, could you help us?

Thank you so much! 🙏☺️🙂👍🙏

2 Comments
Discussion (2)3
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 23

Installing NodeJs in the container

Hi,

I'm trying to install NodeJs (javascript runtime environment) in IRIS container so I can execute JS files?
It was easy to install it outside the container but I got the attached error when trying in the container:  

Thanks

Discussion (0)2
Connectez-vous ou inscrivez-vous pour continuer
InterSystems officiel
· Juin 23

Anuncio de lanzamiento de InterSystems API Manager (IAM) 3.10

InterSystems se complace en anunciar que IAM 3.10 ha sido lanzado. IAM 3.10 es la primera versión importante en aproximadamente 18 meses, por lo que incluye muchas funciones nuevas significativas que no están disponibles en IAM 3.4, incluyendo:

  • Se añadió compatibilidad con la sincronización incremental de configuración para implementaciones en modo híbrido. En lugar de enviar toda la configuración de la entidad a los planos de datos en cada actualización, la sincronización incremental permite enviar solo los cambios de configuración.
  • Se añadió el nuevo parámetro de configuración admin_gui_csp_header en Gateway, que controla la cabecera Content-Security-Policy (CSP) que se sirve con Kong Manager. Este parámetro está desactivado por defecto y podéis activarlo configurándolo en "on". Esta opción permite fortalecer la seguridad en Kong Manager.
  • AI RAG Injector (ai-rag-injectorSe añadió el plugin AI Rag Injector, que permite la inyección automática de documentos para simplificar la creación de flujos RAG.
  • AI Sanitizer (ai-sanitizerSe añadió el plugin AI Sanitizer, que puede sanitizar la información PII en las solicitudes antes de que estas sean reenviadas por los plugins AI Proxy o AI Proxy Advanced.
  • Kafka Consume (kafka-consume): Se introdujo el plugin Kafka Consume, que añade capacidades de consumo de Kafka a Kong Gateway.
  • Redirect (redirect): Se introdujo el plugin Redirect, que permite redirigir solicitudes a otra ubicación.
  • … y muchas más 

Los clientes que actualicen desde versiones anteriores de IAM deben obtener una nueva clave de licencia de IRIS para poder usar IAM 3.10. Kong ha cambiado su modelo de licenciamiento, lo que nos obliga a proporcionar nuevas claves de licencia. Al actualizar IAM, será necesario instalar la nueva clave de licencia de IRIS en su servidor IRIS antes de iniciar IAM 3.10.

IAM 2.8 ha llegado al final de su vida útil y se recomienda encarecidamente a los clientes actuales que actualicen lo antes posible. IAM 3.4 llegará al final de su vida útil en 2026, por lo que se recomienda comenzar a planificar esa actualización pronto.

 

IAM es una puerta de enlace API entre vuestros servidores InterSystems IRIS y las aplicaciones, que proporciona herramientas para monitorear, controlar y gestionar eficazmente el tráfico basado en HTTP a gran escala. IAM está disponible como un complemento gratuito con su licencia de InterSystems IRIS.

IAM 3.10 se puede descargar desde el área de Componentes del sitio de Distribución de Software del WRC.

Seguid la Guía de Instalación para obtener instrucciones sobre cómo descargar, instalar y comenzar a usar IAM. La documentación completa de IAM 3.10 os ofrece más información sobre IAM y su uso con InterSystems IRIS. Nuestro socio Kong proporciona documentación adicional sobre el uso de IAM en la documentación de Kong Gateway (Enterprise) 3.10.

IAM solo está disponible en formato de contenedor OCI (Open Container Initiative), también conocido como contenedor Docker. Las imágenes de contenedor están disponibles para motores de ejecución compatibles con OCI para Linux x86-64 y Linux ARM64, como se detalla en el documento de Plataformas Compatibles.

 

 

El número de compilación para esta versión es IAM 3.10.0.2.

Esta versión está basada en Kong Gateway (Enterprise) versión 3.10.0.2.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
InterSystems officiel
· Juin 23

InterSystems anuncia soporte de InterSystems IRIS para Red Hat Enterprise Linux 10

InterSystems se complace en anunciar que los siguientes productos ya están disponibles para Red Hat Enterprise Linux 10

  • InterSystems IRIS Data Platform 2025.1.0.230.2
  • InterSystems IRIS for Health 2025.1.0.230.2
  • HealthShare Health Connect 2025.1.0.230.2

Esta versión añade soporte para el sistema operativo Red Hat Enterprise Linux 10. RHEL 10 incluye el kernel de Linux 6.12.0, mejoras de seguridad, optimizaciones de rendimiento y herramientas de desarrollo mejoradas.

Cómo conseguir el software

Los paquetes de instalación están disponibles en la página de Versiones de Mantenimiento Extendido del WRC. Además, los kits también se pueden encontrar en el sitio web de Servicios de Evaluación.

Discussion (0)1
Connectez-vous ou inscrivez-vous pour continuer
Question
· Juin 23

DICOM NoCompatibleTransferSyntaxFound

Good morning,

We would need help, thanks in advance for your help. 🙂

We have been trying to debug the following error, when sending a DICOM from a "EnsLib.DICOM.Operation.TCP" to a PACs:

 

  ERROR <EnsDICOM>NoCompatibleTransferSyntaxFound: No negotiated transfer syntax for SOP class '1.2.840.10008.5.1.4.1.1.4' is compatible with document transfer syntax '1.2.840.10008.1.2.4.70'

 

We use the following AET titles at the Operation:

LocalAET: ESBSSCC-DCM

RemoteAET: HUNSCESBGWT

 

We have observed that we do have the transfer syntax "1.2.840.10008.5.1.4.1.1.4" with the document syntax "1.2.840.10008.1.2.4.70", configured in both associations:

ESBSSCC-DCM to HUNSCESBGWT:

 

And HUNSCESBGWT to ESBSSCC-DCM:

 

However, when the source provider sends the DICOM, or when we resent it from the Message Viewer, the error still happens:

  ERROR <EnsDICOM>NoCompatibleTransferSyntaxFound: No negotiated transfer syntax for SOP class '1.2.840.10008.5.1.4.1.1.4' is compatible with document transfer syntax '1.2.840.10008.1.2.4.70'

 

 

How could we handle this issue?

Is there any way we could debug it further?

 

 

Thank you for your help. 🙂🙂🙂

 

In addition, we have read:

https://docs.intersystems.com/irisforhealthlatest/csp/documatic/%25CSP.D...

https://community.intersystems.com/post/sending-dicom-files-between-iris...

https://community.intersystems.com/post/receiving-dicom-messages-pacs-ir...

 

Could you help us?

Thanks so much.

6 Comments
Discussion (6)2
Connectez-vous ou inscrivez-vous pour continuer