查找

文章
· 八月 30, 2024 阅读大约需 1 分钟

QuinielaML - Predicciones de la 4ª jornada de la Quiniela

¡Venga con la nueva jornada de la Quiniela, que ya estamos a viernes! Y nuevamente con partidos de 1ª y 2ª División.

Estas son las predicciones para Primera:

Y para Segunda:

Esto nos deja la siguiente predicción:

Pues listo, ¡disfrutad de la jornada!

讨论 (0)1
登录或注册以继续
摘要
· 八月 30, 2024

There's still time to participate in the internal Video Demos Contest!

Dear colleague,

We hope you've enjoyed your summer (or winter 😊). 

You may have heard of the InterSystems Video Demos Contest that Scott Gnau announced earlier this month in his letter, which was due to end on September 1.

Many of you reached out, asking for an extension due to the holiday season. We’ve listened to your feedback and are pleased to announce that the deadline for the Video Demos Contest has been extended till September 22, 2024.

This means you still have ample time to create and submit your video for the contest. The Insider Article contains more information including contest details.

If you have any questions, please don't hesitate to ask.

Good luck!

公告
· 八月 30, 2024

[Vidéo] Exploitation sécurisée d'un entrepôt de données démographiques FHIR au CHU de Toulouse

Salut la Communauté!

Profitez de regarder la nouvelle vidéo sur la chaîne Youtube d'InterSystems France :

📺 Exploitation sécurisée d'un entrepôt de données démographiques FHIR au CHU de Toulouse

Plongez dans l'univers de l'interopérabilité des données avec le CHU de Toulouse et ses partenaires. Découvrez comment notre plateforme FHIR transforme la façon dont les informations sont échangées, sécurisées et utilisées pour offrir des soins de santé plus efficaces et personnalisés. Rejoignez-nous pour façonner ensemble l'avenir de la médecine connectée.

Abonnez-vous à notre chaîne youtube pour plus de vidéos et restez à l'écoute !

讨论 (0)0
登录或注册以继续
问题
· 八月 29, 2024

Create PDF and transfer it via REST

Hello, I want to create PDF from HTML source. I found pandoc. I installed pandoc on IRIS container image. I created Interoperability production. I have setup REST service to receive HTML file in request body. I call pandoc command pandoc -o output.pdf input.html  from a BPL process. I copy output.pdf file stream into response body. I save the response at the source. I get a file named output.pdf but it does not load in Acrobat. I suspect I am doing something wrong with headers (accept-encoding?) or maybe do I need to base64 encode the pdf file to transfer it via REST?

7 Comments
讨论 (7)2
登录或注册以继续
文章
· 八月 29, 2024 阅读大约需 2 分钟

第十一章 创建和使用策略 - 在运行时指定策略

第十一章 创建和使用策略 - 在运行时指定策略

在运行时指定策略

对于 IRIS Web 客户端,可以指定运行时要使用的策略;这将覆盖任何策略配置类。要在运行时指定策略,请设置 Web 客户端实例的 PolicyConfiguration 属性。该值必须具有以下形式:

Configuration class name:Configuration name

其中,配置类名称是策略配置类的完整包和类名,如本主题前面所述,配置名称是该类中策略的 <configuration> 元素的 name 属性的值

抑制不支持的策略的编译错误

默认情况下,当编译配置类时,如果配置包含 IRIS 不支持的任何策略表达式, IRIS 会发出错误。要避免此类错误,请在配置类中包含以下内容:

讨论 (0)1
登录或注册以继续