Encontrar

Pregunta
· 24 oct, 2025

EnsLib.Workflow.TaskRequest Customization Help

According to the Documentation  EnsLib.Workflow.TaskRequest has the following fields...

  • %Action
  • %Command
  • %FormFields
  • %FormTemplate
  • %FormValues
  • %Message
  • %Priority
  • %Subjext
  • %TaskHandler
  • %Title
  • %UserName

I want to be able to capture the Source, Session ID, and any other Identifiers outside of the Error so it will show up on the Task List.

I am struggling how to build a csp template for me to be able to capture additional fields to send to the Workflow Operation.

Does anyone have a good example outside of what is in the documentation on how to build out a Custom Form for this information to show up in the Task List?

Comentarios (0)1
Inicie sesión o regístrese para continuar
InterSystems Official
· 24 oct, 2025

InterSystems Cloud Services – Version 25.22.1

Overview 

This release focuses on upgrade reliability, security expansion, and support experience improvements across multiple InterSystems Cloud Services. With this version, all major offerings—including FHIR Server, InterSystems Data Fabric Studio (IDS), IDS with Supply Chain, and IRIS Managed Services—now support Advanced Security, providing a unified and enhanced security posture. 

New Features and Enhancements 

Category 

Feature / Improvement 

Details 

Platform Upgrades 

FHIR Server Upgrade Enhancements 

Improved reliability, validation, and automation for FHIR Server upgrades, reducing downtime and ensuring smoother transitions. 

 

IDS Upgrade Improvements 

Enhanced upgrade workflows for InterSystems Data Fabric Studio (IDS) to increase consistency and reduce operational interruptions. 

 

IDS with Supply Chain Upgrade Improvements 

Upgrades for IDS with Supply Chain are now faster and more resilient, with better dependency handling and validation checks. 

Security 

Advanced Security Expansion 

Advanced Security—providing enhanced firewall management, encryption controls, and real-time threat protection—is now available for: 
• FHIR Server 
• IDS 
• IDS with Supply Chain 
• IRIS Managed Services 

User Management 

Improved Tenant User Invitations 

Simplified and more reliable process for inviting users to a tenant, improving onboarding experience and reducing invitation errors. 

User Experience 

Clearer Use Terms Approval 

Updated messaging and layout provide greater transparency when users review and approve the service’s terms of use. 

Support 

Updated Support SLA 

The Support Service Level Agreement has been updated to offer significantly shorter response times and more frequent updates on open cases, ensuring faster issue resolution and improved communication. 

Recommended Actions 

  • Review and familiarize your team with the new Advanced Security options available for your services. 
  • Verify tenant invitation workflows to ensure all invited users receive and accept their access promptly. 
  • Consult the updated Support SLA documentation for details on the new response and update timelines. 

Support

For assistance or to learn more about these updates, open a support case via iService or through the InterSystems Cloud Service Portal.  

©2025 InterSystems Corporation. All Rights Reserved.

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 24 oct, 2025

FHIR in IRIS 4 health

Hi,

  We have some concerns on how to implement FHIR, do we do facade?, how do we get resources?, what is a resource?, is a resource "Patient" or an instance of a patient?, How can we have a FHIR repository AND send the patient details to healthshare MPI?

  Has anyone correctly created a FHIR server that has custom methods?, handles "normal" methods and forwards onto Healthshare MPI , processing the response and creates a accurate FHIR response back to the calling system.

I've watched all the videos, tried all the many samples, logged a few WRC's when things crashed and am still stuck with 20 differerent FHIR implementations that all work 0-50%.

So now ideally am looking for a Intersystems FHIR developer to help.., preferrably the ISC guy who wrote some of the recent FHIR Facade code.

2 comentarios
Comentarios (2)3
Inicie sesión o regístrese para continuar
InterSystems Official
· 24 oct, 2025

Les versions de maintenance 2025.1.2 et 2024.1.5 d'InterSystems IRIS, IRIS for Health et HealthShare HealthConnect sont désormais disponibles

Les versions de maintenance 2025.1.2 et 2024.1.5 de la plateforme de données InterSystems IRIS, d'InterSystems IRIS for Health et d'HealthShare Health Connect sont désormais disponibles en disponibilité générale (GA). Ces versions incluent les correctifs pour plusieurs alertes et avis publiés récemment, notamment :

N'hésitez pas à partager vos commentaires via le Portail d'idées, avec la catégorie « Post-Release Feedback », afin que nous puissions développer ensemble un meilleur produit.

Documentation

Vous trouverez les listes détaillées des modifications et les listes de contrôle des mises à niveau sur les pages suivantes :

Programmes d'accès anticipé (PAE)

De nombreux PAE sont disponibles dès maintenant. Consultez cette page et inscrivez-vous auprès des personnes intéressées.

Comment obtenir le logiciel ?

Les packages d'installation complets pour InterSystems IRIS et InterSystems IRIS for Health sont disponibles sur la page « Kits complets pour la plateforme de données InterSystems IRIS » du WRC. Les kits HealthShare Health Connect sont disponibles sur la page « Kits complets pour HealthShare » du WRC. Les images de conteneurs sont disponibles sur l'InterSystems Container Registry.

Disponibilité et informations sur les packages

Cette version est fournie avec les packages d'installation classiques pour toutes les plateformes prises en charge, ainsi que des images de conteneurs au format Docker. Pour obtenir la liste complète, consultez le document « Plateformes prises en charge ». Les numéros de build pour ces versions de maintenance sont : 2025.1.2.374.0 et 2024.1.5.649.0.

Comentarios (0)0
Inicie sesión o regístrese para continuar
Artículo
· 24 oct, 2025 Lectura de 14 min

构建 AI 智能体:从小白到大神

学习如何使用 LangGraph 设计结合了推理、矢量搜索和工具集成的可扩缩自主 AI 智能体。

cover

概括

  • AI 智能体是一种超越简单的聊天机器人的自主系统,它结合了记忆库、上下文,并具有自动完成任务的主动性。
  • LangGraph 是一种框架,它使我们能够利用具有内置状态管理的节点(任务)和边缘(连接),构建复杂的 AI 工作流。
  • 本指南将指导您构建 AI 赋能的客户支持智能体,该智能体可以划分优先级,识别相关主题,并确定是上报还是自动回复。

那么,AI 智能体究竟是什么?

让我们直面它吧 —“AI 智能体”听起来就像可以接管会议室的机器人。 实际上,它们是您得力的助手,可以简化复杂的工作流,消除重复性任务。 您可以把它们看作是聊天机器人的下一个进化阶段:它们不只是简单地等待提示;它们可以发起行动,协调多个步骤,并随时进行调整。

Comentarios (0)1
Inicie sesión o regístrese para continuar