検索

お知らせ
· 2023年8月8日

Last chance to give your feedback on IRIS SQL exams

Hello Everyone,

Last month, we asked for input from the IRIS community regarding exam topics for our InterSystems IRIS SQL Specialist and Expert exams. We will close the window for providing feedback on the exam topics on Thursday, August 31st, 2023. Thus, if you would like to have your say in what topics are covered on the exam, this is your last chance!

To show our appreciation for helping us validate our exam design, we will hold a raffle where 15 survey respondents will be chosen to receive a $50 gift card. The gift card is a Tango Card that can be redeemed at any number of online retailers. The raffle is available for US-based, non-InterSystems, employees. VA employees are not eligible.

You can access the surveys here:

InterSystems IRIS SQL Specialist Exam

InterSystems IRIS SQL Expert Exam

Here are the exam titles and definitions:

InterSystems IRIS SQL Specialist Exam

An IT professional who has:

• Experience with standard ANSI SQL.

• 1 to 2 years of experience in designing and managing InterSystems IRIS SQL applications or expertise in other SQL platforms.

• 1-year experience in managing InterSystems IRIS SQL applications.

InterSystems IRIS SQL Expert Exam

A Developer or Solutions Architect who has the following:

• 4 to 6 years of experience developing and managing InterSystems IRIS SQL applications.

• 2 years of experience working with ObjectScript and globals in InterSystems IRIS.

So, how can you help? If you have 20-30 minutes to fill out a task survey, you can help us rate each exam topic based on your experience.

Thank you!

Ali Nasser, Certification Exam Developer, InterSystems

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
記事
· 2023年8月5日 3m read

第十三章 配置Production - 添加HL7业务操作

第十三章 配置Production - 添加HL7业务操作

添加HL7业务操作

要从production中发送HL7消息,必须添加HL7业务操作。要将HL7业务操作添加到production品中,必须创建它,将其集成到production中,并根据需要对其进行配置。以下小节提供详细信息。

创建HL7业务操作

HL7业务操作添加到production中:

1 Comment
ディスカッション (1)2
続けるにはログインするか新規登録を行ってください
質問
· 2023年8月4日

Looking for a functionality in a Business Process to wait for another BP/BS

Hi All,

If I remember it correctly there is a functionality in IRIS to make this possible.

I've got two incoming Business Services of files from different sources.

BS1: An Ens.StreamContainer with some info and metadata which point to a specific file. Ens.StreamContainer will be send to a BP.

BS2: The files where the metadata points to. It's in the Ens.StreamContainer

But dependent on the flow the file could be later available on BS2. So I want the BPL to wait for the file to arrive at BS2. 

Then in the BPL I want to do some merging stuff with the 2 Ens.StreamContainers

So i'm looking for a functionaliteit to wait for a specific message and then go on. Can someone point me to the correct documentation or maybe has an example?

Thanks in advance.

4 Comments
ディスカッション (4)1
続けるにはログインするか新規登録を行ってください
質問
· 2023年8月2日

Where is IRIS Community on Docker located?

Have Docker running in Ubuntu and successfully downloaded IRIS Healthcare ML Community to local machine.

Cannot figure out how to launch IRIS...help!

Thanks, all...

Martin Arnold

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
質問
· 2023年7月27日

Is it possible to get a list all active open TCP/IP connections made by IRIS ?

There is several classes that allow to create TCP/IP connections (eg: to connect to a service).

Example : %Net.FtpSession (port 21), %Net.HttpRequest (usually port 80 or 443)

AFAIK connection will stay open unless closed explicitly or if variable that hold the instance is garbage collected.

Is there a way to get a list of all active (open) TCP/IP connections IRIS is maintaining so far ?

I took a look at Portal (eg: in dashboard, "System Resource Statistics") but couldn't find anything. Web Gateway panel provide information about connections but this is incoming connections for CSP pages. I am look for external connections (the other way around).

If it's not available in Portal, some API / classes will be fine too.

I could of course run TCPView , netstat or something like that but I am looking for something built-in in IRIS.

6 Comments
ディスカッション (6)2
続けるにはログインするか新規登録を行ってください