検索

Resumo
· Out. 6

InterSystems Developers Publications, Week September 29 - October 05, 2025, Digest

Articles
#InterSystems IRIS
#Health Connect
Implementing a FHIR project - ÚNICAS
By Luis Angel Pérez Ramos
#InterSystems Kubernetes Operator (IKO)
Announcements
Questions
Discussions
September 29 - October 05, 2025Week at a GlanceInterSystems Developer Community
Anúncio
· Out. 6

Time to vote in InterSystems .Net, Java, Python, and JavaScript Contest

Hi Community,

It's voting time! Cast your votes for the best applications in our InterSystems .Net, Java, Python, and JavaScript Contest:

🔥 VOTE FOR THE BEST APPS 🔥

How to vote? Details below.

Experts nomination:

An experienced jury from InterSystems will choose the best apps to nominate for the prizes in the Experts Nomination.

Community nomination:

All active members of the Developer Community with a “trusted” status in their profile are eligible to vote in the Community nomination. To check your status, please click on your profile picture at the top right, and you will see it under your picture. To become a trusted member, you need to participate in the Community at least once.

Blind vote!

The number of votes for each app will be hidden from everyone. We will publish the leaderboard in the comments section of this post daily. Experts may vote any time so it is possible that the places change dramatically at the last moment. The same applies to bonus points.

The order of projects on the contest page will be determined by the order in which applications were submitted to the competition, with the earliest submissions appearing higher on the list.

P.S. Don't forget to subscribe to this post (click on the bell icon) to be notified of new comments.

To take part in the voting, you need:

  1. Sign in to Open Exchange – DC credentials will work.
  2. Make any valid contribution to the Developer Community – answer or ask questions, write an article, contribute applications on Open Exchange – and you'll be able to vote. Check this post on the options to make helpful contributions to the Developer Community.

If you change your mind, cancel the choice and give your vote to another application!

Support the application you like!


Note: Contest participants are allowed to fix bugs and make improvements to their applications during the voting week, so be sure to subscribe to application releases!

4 Comments
Discussão (4)4
Entre ou crie uma conta para continuar
Resumo
· Out. 6

Nuevas publicaciones en la Comunidad de InterSystems, 29 septiembre - 5 octubre

Artículos
Anuncios
29 septiembre - 5 octubreWeek at a GlanceInterSystems Developer Community
Pergunta
· Out. 6

Data Transform - If OBX 5 contains text Abnormal Flag populates

Hi,

I am trying to include in my Data Transform, if OBX 5.1 (Observation Value) Contains certain text i.e. DETECTED then populate the Abnormal Flag field with a certain letter.

Sometimes the text can be uppercase, lowercase or a multiple of both.

Any help would be much appreciated.

Thanks

Jason

4 Comments
Discussão (4)3
Entre ou crie uma conta para continuar
Discussão
· Out. 6

Debugging REST API in InterSystems IRIS

Hi developers!

How do you debug implementation code in .impl classes of REST.API in InterSystems IRIS?

Especially if you don't have access to globals, so no things like: 

Set ^AAA="here we are"

not possible in this case.

Suppose I have the following signature of the REST.API method called as POST and containing JSON. :

ClassMethod submitForm(formData As %Stream.Object) As %Stream.Object
{

return formData

}

Can I debug "line by line" or "command by command"?

Can I return anything to the browser's console? Or into any IRIS expected place, which is relatively easy to check?

What are my options? 

Please, share your experience?

3 novos comentários
Discussão (29)4
Entre ou crie uma conta para continuar