New post

Find

Job
· May 16

CACHÉ #Job opportunity

Hello InterSystems community!

We have an amazing opportunity for 3 experienced Caché developers to join our team in building an innovative platform in the MedTech sector.

What we offer:

  • Hybrid work (Barcelona or Madrid)
  • Be part of a team from the ground up, with a direct impact on creating cutting-edge medical solutions!
  • Great professional growth opportunity

If you have experience with Caché and are ready for an exciting challenge with a forward-thinking company, this is your chance!

Looking forward to hearing from you and having you join this incredible project! 🚀

Feel free to reach out to coral.montero@betterask.erni !!

1 Comment
Discussion (1)1
Log in or sign up to continue
Article
· May 16 5m read

Auth0 と InterSystems IRIS FHIR サーバーを使った SMART On FHIR アプリケーションの開発 - Angular アプリケーション

Auth0 と InterSystems IRIS FHIR リポジトリ使った SMART On FHIR に関する連載最終回では、Angular 16 で開発したアプリケーションをレビューします。

このソリューションに定義されたアーキテクチャがどのように構成されているかを思い出しましょう。

フロントエンドのアプリケーションは 2 列目で、ご覧のように 2 つのことを行います。

Discussion (0)0
Log in or sign up to continue
Announcement
· May 16

Sesiones de InterSystems Ready 2025 para "hincarles el diente"

Hola comunidad,
Nos complace anunciar que ya tenéis una lista preliminar de sesiones disponible para que la reviséis con calma mientras esperáis el evento Ready 2025.

En InterSystems READY 2025 estamos planificando más de 60 sesiones individuales. Tenemos sesiones para todos, sobre una amplia variedad de temas y tecnologías.

Todas las sesiones están divididas en 8 categorías según los puntos de interés:

  • Poner la IA en acción
  • Transformar los planes de salud
  • Impulsar el impacto del producto
  • Conectar los datos de salud
  • Seguro. Rápido. Escalable. Robusto.
  • Desarrollar soluciones innovadoras
  • Maximizar vuestra arquitectura de datos
  • Aprovechar al máximo la nube

Todavía estamos ultimando las descripciones y el calendario de las sesiones. ¡Permaneced atentos para más actualizaciones e información muy pronto!

Discussion (0)1
Log in or sign up to continue
Question
· May 16

Business Process BPL context: objects deleted after CALL

I'm creating a Business Process that:

  1. Transforms one object into another using DTL
  2. Sends this object to an operation
  3. Transform the object obtained in first point into another one using DTL
  4. Sends the second object to an operation

The Business Process is created with BPL, and objects are stored in BP context. When I execute this Process, in the 3rd point the object obtained in first transformation doesn't exist. It's empty.

I have tried to make transformation before making CALL's, I mean:

  1. Transforms one object into another using DTL
  2. Transform the object obtained in first point into another one using DTL
  3. Sends first object to an operation
  4. Sends the second object to an operation

And after sending the first object, the second doesn't exist.

I thought it was a bug from new version 2025.1, but I have tested it on 2024.3 and it happens the same.

I have created a Business Process with code and it works perfectly fine, so I think the problem is with the context.

Is this a bug? Or is an expected functionallity?

6 Comments
Discussion (6)0
Log in or sign up to continue
Discussion (0)0
Log in or sign up to continue