Pesquisar

Pergunta
· Ago. 26

Best practices for JSON transformation in IRIS interoperability

What are best practices for JSON transformation in IRIS interoperability? This is for a non-healthcare use case, so any tools we happen to have around FHIR might not be available. The motivating use case is trimming down a verbose and needlessly complex REST API response to feed to an LLM - trying to reduce token usage and maybe get better results from less noisy data.

Specifically, I'm imagining matching based on JSONPath expressions and simplifying structures based on the inferred type of elements rather than a full schema. This might look replacing a deeply nested object value with a string from one of its subfields, stripping out some fields, removing keys where all values underneath are null, etc.

If there aren't good answers I'll build my own approach.

5 Comments
Discussão (5)3
Entre ou crie uma conta para continuar
Pergunta
· Ago. 26

How do I get a Search Table to show up in a different Namespace?

I have a need to create a specific Search Table outside of the EnsLib.HL7.SearchTable specifically for HL7 MFN messages in HealthShare Provider Directory.

Our Code is created in a different namespace then the main HSPD namespace and is mapped within the HSPD namespace mapping. 

I created a copy of EnsLib.HL7.SearchTable, named OSU.HL7.SearchTable what all needs mapped to make this new search table available in HSPD namespace?

If I go to Global within the Custom Code Namespace, I cannot see my new Search Table being created.

What am I missing to make sure that the OSU.HL7.SearchTable available within the main HSPD namespace?

1 Comment
Discussão (1)2
Entre ou crie uma conta para continuar
Anúncio
· Ago. 26

InterSystems Ideas News #24

Hi Community!

Welcome to Issue #24 of the InterSystems Ideas newsletter! Let's look at the latest news from the Ideas Portal, such as:

✓ General Statistics
✓ Recently implemented ideas by InterSystems
✓ Recently implemented ideas by Developer Community members

   Here are some July numbers for you. During this month, we had:

  • 23 new ideas
  • 2 implemented ideas
  • 15 comments
  • 91 votes

👏 Thanks to everyone who contributed in any way to the Ideas Portal last month!

  Since Ideas News bulletin #22, where I listed the recently implemented ideas, and thanks to the recent release 2025.2 of IRIS, we have quite a few ideas implemented by InterSystems. 

  Developer Community members also actively participated in implementing ideas from the Ideas Portal to get bonus points during the latest programming contest. So, now there are also quite a few new implemented ideas by Community members:


✨ Share your ideas, support your favorites with comments and votes, and bring the most interesting ones to life!

Discussão (0)1
Entre ou crie uma conta para continuar
Anúncio
· Ago. 26

Ajoutez des liens de documentation à vos articles

Bonjour la Communauté,

Nous sommes ravis de vous annoncer l'arrivée d'une nouvelle fonctionnalité dans la Communauté des développeurs : la possibilité d'ajouter un lien vers la documentation officielle d'InterSystems directement à la fin de votre publication.

Fonctionnement

Lors de la publication d'un article, collez l'URL correspondante depuis docs.intersystems.com dans le champ de lien vers la documentation d'InterSystems.

Votre article affichera alors une légende claire avec la documentation associée, permettant aux lecteurs d'approfondir le sujet plus facilement.


Un grand merci à @Luis Angel Pérez Ramos, qui a suggéré cette idée via le Portail d'idées.

Vous avez demandé, nous l'avons fait :)

J'espère que cette fonctionnalité vous sera utile.

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Ago. 26 6min de leitura

Understanding free memory on a Linux database server

I am regularly contacted by customers about memory sizing when they get alerts that free memory is below a threshold, or they observe that free memory has dropped suddenly. Is there a problem? Will their application stop working because it has run out of memory for running system and application processes? Nearly always, the answer is no, there is nothing to worry about. But that simple answer is usually not enough. What's going on?

2 Comments
Discussão (2)1
Entre ou crie uma conta para continuar