検索

記事
· 2025年1月31日 1m read

QuinielaML - Predicción de la 40ª jornada de la Quiniela

Habemus fin de semana ergo, ¡habemus quiniela!

Jornadas 22ª de Primera División y 25ª de Segunda. Echemos un vistazo a los partidos que forman parte de la quiniela esta jornada:

Veamos la predicción para Primera División:

Y para Segunda:

Así queda pues la Quiniela:

¡Buen fin de semana!

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

第十一章 F - H 开头的术语

第十一章 F - H 开头的术语

文件流 (file stream)

对象(Objects)

文件流提供了一个接口,用于在外部文件中操作和存储大量基于文本或二进制的数据。IRIS 的流接口可以在 ObjectScriptSQLJava 中用于操作文件流。

最终类 (final class)

对象(Objects)

不能被扩展或子类化的类。

最终方法 (final method)

对象(Objects)

不能被重写的方法。

最终属性 (final property)

对象(Objects)

不能被重写的属性。

外键 (foreign key)

InterSystems SQL

外键约束表中的一列指向另一表中的另一列。为第一列提供的值必须存在于第二列中。

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

I build a text string from DTL's source message. What target message type and Business Operation should I use to output the text to a file?

I build a simple text string from an HL7 message in the DTL.  What target message type and Business Operation should I use to write the text to a file?

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

$ZDATETIME($HOROLOG,3) - 3 hours

Anyone know how to subtract three hours from  $ZDATETIME($HOROLOG,3)?

If $ZDATETIME($HOROLOG,3) returns 2025-01-30 10:17:04, I would like $ZDATETIME($HOROLOG,3) - 3 hours to return 2025-01-30 07:17:04

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

How to iterate over HL7 field repetitions in routing rule?

We can loop over segment group or repeatable segments with FOREACH in business rules. How can we loop over repeated fields within a segment in business rule?

Thank you

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