Encontrar

InterSystems公式
· 2024年7月15日

MacOS 限定 - MacOS での Cache & Ensemble のサポート終了

2024年10月15日をもって、MacOS での Caché および Ensemble のサポートが非推奨となります。

Caché および Ensemble 2018.1.9 のサポートは続きますが、MacOS 向けのメンテナンスバージョンは今後リリースされません。つまり、MacOS 向け製品としては、Caché および Ensemble 2018.1.9 が最後のバージョンとなる予定です。 

あらためてのお知らせですが、その他のプラットフォームにおいても、Caché および Ensemble のメンテナンスバージョンは 2027年3月31日をもってリリース終了となる予定です。詳細は昨年発表の記事をご参照ください

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

Class methods vs MAC routines

Hello everyone,

I just want to know if there is a difference in performance between using Class methods versus MAC routines?

For example:

do Method^MyFunction()

versus

do ##class(MyFunction).Method()

2 Comments
ディスカッション (2)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年7月15日

Recapitulação do InterSystems Developer Community, Junho 2024

Olá e bem-vindo ao Recapitulação da comunidade de desenvolvedores Junho 2024.
Estatísticas gerais
19 novas postages publicadas em Junho:
 11 novos artigos
 8 novos anúncios
10 novos membros ingressaram em Junho
1,095 postagens publicadas ao todo
586 membros ingressaram ao todo
Principais publicações
Principais autores do mês
Artigos
#InterSystems IRIS
 
#Developer Community Oficial
 
Anúncios
Junho, 2024Month at a GlanceInterSystems Developer Community
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年7月15日

working with ENSLIB.HL7.Message in a custom function

In a HL7 Business Rule, I want to create a custom function that works on an HL7 message object (ENSLIB.HL7.Message).  I extended the Ens.Rule.FunctionSet class, and have a class method that accept a ENSLIB.HL7.Message obj -

ClassMethod myfunction(msg As EnsLib.HL7.Message) As %Boolean,  so I can call   myfunction(HL7)  in the rule's condition

The problem is, it seems that I can only use absolute property paths such as msg.GetValueAt("1:9.2") but not a path containing HL7 segment name,  for example as in msg.GetValueAt("MSH:9.2").  This is a huge limitation.

Is there anyway to use the HL7 vdoc property path with segment names in it in my custom function?

Thank you

Wil

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