Nueva publicación

Rechercher

InterSystems Official
· 15 jul, 2024

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日をもってリリース終了となる予定です。詳細は昨年発表の記事をご参照ください

Comentarios (0)0
Inicie sesión o regístrese para continuar
Comentarios (1)1
Inicie sesión o regístrese para continuar
Pregunta
· 15 jul, 2024

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 comentarios
Comentarios (2)1
Inicie sesión o regístrese para continuar
Anuncio
· 15 jul, 2024

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
Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 15 jul, 2024

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 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar