搜索​​​​

清除过滤器
公告
Claire Zheng · 四月 10, 2023

2023 年 4 月 10 日 - 提醒:ECP 客户端不稳定

InterSystems已修复一个缺陷,该缺陷在罕见情况下会导致ECP客户端不稳定。 该缺陷存在于以下产品和基于这些产品的任何InterSystems产品中。 受影响的版本是2022.1.x、2022.2和2022.3: InterSystems IRIS® InterSystems IRIS for Health™ HealthShare
公告
Michael Lei · 三月 19, 2024

重磅发布!!!InterSystems 宣布 InterSystems IRIS, InterSystems IRIS for Health 和 HealthShare Health Connect 2024.1 全面上市

InterSystems IRIS ®,InterSystems IRIS ® for Health TM和HealthShare ® Health Connect 2024.1版现已全面上市 (GA)。 发布亮点 在此版本中,您可以期待许多令人兴奋的更新,包括: 在ObjectScript中使用向量Vector: 一种强大优化数据操控的能力. 向量搜索
文章
Qiao Peng · 十月 23, 2023

FHIR Profile - FHIR扩展与再约束

"kind" : "resource", "type" : "Patient", // 类型为Patient资源 "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Patient", "differential" : { //定义差异 "element" : [
文章
Claire Zheng · 九月 3

分析师观点 | 为什么您的数据平台未能兑现AI承诺,InterSystems如何助力解决这一问题?

InterSystems提供统一数据战略,聚焦复杂行业中的速度、安全性与实时洞察能力。 文章要点 InterSystems是一家深耕数据管理、集成与分析领域48年的私营企业,2024年营收达11.3亿美元。 其旗舰产品InterSystems IRIS旨在为多样化需求(包括生成式AI与机器学习)提供全面数据平台支持。 针对医疗健康与供应链等复杂领域
公告
Jeff Liu · 二月 8, 2022

InterSystems IRIS 和 IRIS for Health 2021.2 正式发布!

InterSystems 数据平台团队非常高兴地宣布,InterSystems IRIS数据平台、InterSystems IRIS for Health和HealthShare Health Connect的2021.2版本现已向我们的客户和合作伙伴全面开放(GA)。 发布重点: InterSystems IRIS数据平台2021.2使开发、部署和管理连接数据和应用孤岛的增强型应用和业务流程更加容易
公告
Michael Lei · 二月 2

InterSystems IRIS、IRIS for Health 和 HealthShare HealthConnect 的维护版本 2024.1.3 现已发布

InterSystems IRIS、InterSystems IRIS for Health 和 HealthShare Health Connect 的最新扩展维护版本现已发布。 ✅ 2024.1.3 版本 2024.1.3 修复了 2024.1.x 上一版中的 bug,包括针对最近发布的以下提醒的修复 – 提醒:在执行特定的操作时,数据库和日志文件中引入了无效数据
文章
Louis Lu · 十一月 16, 2021

如何为 JSON 对象中的某个属性创建索引

on firstName property Index firstName On firstName;
公告
Claire Zheng · 四月 24, 2024

InterSystems IRIS、IRIS for Health和HealthShare HealthConnect的维护版本2022.1.5 & 2023.1.4现已发布

InterSystems IRIS、IRIS for Health和HealthShare HealthConnect的维护版本2022.1.5 & 2023.1.4现已发布 InterSystems IRIS, InterSystems IRIS for Health 和 HealthShare Health Connect 的两个扩展维护版本现已发布
公告
Jeff Liu · 十月 18, 2023

[视频] 如何自定义 InterSystems IRIS for Health FHIR 存储库

嘿开发者, 欣赏Bilibili InterSystems 中国上的新视频: ⏯如何在 2023 年全球峰会上定制 InterSystems IRIS for Health FHIR 存储库 InterSystems IRIS for Health 不仅提供世界一流的 FHIR 存储库,还提供灵活性和可扩展性。了解自定义 FHIR 存储库的选项
文章
Qiao Peng · 四月 7, 2021

在InterSystems IRIS医疗行业版的FHIR服务器上测试和开发SMART on FHIR应用

/*.read", "fhirServiceUrl": "http://localhost:52776/csp/healthshare/fhirserver/fhir/r4", "patientId": 95, "redirectUri":"index.html" }); </
文章
Claire Zheng · 十一月 8, 2021

2021全球线上峰会划重点:优秀的客户服务,精彩的新功能发布

快速了解InterSystems客户服务理念,以及InterSystems TrakCare、HealthShare、IRIS数据平台的最新产品动态!
文章
Michael Lei · 二月 23, 2022

用确定的Global名字为数据存储创建类Creating Class With a Certain Global Name For Data Storage

name="DDLBEIndex"> <Location>^Sample.Person.2</Location> </Index> <Index name="IDKEY"> <Location>^Sample.Person.1</Location> &
文章
Michael Lei · 十二月 8, 2021

翻译文章:大型数据集的存储注意事项

name="IDKEY"><Location>^dc.er.1</Location></Index> <Index name="xDOB"><Location>^dc.er.2</Location></Index> <Index name="xName">
文章
姚 鑫 · 四月 17, 2021

第二章 定义和构建索引(五)

它作为`%Compiler.Type.Index.Delete()`方法实现。
文章
Qiao Peng · 三月 29, 2021

CDC系列之四:使用DSTIME特性在InterSystems IRIS/Caché上实现CDC功能

执行的操作代码: 代码 操作 0 更新 1 插入 2 删除 例如:^OBJ.DSTIME(“Demo.Patient”,5673588714,2) = 1^OBJ.DSTIME(“Demo.Patient”,5673588735,3) = 1^OBJ.DSTIME(“Demo.Patient