検索

ディスカッション (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
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年7月15日

[Video] O que é IA Generativa?

Olá Comunidade! 

Precisa de uma introdução à Generative AI? O Learning Services tem o prazer de anunciar o primeiro vídeo de uma nova série sobre os fundamentos da GenAI:

🧐 O que é IA Generativa?

Neste vídeo:

  • Veja como GenAI ajuda você a criar um conteúdo novo e original. 
  • Explore aplicações práticas e considerações éticas. 

💻 Pronto para mais? Continue aprendendo com o caminho de aprendizagem Introdução à IA Generativa (2h45m). 

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