查找

公告
· 三月 20

[Video] Using Interface Branches in Health Connect Cloud

Hi, Community!

Looking for a safe space to create interface components outside your live environment? See how interface branches can help:

Using Interface Branches in Health Connect Cloud

In this video, you will see how interface development works in HealthShare® Health Connect Cloud™. In this scenario, an interface engineer named Sam creates an interface branch to move his HL7 business service into the source control workflow. He tests this it in his personal namespace before committing his changes and merging his interface branch into his team’s DEV branch.

Learn more about building Health Connect Cloud interfaces with source control (online course, 1h 15m).

讨论 (0)1
登录或注册以继续
问题
· 三月 20

comparison library with renderers in IRIS, similar to Python's difflib ("Helpers for computing deltas")

Hello there 🙋‍♂️,

I'm looking towards a functionality alike Python's difflib, but made with Intersystems products. I already know could embed Python code within IRIS but thought maybe there was a development already done for handling deltas, with a different approach or extra utils.

Even if I find such a library after comparing both might still go with difflib or any other more suitable. Intend to use it for a cross-environment checklist/check tool.

Please find below a sample of HTML rendering computed and made with difflib, with a few lines of code:

thanks ! best regards,  

讨论 (0)1
登录或注册以继续
问题
· 三月 20

Starting & stopping Java Server programmatically

Hi,

is there a way to starting & stopping Java Server programmatically ?

Thanks

5 Comments
讨论 (5)3
登录或注册以继续
公告
· 三月 20

インターシステムズ 第2回ソリューションウェビナー「InterSystems IRIS data platform 2025.1 EMリリース:新機能と改善点について」のご案内

     

本年よりスタートしたインターシステムズ ソリューションウェビナー、第2回は以下の日時・内容で開催いたします。

日時:4月24日(木)13時30分~14時15分(45分間)

参加費無料・事前登録制

ご登録はこちらから

ウェビナー概要:このウェビナーでは、InterSystems IRIS data platform の2025.1 EM(Extended Maintenance)リリースに搭載される新機能と改善点を包括的に紹介します。EMリリースは長期サポートが提供され、安定性が重視されるため、多くのお客様が本番環境で採用されるバージョンです。2024.1 EMリリース以降の機能強化も含め、技術者の皆様が新バージョンを最大限に活用できるよう情報をお届けします。

本ウェビナーでは、製品の新機能や改善点について、実際の実行環境での画面を共有しながら解説します。理論的な説明だけでなく、具体的なコード例や実際の動作デモンストレーションを通して、新機能の実用的な活用方法を分かりやすく紹介します。これにより、参加者の皆様はすぐに実践できる知識を得ることができます。

こんな方にお勧め:

  •   IRIS data platform開発者
  •   データベース管理者

前提となる知識:

  •   IRIS data platformの基本的な知識
  •   過去のバージョン(特に2024.1以降)の使用経験があると望ましい

ご多用中とは存じますが皆様のご参加をお待ち申し上げております。

讨论 (0)1
登录或注册以继续
问题
· 三月 19

Expanding 1 HL7 segment into multiple based on interger value from a lookup table mapping

I have a HL7 DTL in which I'm doing a lookup to a table based on a code value in the IN1:3 field.  That incoming code may have a 1 to 1 mapping, or 1 to many mapping in a table.  If it's a 1 to many, the values in the lookup table are comma delimited.  If it's 1 to 1, that IN1 segment will map straight across.  If it's one to many, I need to create additional IN1 segments.  For example, if the incoming code maps to three, I need to map the original IN1 segment with one of the mapped codes, then create two additional IN1 segments with the other 2 codes for a total of 3 IN1 segments.  I'd like to do this with a loop.  I can get the number of segments I need with:

..Length(insurancePlanIDs,",")

and putting the number in a variable.  However, the ForEach in the DTL will only work with a collection as opposed to just a variable that contains the number 3, for example.  I can use the PIECE function to get each code out, so that's not an issue.  As mentioned, I'm not sure how to get the looping to work within the DTL.  With other programming languages, I could just use a for or while loop and iterate over that integer variable, but I'm struggling with how to create a loop with just an integer variable.

Any help is appreciated. 

2 Comments
讨论 (2)2
登录或注册以继续