Nova postagem

Pesquisar

Pergunta
· Out. 5, 2023

Routing rule equivalence question

Is there a difference in outcome between the two screengrabs below?

In both cases, when  certain conditions are met, a transformation is called and the output sent on to two targets. In the first case we surmise the transformation is called twice, and the output of the first run sent to the first target, the output of the second run to the second target. In the second case we surmise the transformation is called once, and the output duplicated and sent to the two targets. 

  • Are there any cases where they would not be functionally the same (eg because of side-effects of the transformation?)
  • Could there be performance differences - from only calling the transformation once rather than twice? If so, how significant could those be in a Production handling 40K-50K messages a day (Healthcare, HL7), especially since this pattern of coding is replicated in several places across the production.

2 Comments
Discussão (2)1
Entre ou crie uma conta para continuar
Pergunta
· Out. 4, 2023

ObjectScript error: <CLASS DOES NOT EXIST>removeprj+7^%occClass *

Hi all,
I am trying to compile my swagger class file with swagger JSON which is a valid JSON as I created it and verified from swagger.io 2.0 spec.
But getting below error. I am not very clear with the error message. Please help me resolve the same.

ObjectScript error: <CLASS DOES NOT EXIST>removeprj+7^%occClass *SwaggerClass

> ERROR #5091: An error has occurred while removing projection SwaggerClass:Reference.

> ERROR #5030: An error occurred while compiling class 'SwaggerClass'

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

InterSystems Ideas News #8

Hey Community!

Welcome to the 8th edition of the InterSystems Ideas news bulletin! Here's what you can expect from it:

​​​​✓ New video describing all pages of the Ideas Portal  

✓ Ideas implemented since the previous news bulletin

⏯Watch the video: Join the Hall of Fame

 

 Ideas Portal contains, in addition to the "Ideas" page, 4 new pages:

  • Portal Guide
  • News
  • Polls 
  • Hall of Fame

Check them out to always be up to date about what's going on on Ideas Portal

 Since the launch of the Ideas Portal, 24 of the ideas have already been implemented by the Community members. And 6 of them were realized during the last 3 months: 

👏 Thank you for implementing and posting these ideas 👏

Stay tuned to read our next announcements!


In the meantime post your brilliant ideas, vote for existing ideas, and comment on them on our InterSystems Ideas Portal!

1 Comment
Discussão (1)1
Entre ou crie uma conta para continuar
Anúncio
· Set. 27, 2023

[On-Demand Webinar] Developing an AI Powered IRIS Application, in Python

Hello Community,

Let us invite you to watch the recording of the webinar: 

👉 Developing an AI Powered IRIS Application, in Python 👈

Speakers:

🗣️ @Elijah Cotterrell, Sales Engineer, InterSystems
🗣️ @Kinshuk Rakshith, Sales Engineer, InterSystems

This Tech Talk explores three main Python use-cases in the context of a customer-facing application, simulating an environment where users can post and retrieve data, as well as qualitative summary reports of their data generated by a Large Language Model (LLM). We will also look at building an analytics layer on our IRIS database to explore with Python.

The ‘use-cases’ are:

  • Building a Python REST interface integrated with IRIS for running CRUD operations natively.
  • Using embedded Python to harness LLMs for qualitative analysis of structured data.
  • Performing data exploration/analysis on IRIS databases from Python.

To watch a recording, you need to complete the form.

We hope you find this webinar useful! 😉

Discussão (0)1
Entre ou crie uma conta para continuar
Artigo
· Set. 21, 2023 1min de leitura

Getting started with the Jupyter Server Proxy extension for VS Code

Earlier this year I announced availability of a VS Code extension for coding in ObjectScript, Embedded Python or SQL using the notebook paradigm popularized by Jupyter. Today I published a maintenance release to correct a "getting started" problem.

Here's a video of the installation steps from the extension's README:

(video superseded by an update in a later comment)

Why not try it for yourself?

4 Comments
Discussão (4)3
Entre ou crie uma conta para continuar