Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
开发者社区
Ask DC AI
帖子
InterSystems 官方
文章
问题
公告
讨论
标签
活动
InterSystems 想法竞赛
技术征文大赛
编程竞赛
活动日历
产品
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
职位
工作机会
求职
会员
关于
关于我们
常见问题
反馈
报告问题
分享想法
分析
联系我们
CN
问AI
语种
CN
|
ES
PT
JP
CN
FR
EN
搜索
全部
最高职位
最新职位
标签
Type of post
Announcement
Article
Question
Discussion
按用户帖子搜索
标签
Caché
开发者社区官方
文档
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Data Studio
InterSystems 想法门户
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems 官方
InterSystems Reports (Logi)
IRIS竞赛
工作机会
求职
学习门户
Open Exchange
其他
合作伙伴目录
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
访问控制
自适应分析(Adaptive Analytics)
提醒
分析
分析器
Angular
Angular2
API
Apple macOS
应用程序服务器
Artificial Intelligence (AI)
身份认证
AWS
Azure
备份
新手
最佳实践
大数据
业务运营
业务流程 (BPL)
业务规则
业务服务
C++
Callout Gateway
CaretDev
CCR
认证
变更管理
ChatGPT
云
Code Golf
Code Snippet
编码准则
列式存储
兼容性
编译器
容器化
竞赛
持续交付
持续集成
融合分析
CSP
CSS
CSV
Cube
仪表板
数据库
数据库事务处理
数据导入和导出
数据模型
开发者社区反馈
调试
部署
开发者社区常见问题
开发环境
开发运维
摘要
分布式数据管理
Docker
文档数据模型 (NoSQL)
数据转换语言(DTL)
抢先体验计划(EAP)
Eclipse
ECP
Embedded Git
#嵌入式 Python
加密
企业消息库
错误处理
活动
故障转移
FHIR
现场测试
框架
前端
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
2016全球峰会
2017全球峰会
2018全球峰会
2019全球峰会
2022 全球峰会
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
图形
高可用性
HL7
HTML
iFind
索引
Innovatium
IntegratedML
integration-required
互操作性
InterSystems API管理器(IAM)
InterSystems 业务解决方案和架构
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
日志
JSON
关键问题
键值
Kubernetes
语言
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
本地化
Machine Learning (ML)
管理门户
映射
MDX
见面会
消息搜索
微服务
Microsoft Windows
Microsoft Windows Server
镜像
监视
多模型
MultiValue Basic
命名空间
Natural Language Processing
Node.js
OAuth2
对象数据模型
ObjectScript
ODBC
开源
OpenVMS
Perforce
性能
PID^TOO||
平台
播客
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
关系表
版本
REST API
安全
分片
SOAP
源代码控制
SQL
SSL
创业公司
Studio
SVN
Swagger
系统管理
System Alerting and Monitoring (SAM)
终端
测试
提示和技巧
工具
教程
Ubuntu
UI 开发
UIMA
非结构化数据
Vector Search
视频
2020线上峰会
2021线上峰会
可视化
VSCode
Vue.js
Web网关
网络研讨会
XML
ZEN
应用
清除过滤器
公告
Jeff Liu
· 一月 7, 2021
InterSystems IRIS 和 IRIS for Health 2020.4 预览版本已发布!
容器映像可用于面向 Linux x86-64 和 Linux ARM64 的 OCI 兼容运行时间引擎,如[支持的平台文档](https://docs.intersystems.com/iris20204/csp/docbook/platforms/
index
.html)中详述。
文章
Jingwei Wang
· 七月 29, 2022
InterSystems SQL 的优化 - 第一部分 - 定义和构建索引
CREATE
INDEX
//标准索引 CREATE
INDEX
StateIdx ON TABLE Sample.Person (Home_State) //位图范围索引 CREATE BITMAPEXTENT
INDEX
Patient
ON TABLE Sample.
Patient
//位图索引 CREATE BITMAP
INDEX
文章
Michael Lei
· 四月 3, 2023
M:N 多对多关系
EmployeeIndex On Employee;
Index
CompanyIndex On Company;
Index
StatusIndex [Type = bitmap];} 轻量级解决方案:如果您只对是否有关系感兴趣,而没有其他需求,那么您可以通过在两端使用数组来避免第三类。
文章
Nicky Zhu
· 五月 20, 2021
互操作消息统一管理系列:SearchTable加速检索
Extends Ens.CustomSearchTable [ Language = objectscript ] { ///在Search Table中对要建立索引的字段建模,并对该字段建立索引,在查询时即可套用 Property FullName As %String(MAXLEN = 36);
Index
公告
Michael Lei
· 六月 22, 2022
CloudStudio - 一个纯浏览器的代码编辑器
/git 把 repo 导入任何本地目录 git https://github.com/rcemper/Dataset-OEX-reviews.git 启动IRIS容器: docker-compose up -d --build 如何测试 http://localhost:42773/cloudstudio/CloudStudio.
Index
.cls
文章
姚 鑫
· 七月 31, 2021
外键关键字SqlName,Abstract,Condition,CoshardWith
# 用法 要覆盖此外键的默认`SQL`名称,请使用以下语法: ```java ForeignKey keyname(key_props) References pkg.class(ref_
index
) [ SqlName = alternate_name ]; ``` 其中备用名是一个`SQL`标识符。
文章
Hao Ma
· 三月 20, 2024
IRIS/Caché SQL优化经验分享 - 复合索引的使用
也就是说,这个复合索引 ```sql CREATE
INDEX
索引名 ON 表名(列名X, 列名Y, 列名Z); ``` 单按列名X,或者“列名X and 列名Y”做SQL查询都用不到这个索引。
文章
Michael Lei
· 六月 26, 2022
从Web 应用端用代码实现OAuth2 和基础认证、鉴权和审计
在线 Demo -- https://dappsecurity.demo.community.intersystems.com/csp/user/
index
.csp (SuperUser | SYS) 推荐大家看下这个视频: https://www.youtube.com/watch?
文章
Qiao Peng
· 二月 22, 2023
InterSystems IRIS的面向对象数据库特性
例如,上面的User.Person和User.
Patient
这两个类投射出Person表和
Patient
表,如果创建了5条Person的记录,又创建了5条
Patient
记录,在
Patient
表中将看到5条记录,而在Person表中将看到10条记录,因为这5个
Patient
也是Person。这种实现极大方便数据的查询和利用,而关系型数据库很难实现。
文章
Michael Lei
· 九月 13, 2022
使用 Globals存储思维导图
%Get(Row).
parent
= ^mindmap(Key,"
parent
") /// return
parent
id property Set Nodes.
文章
Lilian Huang
· 七月 31, 2023
ChatGPT 与 InterSystems FHIR SQL 数据库构建器
对于配置,导航到http://localhost:55037/csp/fhirsql/
index
.csp# /有关如何进行配置的更多详细信息,请观看此教程视频 要查看配置,请导航到http://localhost:55037/csp/fhirsql/
index
.csp#/spec/1 现在让我们使用irisChatGPT应用程序,使用以下命令连接到终端
文章
姚 鑫
· 七月 30, 2021
外键关键字Internal,NoCheck,OnDelete,OnUpdate
# 用法 要防止检查该外键定义的约束,请使用以下语法: ```java ForeignKey keyname(key_props) References pkg.class(ref_
index
) [ NoCheck ]; ``` 否则,省略此关键字或将单词Not放在关键字的前面。
文章
姚 鑫
· 九月 13, 2021
第十五章 SQL命令 CREATE TABLE(二)
Index
DDLBEIndex [ Extent, SqlName = "%%DDLBEIndex", Type = bitmap ]; /// DDL Primary Key Specification
Index
PatientPK
On PatNum [ PrimaryKey, SqlName =
Patient
_PK, Type =
index
文章
Jingwei Wang
· 九月 22, 2021
Object Script基础知识(四)
As %String; Property DOB As %Date; Property Citizenship As %String; Property PhhoneNumber As %String; } Terminal 调用: set p = ##class(HIS.
Patient
).
文章
Louis Lu
· 八月 6, 2024
InterSystems ObjectScript中一些有用的自动生成的方法
对于命名为"
Index
"的索引,下面函数会被自动创建 ClassMethod IndexExists(val) As %Boolean 该函数判断val的索引是否存在。 唯一索引Unique
Indexes
1.
第一
上一个
…
5
6
7
8
9
…
下一个
最后的
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册
登录或注册
登录或创建一个新帐户以继续
登录
注册