Nueva publicación

Encontrar

Pregunta
· 4 mayo, 2025

Adding an OBX segment to end of message

We are receiving an ORU message and the vendor is requesting that we append a new OBX segment at the end of the message and I wanted to reach out to see what options might be available. 

So far, I tried the append action in the DTL editor with a single OBX-3 field but it seems to be appending to the field directly instead of creating a new OBX. I've started looking into if whether I could use a function but wanted to first check with the experts on the Discussion here in case there's an easier way to accomplish this. Thank you. 

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar
Anuncio
· 4 mayo, 2025

Key Questions of the Month: April 2025

Hey Community,

It's time for the new batch of #KeyQuestions from the previous month.

Here are the Key Questions of April chosen by InterSystems Experts within all Communities:

📌 How to convert persistent object to dynamic object by @Evgeny Shvarov (EN)

📌 Problem with ollama container in langchain-iris-tool by @Oliver Wilms (EN)

These questions will be highlighted with the #Key Question tag, and their authors will get the Key Question badge on Global Masters.

If you find the key question(s) from other communities interesting, just drop us a line in the comments and we will translate the question(s) and the accepted answer(s).

Congrats, and thank you all for your interesting questions. Keep them coming!

See you next month😉

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

Problem exporting %Library.DynamicObject to JSON with %JSON.Adaptor

Hello everyone,

I am using a class that inherits from %RegisteredObject and %JSON.Adaptor to generate a JSON string from its instances.

However, one of the properties in my class is of type %Library.DynamicObject, as in the example:

Class Faces.Option Extends (%RegisteredObject, %JSON.Adaptor)
{ 
Property legend As %String;
Property xAxis As %Library.DynamicObject; 
}

When calling %JSONExportToString() on an object of this class, the JSON generated for the xAxis property is incomplete or malformed. It seems the default %JSON.Adaptor doesn't correctly handle properties of type %Library.DynamicObject.

Example of the resulting JSON: {"legend":"test","xAxis": { ... (broken JSON) ...

Previously (in Caché 2018), I used %ZEN.proxyObject for similar situations, but I need a solution for the current versions during migration.

Does anyone know how I can configure %JSON.Adaptor to correctly serialize %Library.DynamicObject properties, or what the recommended approach for this would be?

Thanks!

1 Comentario
Comentarios (1)1
Inicie sesión o regístrese para continuar
Pregunta
· 3 mayo, 2025

Rule Editor Login Credentials Issue in Community Edition

Hi,

I've been working on a very basic Interoperability production in my computer. I followed one of the examples in the courses and created a TEST.FileRouterRoutingRule, but when trying to edit this rule, it takes me to the Rule Editor Login Page, where I can't get in (Not even with the _SYSTEM credentials) - Is this functionality unavailable in the community edition?

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar
Anuncio
· 3 mayo, 2025

Videos for InterSystems Developers, April 2025 Recap

Hello and welcome to the April 2025 Developer Community YouTube Recap.
InterSystems Global Summit
By Guillaume Rongier, Stefan Wittmann, Bob Kuszewski
By Reven Singh, Herman Bruwer
By Benjamin De Boe, Thomas Dyar, Carmen Logue
"Code to Care" videos
How to Build a Scalable Network for Seamless Healthcare Data Exchange
By Don Woodlock, Head of Global Healthcare Solutions, InterSystems
More from InterSystems developers
Building Smarter Applications with InterSystems IRIS
By Scott Gnau, Head of Data Platforms, InterSystems
Introduction to OMOP Platform
By Qi Li, Physician Executive, InterSystems
Lab - Setting Up the Development Environment (macOS)
By Patrick Jamieson, Product Manager, InterSystems
Lab - Setting Up the Development Environment (windows)
By Patrick Jamieson, Product Manager, InterSystems
Supply Chain Orchestrator Demo
By AnupAtul Thakkar, Solutions Developer, InterSystems
Comentarios (0)1
Inicie sesión o regístrese para continuar